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 ParseTree
ParseContext.buildErrorParseTree()
(package private) final ParseTree
ParseContext.buildParseTree()
final ParseTree
Parser.parseTree
(CharSequence source) Parsessource
and returns aParseTree
corresponding to the syntactical structure of the input.(package private) ParseTree
TreeNode.toParseTree()
Converts this node into aParseTree
representation.Methods in org.jparsec that return types with arguments of type ParseTreeModifier and TypeMethodDescriptionParseTree.getChildren()
Returns the immutable list of child nodes that correspond tolabeled
parsers 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