public class Alt extends java.lang.Object implements NodePattern
| Constructor and Description |
|---|
Alt(NodePattern left,
NodePattern right) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(CAstNode node) |
public Alt(NodePattern left, NodePattern right)
public boolean matches(CAstNode node)
matches in interface NodePattern