Modifier and Type | Field and Description |
---|---|
protected Expr |
remoteWorker
Deprecated.
|
Constructor and Description |
---|
FabILCall_c(Position pos,
Receiver target,
Id name,
Expr remoteWorker,
java.util.List<Expr> arguments)
Deprecated.
|
FabILCall_c(Position pos,
Receiver target,
Id name,
Expr remoteWorker,
java.util.List<Expr> arguments,
Ext ext)
Deprecated.
|
FabILCall_c(Position pos,
Receiver target,
Id name,
java.util.List<Expr> arguments)
Deprecated.
|
FabILCall_c(Position pos,
Receiver target,
Id name,
java.util.List<Expr> arguments,
Ext ext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected <N extends FabILCall_c> |
reconstruct(N n,
Receiver target,
Id name,
Expr remoteWorker,
java.util.List<Expr> arguments)
Deprecated.
|
Expr |
remoteWorker()
Deprecated.
|
FabILCall |
remoteWorker(Expr remoteWorker)
Deprecated.
|
protected <N extends FabILCall_c> |
remoteWorker(N n,
Expr remoteWorker)
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
Node |
typeCheck(TypeChecker tc)
Deprecated.
|
Node |
visitChildren(NodeVisitor v)
Deprecated.
|
@Deprecated public FabILCall_c(Position pos, Receiver target, Id name, java.util.List<Expr> arguments)
public FabILCall_c(Position pos, Receiver target, Id name, java.util.List<Expr> arguments, Ext ext)
@Deprecated public FabILCall_c(Position pos, Receiver target, Id name, Expr remoteWorker, java.util.List<Expr> arguments)
public FabILCall_c(Position pos, Receiver target, Id name, Expr remoteWorker, java.util.List<Expr> arguments, Ext ext)
protected <N extends FabILCall_c> N reconstruct(N n, Receiver target, Id name, Expr remoteWorker, java.util.List<Expr> arguments)
public Expr remoteWorker()
remoteWorker
in interface FabILCall
public FabILCall remoteWorker(Expr remoteWorker)
remoteWorker
in interface FabILCall
protected <N extends FabILCall_c> N remoteWorker(N n, Expr remoteWorker)
public Node visitChildren(NodeVisitor v)
public Node typeCheck(TypeChecker tc) throws SemanticException
SemanticException
public java.lang.String toString()