Interface FloatExpression
- All Superinterfaces:
IExpression
- All Known Implementing Classes:
FloatExpressionImpl
-
Field Summary
Fields inherited from interface tripleo.elijah_durable_congenial.lang.i.IExpression
UNASSIGNED -
Method Summary
Modifier and TypeMethodDescriptiongetKind()getLeft()getType()booleanrepr_()voidsetKind(ExpressionKind aType) voidsetLeft(IExpression aLeft) voidtoString()
-
Method Details
-
getKind
ExpressionKind getKind()- Specified by:
getKindin interfaceIExpression
-
getLeft
IExpression getLeft()- Specified by:
getLeftin interfaceIExpression
-
getType
OS_Type getType()- Specified by:
getTypein interfaceIExpression
-
is_simple
boolean is_simple()- Specified by:
is_simplein interfaceIExpression
-
repr_
String repr_()- Specified by:
repr_in interfaceIExpression
-
setKind
- Specified by:
setKindin interfaceIExpression
-
setLeft
- Specified by:
setLeftin interfaceIExpression
-
setType
- Specified by:
setTypein interfaceIExpression
-
toString
String toString()
-