public class RecordUtil
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
intern(CharTable table,
LighterASTNode node) |
static boolean |
isDeprecatedByAnnotation(LighterAST tree,
LighterASTNode modList) |
static boolean |
isDeprecatedByDocComment(LighterAST tree,
LighterASTNode comment) |
static boolean |
isStaticNonPrivateMember(StubElement<?> stub) |
static int |
packModifierList(LighterAST tree,
LighterASTNode modList) |
public static boolean isDeprecatedByAnnotation(LighterAST tree, LighterASTNode modList)
public static boolean isDeprecatedByDocComment(LighterAST tree, LighterASTNode comment)
public static int packModifierList(LighterAST tree, LighterASTNode modList)
public static java.lang.String intern(CharTable table, LighterASTNode node)
public static boolean isStaticNonPrivateMember(StubElement<?> stub)