public class RegexNode extends Node
| Constructor and Description |
|---|
RegexNode(java.lang.String regex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
inspect() |
boolean |
judge(Node actualNode,
Operator.Equal operator,
RuntimeContext context) |
boolean |
judge(Node actualNode,
Operator.Matcher operator,
RuntimeContext context) |
boolean |
matches(java.lang.String actual) |
evaluate, getPositionBegin, setPositionBeginpublic boolean matches(java.lang.String actual)
public boolean judge(Node actualNode, Operator.Equal operator, RuntimeContext context)
public boolean judge(Node actualNode, Operator.Matcher operator, RuntimeContext context)
public boolean equals(java.lang.Object o)
equals in class java.lang.Object