Uses of Class
com.pressassociation.pr.ast.Field
-
Packages that use Field Package Description com.pressassociation.pr.ast com.pressassociation.pr.ast.visitor -
-
Uses of Field in com.pressassociation.pr.ast
Subclasses of Field in com.pressassociation.pr.ast Modifier and Type Class Description 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 Field Modifier and Type Method Description FieldFields. getField()FieldPath. getSuffix()Constructors in com.pressassociation.pr.ast with parameters of type Field Constructor Description Fields(Field field, AstNode next)Path(Node prefix, Field suffix) -
Uses of Field in com.pressassociation.pr.ast.visitor
Methods in com.pressassociation.pr.ast.visitor that return types with arguments of type Field Modifier and Type Method Description Iterable<Field>FindFieldsVisitor. getResult()Methods in com.pressassociation.pr.ast.visitor with parameters of type Field Modifier and Type Method Description protected FieldsCopyVisitor. createFieldsCopy(Field field, AstNode next)protected PathCopyVisitor. createPathCopy(Node prefix, Field suffix)Constructors in com.pressassociation.pr.ast.visitor with parameters of type Field Constructor Description PathPostfixingVisitor(Field postfix)
-