Package gw.lang.ir.expression
Class IRLazyTypeMethodCallExpression
- java.lang.Object
-
- gw.lang.ir.IRElement
-
- gw.lang.ir.IRExpression
-
- gw.lang.ir.expression.IRLazyTypeMethodCallExpression
-
public class IRLazyTypeMethodCallExpression extends IRExpression
-
-
Constructor Summary
Constructors Constructor Description IRLazyTypeMethodCallExpression(String name, IRType ownersType, String ownerTypeName, int iFunctionTypeParamCount, boolean bStatic)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getFunctionTypeParamCount()
String
getName()
IRType
getOwnersType()
String
getOwnerTypeName()
IRType
getType()
boolean
isStatic()
-
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
-
-
-
-
Method Detail
-
getName
public String getName()
-
getOwnerTypeName
public String getOwnerTypeName()
-
getOwnersType
public IRType getOwnersType()
-
getType
public IRType getType()
- Specified by:
getType
in classIRExpression
-
getFunctionTypeParamCount
public int getFunctionTypeParamCount()
-
isStatic
public boolean isStatic()
-
-