Class IRLazyTypeMethodCallExpression


  • public class IRLazyTypeMethodCallExpression
    extends IRExpression
    • Constructor Detail

      • IRLazyTypeMethodCallExpression

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

      • getName

        public String getName()
      • getOwnerTypeName

        public String getOwnerTypeName()
      • getOwnersType

        public IRType getOwnersType()
      • getFunctionTypeParamCount

        public int getFunctionTypeParamCount()
      • isStatic

        public boolean isStatic()