Package gw.lang.ir.expression
Class IRConditionalOrExpression
- java.lang.Object
-
- gw.lang.ir.IRElement
-
- gw.lang.ir.IRExpression
-
- gw.lang.ir.expression.IRConditionalOrExpression
-
public class IRConditionalOrExpression extends IRExpression
-
-
Constructor Summary
Constructors Constructor Description IRConditionalOrExpression(IRExpression lhs, IRExpression rhs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IRExpression
getLhs()
IRExpression
getRhs()
IRType
getType()
-
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
-
-
-
-
Constructor Detail
-
IRConditionalOrExpression
public IRConditionalOrExpression(IRExpression lhs, IRExpression rhs)
-
-
Method Detail
-
getLhs
public IRExpression getLhs()
-
getRhs
public IRExpression getRhs()
-
getType
public IRType getType()
- Specified by:
getType
in classIRExpression
-
-