public class NodeOfKind extends java.lang.Object implements NodePattern
| Modifier and Type | Field and Description |
|---|---|
protected NodePattern[] |
children |
protected int |
kind |
| Constructor and Description |
|---|
NodeOfKind(int kind,
NodePattern... children) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(CAstNode node) |
protected int kind
protected NodePattern[] children
public NodeOfKind(int kind,
NodePattern... children)
public boolean matches(CAstNode node)
matches in interface NodePattern