|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbsyn.Absyn
Absyn.Exp
Absyn.SubscriptExp
public class SubscriptExp
Exp "[" Exp "]"
Field Summary | |
---|---|
Exp |
exp
|
Exp |
index
|
Fields inherited from class Absyn.Exp |
---|
op, type |
Constructor Summary | |
---|---|
SubscriptExp(Parse.Token o,
Exp e,
Exp i)
|
Method Summary | ||
---|---|---|
|
accept(Visitor<D,R> v,
D d)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Exp exp
public Exp index
Constructor Detail |
---|
public SubscriptExp(Parse.Token o, Exp e, Exp i)
Method Detail |
---|
public <D,R> R accept(Visitor<D,R> v, D d)
accept
in class Absyn
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |