Package gw.lang.ir.expression
Class IRMethodCallExpression
- java.lang.Object
-
- gw.lang.ir.IRElement
-
- gw.lang.ir.IRExpression
-
- gw.lang.ir.expression.IRMethodCallExpression
-
public class IRMethodCallExpression extends IRExpression
-
-
Constructor Summary
Constructors Constructor Description IRMethodCallExpression(String name, IRType ownersType, boolean isInterface, IRType returnType, List<IRType> parameterTypes, IRExpression root, List<IRExpression> args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<IRExpression>
getArgs()
String
getName()
IRType
getOwnersType()
List<IRType>
getParameterTypes()
IRType
getReturnType()
IRExpression
getRoot()
IRType
getType()
boolean
isInterface()
boolean
isSpecial()
void
setSpecial(boolean special)
void
setStructuralTypeOwner(IRType gosuClassIRType)
-
Methods inherited from class gw.lang.ir.IRExpression
getConditionContext
-
Methods inherited from class gw.lang.ir.IRElement
getLineNumber, getParent, isImplicit, maybeEraseStructuralSymbolTypes, maybeEraseStructuralType, maybeEraseStructuralType, maybeEraseStructuralTypes, setImplicit, setLineNumber, setParent, setParentToThis
-
-
-
-
Constructor Detail
-
IRMethodCallExpression
public IRMethodCallExpression(String name, IRType ownersType, boolean isInterface, IRType returnType, List<IRType> parameterTypes, IRExpression root, List<IRExpression> args)
-
-
Method Detail
-
getName
public String getName()
-
getOwnersType
public IRType getOwnersType()
-
getReturnType
public IRType getReturnType()
-
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 classIRExpression
-
setStructuralTypeOwner
public void setStructuralTypeOwner(IRType gosuClassIRType)
-
-