Searched refs:astNode (Results 1 – 2 of 2) sorted by relevance
151 ASTPath.ASTEntry astNode = astPath.get(i); in isSatisfiedBy() local153 if (!kindsMatch(astNode.getTreeKind(), actualNode.getKind())) { in isSatisfiedBy()158 System.out.println("astNode: " + astNode); in isSatisfiedBy()293 ASTPath.ASTEntry astNode = astPath.get(ix);298 if (astNode.childSelectorIs(ASTPath.ANNOTATION)) {299 int arg = astNode.getArgument();312 if (astNode.childSelectorIs(ASTPath.EXPRESSION)) {324 if (astNode.childSelectorIs(ASTPath.CONDITION)) {332 if (astNode.childSelectorIs(ASTPath.VARIABLE)) {340 int arg = astNode.getArgument();[all …]
836 ASTPath.ASTEntry astNode = astPath.get(i); in matches() local845 dbug.debug("astNode: %s%n", astNode); in matches()847 if (!kindsMatch(astNode.getTreeKind(), actualNode.getKind())) { in matches()854 if (astNode.childSelectorIs(ASTPath.ANNOTATION)) { in matches()855 int arg = astNode.getArgument(); in matches()868 if (astNode.childSelectorIs(ASTPath.EXPRESSION)) { in matches()882 if (astNode.childSelectorIs(ASTPath.CONDITION)) { in matches()891 if (astNode.childSelectorIs(ASTPath.VARIABLE)) { in matches()900 int arg = astNode.getArgument(); in matches()910 if (astNode.childSelectorIs(ASTPath.EXPRESSION)) { in matches()[all …]