Class IRLazyTypeMethodCallExpression

java.lang.Object
gw.lang.ir.IRElement
gw.lang.ir.IRExpression
gw.lang.ir.expression.IRLazyTypeMethodCallExpression

public class IRLazyTypeMethodCallExpression extends IRExpression
  • Constructor Details

    • IRLazyTypeMethodCallExpression

      public IRLazyTypeMethodCallExpression(String name, IRType ownersType, String ownerTypeName, int iFunctionTypeParamCount, boolean bStatic)
  • Method Details

    • getName

      public String getName()
    • getOwnerTypeName

      public String getOwnerTypeName()
    • getOwnersType

      public IRType getOwnersType()
    • getType

      public IRType getType()
      Specified by:
      getType in class IRExpression
    • getFunctionTypeParamCount

      public int getFunctionTypeParamCount()
    • isStatic

      public boolean isStatic()