Uses of Class
com.pressassociation.pr.ast.Path
-
Packages that use Path Package Description com.pressassociation.pr.ast.visitor -
-
Uses of Path in com.pressassociation.pr.ast.visitor
Methods in com.pressassociation.pr.ast.visitor that return Path Modifier and Type Method Description protected PathCopyVisitor. createPathCopy(Node prefix, Field suffix)Methods in com.pressassociation.pr.ast.visitor with parameters of type Path Modifier and Type Method Description protected booleanAstVisitor. beforePathField(Path path)Called before the suffix part of a Path node is visited.protected booleanMatchesParentVisitor. beforePathField(Path path)protected booleanMatchesPathVisitor. beforePathField(Path path)protected booleanToStringVisitor. beforePathField(Path path)voidAstVisitor. visitPath(Path path)voidCopyVisitor. visitPath(Path path)voidExpandingVisitor. visitPath(Path path)voidFindFieldsVisitor. visitPath(Path path)voidPathPostfixingVisitor. visitPath(Path path)voidPathPrefixingVisitor. visitPath(Path path)
-