|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--jAsea.jAPItem
Generic Parse Tree node type
| Constructor Summary | |
(package private) |
jAPItem()
|
| Method Summary | |
(package private) abstract boolean |
match(java.lang.String s,
jAseaRun jar,
int start)
Does String s, starting at char 'start', match the pattern starting at this node? |
void |
tree()
Print out all expressions that this tree can generate |
abstract void |
tree(java.lang.String prefix)
Print out all expressions that this tree can generate, assuming that the text so far is 'prefix' |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
jAPItem()
| Method Detail |
abstract boolean match(java.lang.String s,
jAseaRun jar,
int start)
s - String to be analyzedjar - Runtimestart - First character of string to match to this nodepublic abstract void tree(java.lang.String prefix)
public void tree()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||