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