|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of EnumNodeType in net.sf.parser4j.kernelgenerator.entity.grammarnode |
---|
Methods in net.sf.parser4j.kernelgenerator.entity.grammarnode that return EnumNodeType | |
---|---|
EnumNodeType |
AbstractGrammarNode.getGrammarNodeType()
|
EnumNodeType |
IGrammarNode.getGrammarNodeType()
|
Constructors in net.sf.parser4j.kernelgenerator.entity.grammarnode with parameters of type EnumNodeType | |
---|---|
AbstractGrammarNode(EnumNodeType grammarNodeType)
|
|
AbstractMularyGrammarNode(EnumNodeType grammarNodeType)
|
|
AbstractNonTerminalNode(EnumNodeType grammarNodeType)
|
Uses of EnumNodeType in net.sf.parser4j.kernelgenerator.entity.grammarnode.impl |
---|
Constructors in net.sf.parser4j.kernelgenerator.entity.grammarnode.impl with parameters of type EnumNodeType | |
---|---|
AbstractGrammarNodeConcat(EnumNodeType grammarNodeType)
|
Uses of EnumNodeType in net.sf.parser4j.parser.entity |
---|
Methods in net.sf.parser4j.parser.entity that return EnumNodeType | |
---|---|
static EnumNodeType |
EnumNodeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EnumNodeType[] |
EnumNodeType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of EnumNodeType in net.sf.parser4j.parser.entity.data |
---|
Methods in net.sf.parser4j.parser.entity.data that return EnumNodeType | |
---|---|
EnumNodeType |
ParserDataRecognitionPoint.getNodeType()
|
Constructors in net.sf.parser4j.parser.entity.data with parameters of type EnumNodeType | |
---|---|
ParserDataRecognitionPoint(EnumNodeType nodeType,
int definedNonTerminalIdentifier,
int[] rightPart,
int recognitionPointIndex,
boolean token)
|
Uses of EnumNodeType in net.sf.parser4j.parser.entity.parsenode |
---|
Methods in net.sf.parser4j.parser.entity.parsenode that return EnumNodeType | |
---|---|
EnumNodeType |
AbstractParseNode.getParseNodeType()
|
EnumNodeType |
IParseNode.getParseNodeType()
|
Constructors in net.sf.parser4j.parser.entity.parsenode with parameters of type EnumNodeType | |
---|---|
AbstractNonTerminalParseNode(EnumNodeType parseNodeType,
IParseNode[] parseNodes,
int[] notWhiteIndexes,
int grammarSymbolIdentifier,
ParseSession parseSession,
int parseStackId,
ParsingToStringUtil parsingToStringUtil,
boolean intermediate,
boolean computeSyntaxNode)
construct setting this parse node type and sons |
|
AbstractParseNode(EnumNodeType parseNodeType,
int grammarSymbolIdentifier,
ParseSession parseSession,
int parseStackId,
ParsingToStringUtil parsingToStringUtil,
boolean intermediate,
boolean computeSyntaxNode)
|
|
AbstractParseNode(EnumNodeType parseNodeType,
ParseSession parseSession,
int parseStackId,
ParsingToStringUtil parsingToStringUtil,
boolean computeSyntaxNode)
|
|
AbstractTerminalParseNode(EnumNodeType parseNodeType,
int grammarSymbolIdentifier,
ParseSession parseSession,
int parseStackId,
ParsingToStringUtil parsingToStringUtil,
boolean intermediate,
boolean computeSyntaxNode)
|
|
AbstractTerminalParseNode(EnumNodeType parseNodeType,
ParseSession parseSession,
int parseStackId,
ParsingToStringUtil parsingToStringUtil,
boolean computeSyntaxNode)
|
Uses of EnumNodeType in net.sf.parser4j.parsetreeinspector.entity |
---|
Methods in net.sf.parser4j.parsetreeinspector.entity that return EnumNodeType | |
---|---|
EnumNodeType |
JtreeNode.getParseNodeType()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |