Class IRLazyTypeMethodCallExpression


  • public class IRLazyTypeMethodCallExpression
    extends IRExpression
    • 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()
      • getFunctionTypeParamCount

        public int getFunctionTypeParamCount()
      • isStatic

        public boolean isStatic()