|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoscript.syntaxtree.PrimaryPrefixNotFunction
public class PrimaryPrefixNotFunction
Grammar production:
f0 -> ThisPrimaryPrefix()
| SuperPrimaryPrefix()
| CalleePrimaryPrefix()
| ArrayDeclarationPrimaryPrefix()
| IdentifierPrimaryPrefix()
| ParenPrimaryPrefix()
| Literal()
| Field Summary | |
|---|---|
NodeChoice |
f0
|
| Constructor Summary | |
|---|---|
PrimaryPrefixNotFunction(NodeChoice n0)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
accept(ObjectVisitor v,
java.lang.Object argu)
|
void |
accept(Visitor v)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public NodeChoice f0
| Constructor Detail |
|---|
public PrimaryPrefixNotFunction(NodeChoice n0)
| Method Detail |
|---|
public void accept(Visitor v)
accept in interface Node
public java.lang.Object accept(ObjectVisitor v,
java.lang.Object argu)
accept in interface Node
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||