Class NodeOfKind
java.lang.Object
com.ibm.wala.cast.tree.pattern.NodeOfKind
- All Implemented Interfaces:
NodePattern
- Direct Known Subclasses:
SomeConstant
,SubtreeOfKind
A node pattern that matches an AST node of a certain kind; additionally, the node's children have
to match the pattern's child patterns.
- Author:
- mschaefer
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
kind
protected int kind -
children
-
-
Constructor Details
-
NodeOfKind
-
-
Method Details
-
matches
- Specified by:
matches
in interfaceNodePattern
-