Package com.ibm.wala.cast.tree.pattern
Interface NodePattern
-
- All Known Implementing Classes:
Alt
,AnyNode
,NodeOfKind
,SomeConstant
,SubtreeOfKind
public interface NodePattern
Interface for lightweight AST patterns.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
matches(CAstNode node)
-
-
-
Method Detail
-
matches
boolean matches(CAstNode node)
-
-