|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoscript.syntaxtree.PrimaryExpression
public class PrimaryExpression
Grammar production:
f0 -> PrimaryPrefix() f1 -> ( PrimaryPostfix() )*
| Field Summary | |
|---|---|
PrimaryPrefix |
f0
|
NodeListOptional |
f1
|
| Constructor Summary | |
|---|---|
PrimaryExpression(PrimaryPrefix n0,
NodeListOptional n1)
|
|
| 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 PrimaryPrefix f0
public NodeListOptional f1
| Constructor Detail |
|---|
public PrimaryExpression(PrimaryPrefix n0,
NodeListOptional n1)
| 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 | ||||||||