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