Uses of Class
org.jparsec.ParseTree
Packages that use ParseTree
Package
Description
Provides core Parser implementations for parser combinator logic.
Provides interfaces and classes for advanced error handling.
-
Uses of ParseTree in org.jparsec
Fields in org.jparsec with type parameters of type ParseTreeMethods in org.jparsec that return ParseTreeModifier and TypeMethodDescription(package private) final ParseTreeParseContext.buildErrorParseTree()(package private) final ParseTreeParseContext.buildParseTree()final ParseTreeParser.parseTree(CharSequence source) Parsessourceand returns aParseTreecorresponding to the syntactical structure of the input.(package private) ParseTreeTreeNode.toParseTree()Converts this node into aParseTreerepresentation.Methods in org.jparsec that return types with arguments of type ParseTreeModifier and TypeMethodDescriptionParseTree.getChildren()Returns the immutable list of child nodes that correspond tolabeledparsers syntactically enclosed inside parent parser.Constructor parameters in org.jparsec with type arguments of type ParseTree -
Uses of ParseTree in org.jparsec.error
Fields in org.jparsec.error declared as ParseTreeMethods in org.jparsec.error that return ParseTreeModifier and TypeMethodDescriptionParserException.getParseTree()Returns the parse tree until the parse error happened, whenparseTree()was invoked.Methods in org.jparsec.error with parameters of type ParseTree