|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjcaas.script_nodes.AbstractInterpretable
jcaas.script_nodes.Pattern
public class Pattern
This class represents a pattern node in a syntax tree for a script.
| Constructor Summary | |
|---|---|
Pattern(java.lang.String pattern)
Constructor for when pattern ::= / pattern / |
|
| Method Summary | |
|---|---|
void |
interpret(Context c)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Pattern(java.lang.String pattern)
pattern - the pattern.| Method Detail |
|---|
public void interpret(Context c)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||