Uses of Class
com.pressassociation.pr.ast.AstNode
-
Packages that use AstNode Package Description com.pressassociation.pr.ast com.pressassociation.pr.ast.visitor com.pressassociation.pr.match com.pressassociation.pr.parser -
-
Uses of AstNode in com.pressassociation.pr.ast
Subclasses of AstNode in com.pressassociation.pr.ast Modifier and Type Class Description classFieldRepresents a singular element in a partial response structure.classFieldsrepresents a collection of fields, that is the items in(field1, field2)type structures.classNameRepresents an explicit element in a partial response path.classNodeRepresents an item in a partial response path.classPathRepresents a path segment composed of nodes.classSubSelectionRepresents a sub selection for a named path entry.classWildcardRepresents a wildcard name.classWordA single resolved word in a path.Methods in com.pressassociation.pr.ast that return AstNode Modifier and Type Method Description AstNodeSubSelection. getFields()AstNodeFields. getNext()Constructors in com.pressassociation.pr.ast with parameters of type AstNode Constructor Description Fields(Field field, AstNode next)SubSelection(Name name, AstNode fields) -
Uses of AstNode in com.pressassociation.pr.ast.visitor
Methods in com.pressassociation.pr.ast.visitor that return AstNode Modifier and Type Method Description AstNodeCopyVisitor. getResult()AstNodeExpandingVisitor. getResult()Get the result from the visitor traversing the ast.AstNodePathPostfixingVisitor. getResult()AstNodePathPrefixingVisitor. getResult()Methods in com.pressassociation.pr.ast.visitor with parameters of type AstNode Modifier and Type Method Description TTransformingVisitor. applyTo(AstNode node)Apply this visitor to the given AST returning the result.protected FieldsCopyVisitor. createFieldsCopy(Field field, AstNode next)protected SubSelectionCopyVisitor. createSubSelectionCopy(Name name, AstNode fields) -
Uses of AstNode in com.pressassociation.pr.match
Methods in com.pressassociation.pr.match that return AstNode Modifier and Type Method Description protected AstNodeMatcher. getAstNode()Get the ast node this matcher represents. -
Uses of AstNode in com.pressassociation.pr.parser
Methods in com.pressassociation.pr.parser that return AstNode Modifier and Type Method Description AstNodeParser. parse(CharSequence input)Parse the given partial response input, return the Ast for the pattern.
-