T - lexical context node that can have flags set during code generationpublic interface Flags<T extends LexicalContextNode>
| Modifier and Type | Method and Description |
|---|---|
boolean |
getFlag(int flag)
Check if a flag is set in a lexical context node
|
int |
getFlags()
Get all flags of a LexicalContextNode
|
T |
setFlag(LexicalContext lc,
int flag)
Set a flag of a LexicalContextNode
|
T |
setFlags(LexicalContext lc,
int flags)
Set all flags of a LexicalContextNode, overwriting previous flags
|
int getFlags()
boolean getFlag(int flag)
flag - flag to checkT setFlag(LexicalContext lc, int flag)
lc - lexical contextflag - flag to setT setFlags(LexicalContext lc, int flags)
lc - lexical contextflags - new flags value