Package org.fulib.scenarios.ast.decl
Class VarDecl.Impl
- java.lang.Object
-
- org.fulib.scenarios.ast.Positioned.Impl
-
- org.fulib.scenarios.ast.decl.VarDecl.Impl
-
- All Implemented Interfaces:
Decl,VarDecl,Node,Positioned
- Enclosing interface:
- VarDecl
public static class VarDecl.Impl extends Positioned.Impl implements VarDecl
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.fulib.scenarios.ast.Positioned
Positioned.Impl, Positioned.Visitor<P,R>
-
Nested classes/interfaces inherited from interface org.fulib.scenarios.ast.decl.VarDecl
VarDecl.Impl, VarDecl.Visitor<P,R>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExprgetExpr()java.lang.StringgetName()TypegetType()voidsetExpr(Expr expr)voidsetName(java.lang.String name)voidsetType(Type type)-
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.Positioned
getPosition, setPosition
-
-