Package org.fulib.scenarios.ast.decl
Class AttributeDecl.Impl
- java.lang.Object
-
- org.fulib.scenarios.ast.Positioned.Impl
-
- org.fulib.scenarios.ast.decl.AttributeDecl.Impl
-
- All Implemented Interfaces:
AttributeDecl,Decl,Node,Positioned
- Enclosing interface:
- AttributeDecl
public static class AttributeDecl.Impl extends Positioned.Impl implements AttributeDecl
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.fulib.scenarios.ast.decl.AttributeDecl
AttributeDecl.Impl, AttributeDecl.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 java.lang.StringgetName()ClassDeclgetOwner()TypegetType()voidsetName(java.lang.String name)voidsetOwner(ClassDecl owner)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.decl.AttributeDecl
accept, accept, accept, accept
-
Methods inherited from interface org.fulib.scenarios.ast.Positioned
getPosition, setPosition
-
-
-
-
Method Detail
-
getOwner
public ClassDecl getOwner()
- Specified by:
getOwnerin interfaceAttributeDecl
-
setOwner
public void setOwner(ClassDecl owner)
- Specified by:
setOwnerin interfaceAttributeDecl
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceAttributeDecl- Specified by:
getNamein interfaceDecl
-
setName
public void setName(java.lang.String name)
- Specified by:
setNamein interfaceAttributeDecl- Specified by:
setNamein interfaceDecl
-
getType
public Type getType()
- Specified by:
getTypein interfaceAttributeDecl- Specified by:
getTypein interfaceDecl
-
setType
public void setType(Type type)
- Specified by:
setTypein interfaceAttributeDecl- Specified by:
setTypein interfaceDecl
-
-