Class FloatExpressionImpl
java.lang.Object
tripleo.elijah_durable_congenial.lang.impl.FloatExpressionImpl
- All Implemented Interfaces:
FloatExpression,IExpression
-
Field Summary
Fields inherited from interface tripleo.elijah_durable_congenial.lang.i.IExpression
UNASSIGNED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull List<FormalArgListItem>getArgs()@NotNull ExpressionKindgetKind()@NotNull IExpressiongetLeft()getType()booleanrepr_()voidsetArgs(ExpressionList ael) voidsetKind(@NotNull ExpressionKind aType) voidsetLeft(IExpression aLeft) voidtoString()
-
Constructor Details
-
FloatExpressionImpl
public FloatExpressionImpl(@NotNull @NotNull antlr.Token n)
-
-
Method Details
-
getArgs
-
getKind
- Specified by:
getKindin interfaceFloatExpression- Specified by:
getKindin interfaceIExpression
-
getLeft
- Specified by:
getLeftin interfaceFloatExpression- Specified by:
getLeftin interfaceIExpression
-
getType
- Specified by:
getTypein interfaceFloatExpression- Specified by:
getTypein interfaceIExpression
-
is_simple
public boolean is_simple()- Specified by:
is_simplein interfaceFloatExpression- Specified by:
is_simplein interfaceIExpression
-
repr_
- Specified by:
repr_in interfaceFloatExpression- Specified by:
repr_in interfaceIExpression
-
setKind
- Specified by:
setKindin interfaceFloatExpression- Specified by:
setKindin interfaceIExpression
-
setLeft
- Specified by:
setLeftin interfaceFloatExpression- Specified by:
setLeftin interfaceIExpression
-
setArgs
-
setType
- Specified by:
setTypein interfaceFloatExpression- Specified by:
setTypein interfaceIExpression
-
toString
- Specified by:
toStringin interfaceFloatExpression- Overrides:
toStringin classObject
-