Package org.fulib.scenarios.ast.sentence
Class HasSentence.Impl
- java.lang.Object
-
- org.fulib.scenarios.ast.Positioned.Impl
-
- org.fulib.scenarios.ast.sentence.HasSentence.Impl
-
- All Implemented Interfaces:
Node,Positioned,HasSentence,Sentence
- Enclosing interface:
- HasSentence
public static class HasSentence.Impl extends Positioned.Impl implements HasSentence
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.fulib.scenarios.ast.sentence.HasSentence
HasSentence.Impl, HasSentence.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.util.List<NamedExpr>getClauses()ExprgetObject()voidsetClauses(java.util.List<NamedExpr> clauses)voidsetObject(Expr object)-
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.HasSentence
accept, accept, accept, accept
-
Methods inherited from interface org.fulib.scenarios.ast.Positioned
getPosition, setPosition
-
-
-
-
Method Detail
-
getObject
public Expr getObject()
- Specified by:
getObjectin interfaceHasSentence
-
setObject
public void setObject(Expr object)
- Specified by:
setObjectin interfaceHasSentence
-
getClauses
public java.util.List<NamedExpr> getClauses()
- Specified by:
getClausesin interfaceHasSentence
-
setClauses
public void setClauses(java.util.List<NamedExpr> clauses)
- Specified by:
setClausesin interfaceHasSentence
-
-