Class IRMethodCallExpression

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

public class IRMethodCallExpression extends IRExpression
  • Constructor Details

  • Method Details

    • getName

      public String getName()
    • getOwnersType

      public IRType getOwnersType()
    • getReturnType

      public IRType getReturnType()
    • getParameterTypes

      public List<IRType> getParameterTypes()
    • getRoot

      public IRExpression getRoot()
    • getArgs

      public List<IRExpression> getArgs()
    • isInterface

      public boolean isInterface()
    • isSpecial

      public boolean isSpecial()
    • setSpecial

      public void setSpecial(boolean special)
    • getType

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

      public void setStructuralTypeOwner(IRType gosuClassIRType)