public class IRCompositeExpression extends IRExpression
| Constructor and Description |
|---|
IRCompositeExpression(IRElement... elements) |
IRCompositeExpression(List<IRElement> elements) |
| Modifier and Type | Method and Description |
|---|---|
void |
addElement(IRElement element) |
List<IRElement> |
getElements() |
IRType |
getType() |
getLineNumber, getParent, isImplicit, maybeEraseStructuralSymbolTypes, maybeEraseStructuralType, maybeEraseStructuralType, maybeEraseStructuralTypes, setImplicit, setLineNumber, setParent, setParentToThispublic IRCompositeExpression(IRElement... elements)
Copyright © 2022. All rights reserved.