|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AST
Use the visitor pattern to traverse the AST
modules/library/main (gt2-main.jar) (Maven report) (SVN head)| Field Summary | |
|---|---|
static int |
AND
|
static int |
LITERAL
|
static int |
NOT
|
static int |
OR
|
| Method Summary | |
|---|---|
boolean |
accept(String datum)
|
AST |
getLeft()
may be null |
AST |
getRight()
may be null |
int |
type()
|
| Field Detail |
|---|
static final int AND
static final int OR
static final int NOT
static final int LITERAL
| Method Detail |
|---|
boolean accept(String datum)
int type()
AST getLeft()
AST getRight()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||