Package gw.lang.ir.expression
Class IRRelationalExpression
java.lang.Object
gw.lang.ir.IRElement
gw.lang.ir.IRExpression
gw.lang.ir.expression.IRRelationalExpression
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate IRExpression
private IRRelationalExpression.Operation
private IRExpression
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class gw.lang.ir.IRExpression
getConditionContext
Methods inherited from class gw.lang.ir.IRElement
getLineNumber, getParent, isImplicit, maybeEraseStructuralSymbolTypes, maybeEraseStructuralType, maybeEraseStructuralType, maybeEraseStructuralTypes, setImplicit, setLineNumber, setParent, setParentToThis
-
Field Details
-
_lhs
-
_rhs
-
_op
-
-
Constructor Details
-
IRRelationalExpression
public IRRelationalExpression(IRExpression lhs, IRExpression rhs, IRRelationalExpression.Operation op)
-
-
Method Details
-
getLhs
-
getRhs
-
getOp
-
getType
- Specified by:
getType
in classIRExpression
-