private Node |
SuggestedFix.Builder.findGoogRequireNode(Node n,
NodeMetadata metadata,
java.lang.String namespace) |
private static JSType |
Matchers.getJsType(NodeMetadata metadata,
JSTypeNative nativeType) |
private static JSType |
Matchers.getJsType(NodeMetadata metadata,
java.lang.String type) |
boolean |
JsSourceMatcher.matches(Node n,
NodeMetadata metadata) |
boolean |
Matcher.matches(Node n,
NodeMetadata metadata)
|
boolean |
RefasterJsScanner.matches(Node node,
NodeMetadata metadata) |
abstract boolean |
Scanner.matches(Node node,
NodeMetadata t)
Returns true if the given node and node traversal should match for this
particular scanner.
|
private static boolean |
Matchers.matchesPrototypeInstanceVar(Node node,
NodeMetadata metadata,
java.lang.String name)
Checks to see if the node represents an access of an instance variable
on an object given a prototype declaration of an object.
|