Package org.fulib.scenarios.ast.sentence
Class IsSentence.Impl
- java.lang.Object
-
- org.fulib.scenarios.ast.Positioned.Impl
-
- org.fulib.scenarios.ast.sentence.IsSentence.Impl
-
- All Implemented Interfaces:
Node,Positioned,IsSentence,Sentence
- Enclosing interface:
- IsSentence
public static class IsSentence.Impl extends Positioned.Impl implements IsSentence
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.fulib.scenarios.ast.sentence.IsSentence
IsSentence.Impl, IsSentence.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 VarDeclgetDescriptor()voidsetDescriptor(VarDecl descriptor)-
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.sentence.IsSentence
accept, accept, accept, accept
-
Methods inherited from interface org.fulib.scenarios.ast.Positioned
getPosition, setPosition
-
-
-
-
Constructor Detail
-
Impl
public Impl()
-
Impl
public Impl(VarDecl descriptor)
-
-
Method Detail
-
getDescriptor
public VarDecl getDescriptor()
- Specified by:
getDescriptorin interfaceIsSentence
-
setDescriptor
public void setDescriptor(VarDecl descriptor)
- Specified by:
setDescriptorin interfaceIsSentence
-
-