Package org.fulib.scenarios.ast.type
Class ClassType.Impl
- java.lang.Object
-
- org.fulib.scenarios.ast.Positioned.Impl
-
- org.fulib.scenarios.ast.type.ClassType.Impl
-
- All Implemented Interfaces:
Node,Positioned,ClassType,Type
- Enclosing interface:
- ClassType
public static class ClassType.Impl extends Positioned.Impl implements ClassType
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.fulib.scenarios.ast.type.ClassType
ClassType.Impl, ClassType.Visitor<P,R>
-
Nested classes/interfaces inherited from interface org.fulib.scenarios.ast.Positioned
Positioned.Impl, Positioned.Visitor<P,R>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassDeclgetClassDecl()voidsetClassDecl(ClassDecl classDecl)-
Methods inherited from class org.fulib.scenarios.ast.Positioned.Impl
getPosition, setPosition
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.fulib.scenarios.ast.type.ClassType
accept, accept, accept, accept
-
Methods inherited from interface org.fulib.scenarios.ast.Positioned
getPosition, setPosition
-
-
-
-
Constructor Detail
-
Impl
public Impl()
-
Impl
public Impl(ClassDecl classDecl)
-
-
Method Detail
-
getClassDecl
public ClassDecl getClassDecl()
- Specified by:
getClassDeclin interfaceClassType
-
setClassDecl
public void setClassDecl(ClassDecl classDecl)
- Specified by:
setClassDeclin interfaceClassType
-
-