Package gw.lang.ir.expression
Class IRLazyTypeMethodCallExpression
java.lang.Object
gw.lang.ir.IRElement
gw.lang.ir.IRExpression
gw.lang.ir.expression.IRLazyTypeMethodCallExpression
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIRLazyTypeMethodCallExpression
(String name, IRType ownersType, String ownerTypeName, int iFunctionTypeParamCount, boolean bStatic) -
Method Summary
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
-
Field Details
-
_methodName
-
_ownerTypeName
-
_ownersType
-
_iFunctionTypeParamCount
private int _iFunctionTypeParamCount -
_bStatic
private boolean _bStatic
-
-
Constructor Details
-
IRLazyTypeMethodCallExpression
-
-
Method Details
-
getName
-
getOwnerTypeName
-
getOwnersType
-
getType
- Specified by:
getType
in classIRExpression
-
getFunctionTypeParamCount
public int getFunctionTypeParamCount() -
isStatic
public boolean isStatic()
-