Klasse MatchingNodeSet
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.search.matching.MatchingNodeSet
A set of matches and possible matches, which need to be resolved.
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungbooleanTell whether locators need to resolve or not for current matching node set. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintvoidaddPossibleMatch(ASTNode node) voidaddTrustedMatch(ASTNode node, boolean isExact) protected booleanhasPossibleNodes(int start, int end) protected ASTNode[]matchingNodes(int start, int end) Returns the matching nodes that are in the given range in the source order.removePossibleMatch(ASTNode node) removeTrustedMatch(ASTNode node) toString()
-
Felddetails
-
mustResolve
public boolean mustResolveTell whether locators need to resolve or not for current matching node set.
-
-
Konstruktordetails
-
MatchingNodeSet
public MatchingNodeSet(boolean mustResolvePattern)
-
-
Methodendetails