Package gw.lang.ir.expression
Class IRCompositeExpression
- java.lang.Object
-
- gw.lang.ir.IRElement
-
- gw.lang.ir.IRExpression
-
- gw.lang.ir.expression.IRCompositeExpression
-
public class IRCompositeExpression extends IRExpression
-
-
Constructor Summary
Constructors Constructor Description IRCompositeExpression(IRElement... elements)IRCompositeExpression(List<IRElement> elements)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddElement(IRElement element)List<IRElement>getElements()IRTypegetType()-
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
-
-