public class IRNewExpression extends IRExpression
| Constructor and Description |
|---|
IRNewExpression(IRType ownersType,
List<IRType> parameterTypes,
List<IRExpression> args) |
| Modifier and Type | Method and Description |
|---|---|
List<IRExpression> |
getArgs() |
IRType |
getOwnersType() |
List<IRType> |
getParameterTypes() |
IRType |
getType() |
getLineNumber, getParent, isImplicit, maybeEraseStructuralSymbolTypes, maybeEraseStructuralType, maybeEraseStructuralType, maybeEraseStructuralTypes, setImplicit, setLineNumber, setParent, setParentToThispublic IRNewExpression(IRType ownersType, List<IRType> parameterTypes, List<IRExpression> args)
public IRType getOwnersType()
public List<IRExpression> getArgs()
public IRType getType()
getType in class IRExpressionCopyright © 2015. All rights reserved.