|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbsyn.Absyn
Absyn.MemberDec
Absyn.FieldDec
public class FieldDec
[ "static" ] Type ID ( "," ID )* ";"
Field Summary | |
---|---|
java.util.List<Parse.Token> |
names
|
Type |
type
|
Fields inherited from class Absyn.MemberDec |
---|
isNative, isStatic, modifiers |
Constructor Summary | |
---|---|
FieldDec(Type t,
java.util.List<Parse.Token> n)
|
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 Type type
public java.util.List<Parse.Token> names
Constructor Detail |
---|
public FieldDec(Type t, java.util.List<Parse.Token> n)
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 |