Interface NumericExpression
- All Superinterfaces:
IExpression,Locatable
- All Known Implementing Classes:
NumericExpressionImpl
-
Field Summary
Fields inherited from interface tripleo.elijah_durable_congenial.lang.i.IExpression
UNASSIGNED -
Method Summary
Methods inherited from interface tripleo.elijah.diagnostic.Locatable
getColumn, getColumnEnd, getFile, getLineEnd
-
Method Details
-
getKind
ExpressionKind getKind()- Specified by:
getKindin interfaceIExpression
-
getLeft
IExpression getLeft()- Specified by:
getLeftin interfaceIExpression
-
getLine
int getLine() -
getType
OS_Type getType()- Specified by:
getTypein interfaceIExpression
-
getValue
int getValue() -
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()
-