|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbsyn.Absyn
Absyn.Exp
Absyn.ObjectExp
public class ObjectExp
"new" ID "(" ")"
Field Summary | |
---|---|
NameType |
name
|
Fields inherited from class Absyn.Exp |
---|
op, type |
Constructor Summary | |
---|---|
ObjectExp(Parse.Token o,
NameType t)
|
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 NameType name
Constructor Detail |
---|
public ObjectExp(Parse.Token o, NameType t)
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 |