public class ThisCall extends MethodCall
Modifier and Type | Field and Description |
---|---|
ArgumentList |
arglist |
parserlog
inferencelog
parent
Constructor and Description |
---|
ThisCall(int offset,
int variableLength) |
ThisCall(SyntaxTreeNode parent) |
Modifier and Type | Method and Description |
---|---|
ArgumentList |
getArgumentList() |
Menge<SyntaxTreeNode> |
getChildren() |
JavaCodeResult |
printJavaCode(ResultSet resultSet) |
void |
set_ArgumentList(ArgumentList al) |
void |
set_UsedId(UsedId ui) |
java.lang.String |
toString()
Author: Martin Pl�micke |
ConstraintsSet |
TYPEExpr(TypeAssumptions assumptions) |
ConstraintsSet |
TYPEStmt(TypeAssumptions assumptions)
This kann auch als Konstruktoraufruf in einem Konstruktor-Block vorkommen.
|
add_Expr, constraintsFromMethodAssumption, get_Name, get_Receiver, getName, overloading, parserPostProcessing, set_Expr_Menge, set_Name, set_Receiver, wandleRefTypeAttributes2GenericAttributes
get_Name_Menge, get_Type_Menge, get_UsedId, set_Type
getTypeLineNumber, getTypeName
getDescription, getOffset, getReturnType, getType, getTypeInformation, getVariableLength, setReturnType, setType
addTypeInsertPoints, equals, getGTVDeclarationContext, getMatchingParentNode, getParent, getParentClass, seesType
public ArgumentList arglist
public ThisCall(int offset, int variableLength)
public ThisCall(SyntaxTreeNode parent)
public void set_ArgumentList(ArgumentList al)
set_ArgumentList
in class MethodCall
public ArgumentList getArgumentList()
getArgumentList
in class MethodCall
public void set_UsedId(UsedId ui)
set_UsedId
in class MethodCall
public ConstraintsSet TYPEExpr(TypeAssumptions assumptions)
TYPEExpr
in class MethodCall
public ConstraintsSet TYPEStmt(TypeAssumptions assumptions)
TYPEStmt
in class MethodCall
public java.lang.String toString()
MethodCall
toString
in class MethodCall
public JavaCodeResult printJavaCode(ResultSet resultSet)
printJavaCode
in class MethodCall
public Menge<SyntaxTreeNode> getChildren()
getChildren
in class MethodCall