Package jtb.syntaxtree
Class ImplementsList
- Object
-
- ImplementsList
-
- All Implemented Interfaces:
Serializable
,Node
public class ImplementsList extends Object implements Node
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description NodeToken
f0
ClassOrInterfaceType
f1
NodeListOptional
f2
-
Constructor Summary
Constructors Constructor Description ImplementsList(ClassOrInterfaceType n0, NodeListOptional n1)
ImplementsList(NodeToken n0, ClassOrInterfaceType n1, NodeListOptional n2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> R
accept(GJNoArguVisitor<R> v)
<R,A>
Raccept(GJVisitor<R,A> v, A argu)
<A> void
accept(GJVoidVisitor<A> v, A argu)
void
accept(Visitor v)
Node
getParent()
void
setParent(Node n)
-
-
-
Field Detail
-
f1
public ClassOrInterfaceType f1
-
f2
public NodeListOptional f2
-
-
Constructor Detail
-
ImplementsList
public ImplementsList(NodeToken n0, ClassOrInterfaceType n1, NodeListOptional n2)
-
ImplementsList
public ImplementsList(ClassOrInterfaceType n0, NodeListOptional n1)
-
-
Method Detail
-
accept
public <R> R accept(GJNoArguVisitor<R> v)
-
accept
public <A> void accept(GJVoidVisitor<A> v, A argu)
-
-