Uses of Class
org.sonar.sslr.internal.matchers.ParseNode
-
Packages that use ParseNode Package Description com.sonar.sslr.impl.typed org.sonar.sslr.internal.matchers Internals of Parser.org.sonar.sslr.internal.vm org.sonar.sslr.parser -
-
Uses of ParseNode in com.sonar.sslr.impl.typed
Methods in com.sonar.sslr.impl.typed with parameters of type ParseNode Modifier and Type Method Description TSyntaxTreeCreator. create(ParseNode node, Input input) -
Uses of ParseNode in org.sonar.sslr.internal.matchers
Methods in org.sonar.sslr.internal.matchers that return types with arguments of type ParseNode Modifier and Type Method Description List<ParseNode>ParseNode. getChildren()Methods in org.sonar.sslr.internal.matchers with parameters of type ParseNode Modifier and Type Method Description static AstNodeLexerfulAstCreator. create(ParseNode node, List<Token> tokens)Constructor parameters in org.sonar.sslr.internal.matchers with type arguments of type ParseNode Constructor Description ParseNode(int startIndex, int endIndex, List<ParseNode> children, Matcher matcher) -
Uses of ParseNode in org.sonar.sslr.internal.vm
Methods in org.sonar.sslr.internal.vm that return ParseNode Modifier and Type Method Description static ParseNodeMachine. parse(List<Token> tokens, CompiledGrammar grammar)Methods in org.sonar.sslr.internal.vm that return types with arguments of type ParseNode Modifier and Type Method Description List<ParseNode>MachineStack. subNodes() -
Uses of ParseNode in org.sonar.sslr.parser
Methods in org.sonar.sslr.parser that return ParseNode Modifier and Type Method Description ParseNodeParsingResult. getParseTreeRoot()Constructors in org.sonar.sslr.parser with parameters of type ParseNode Constructor Description ParsingResult(InputBuffer inputBuffer, boolean matched, ParseNode parseTreeRoot, ParseError parseError)
-