Class IRMethodCallExpression

    • Method Detail

      • getName

        public String getName()
      • getOwnersType

        public IRType getOwnersType()
      • getReturnType

        public IRType getReturnType()
      • getParameterTypes

        public List<IRType> getParameterTypes()
      • isInterface

        public boolean isInterface()
      • isSpecial

        public boolean isSpecial()
      • setSpecial

        public void setSpecial​(boolean special)
      • setStructuralTypeOwner

        public void setStructuralTypeOwner​(IRType gosuClassIRType)