public class IRLazyTypeMethodCallExpression extends IRExpression
| Constructor and Description |
|---|
IRLazyTypeMethodCallExpression(String name,
IRType ownersType,
String ownerTypeName,
int iFunctionTypeParamCount,
boolean bStatic) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFunctionTypeParamCount() |
String |
getName() |
IRType |
getOwnersType() |
String |
getOwnerTypeName() |
IRType |
getType() |
boolean |
isStatic() |
getConditionContextgetLineNumber, getParent, isImplicit, maybeEraseStructuralSymbolTypes, maybeEraseStructuralType, maybeEraseStructuralType, maybeEraseStructuralTypes, setImplicit, setLineNumber, setParent, setParentToThispublic String getName()
public String getOwnerTypeName()
public IRType getOwnersType()
public IRType getType()
getType in class IRExpressionpublic int getFunctionTypeParamCount()
public boolean isStatic()
Copyright © 2017. All rights reserved.