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
-
-
Field Summary
Fields Modifier and Type Field Description private boolean_bStaticprivate int_iFunctionTypeParamCountprivate java.lang.String_methodNameprivate IRType_ownersTypeprivate java.lang.String_ownerTypeName
-
Constructor Summary
Constructors Constructor Description IRLazyTypeMethodCallExpression(java.lang.String name, IRType ownersType, java.lang.String ownerTypeName, int iFunctionTypeParamCount, boolean bStatic)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetFunctionTypeParamCount()java.lang.StringgetName()IRTypegetOwnersType()java.lang.StringgetOwnerTypeName()IRTypegetType()booleanisStatic()-
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 Detail
-
_methodName
private java.lang.String _methodName
-
_ownerTypeName
private java.lang.String _ownerTypeName
-
_ownersType
private IRType _ownersType
-
_iFunctionTypeParamCount
private int _iFunctionTypeParamCount
-
_bStatic
private boolean _bStatic
-
-
Constructor Detail
-
IRLazyTypeMethodCallExpression
public IRLazyTypeMethodCallExpression(java.lang.String name, IRType ownersType, java.lang.String ownerTypeName, int iFunctionTypeParamCount, boolean bStatic)
-
-
Method Detail
-
getName
public java.lang.String getName()
-
getOwnerTypeName
public java.lang.String getOwnerTypeName()
-
getOwnersType
public IRType getOwnersType()
-
getType
public IRType getType()
- Specified by:
getTypein classIRExpression
-
getFunctionTypeParamCount
public int getFunctionTypeParamCount()
-
isStatic
public boolean isStatic()
-
-