@Deprecated public class FabricCall_c extends JifCall_c implements FabricCall
Modifier and Type | Field and Description |
---|---|
protected Expr |
remoteWorker
Deprecated.
|
protected Principal |
remoteWorkerPrincipal
Deprecated.
|
Constructor and Description |
---|
FabricCall_c(Position pos,
Receiver target,
Id name,
Expr remoteWorker,
java.util.List<Expr> args)
Deprecated.
|
FabricCall_c(Position pos,
Receiver target,
Id name,
Expr remoteWorker,
java.util.List<Expr> args,
Ext ext)
Deprecated.
|
FabricCall_c(Position pos,
Receiver target,
Id name,
java.util.List<Expr> args)
Deprecated.
|
FabricCall_c(Position pos,
Receiver target,
Id name,
java.util.List<Expr> args,
Ext ext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected <N extends FabricCall_c> |
reconstruct(N n,
Receiver target,
Id name,
Expr remoteWorker,
java.util.List<Expr> arguments)
Deprecated.
|
Expr |
remoteWorker()
Deprecated.
|
FabricCall |
remoteWorker(Expr remoteWorker)
Deprecated.
|
protected <N extends FabricCall_c> |
remoteWorker(N n,
Expr remoteWorker)
Deprecated.
|
Principal |
remoteWorkerPrincipal()
Deprecated.
|
FabricCall |
remoteWorkerPrincipal(Principal p)
Deprecated.
|
Node |
typeCheck(TypeChecker tc)
Deprecated.
|
Node |
visitChildren(NodeVisitor v)
Deprecated.
|
protected Expr remoteWorker
protected Principal remoteWorkerPrincipal
@Deprecated public FabricCall_c(Position pos, Receiver target, Id name, java.util.List<Expr> args)
public FabricCall_c(Position pos, Receiver target, Id name, java.util.List<Expr> args, Ext ext)
@Deprecated public FabricCall_c(Position pos, Receiver target, Id name, Expr remoteWorker, java.util.List<Expr> args)
public FabricCall_c(Position pos, Receiver target, Id name, Expr remoteWorker, java.util.List<Expr> args, Ext ext)
protected <N extends FabricCall_c> N reconstruct(N n, Receiver target, Id name, Expr remoteWorker, java.util.List<Expr> arguments)
public Expr remoteWorker()
remoteWorker
in interface FabricCall
public FabricCall remoteWorker(Expr remoteWorker)
remoteWorker
in interface FabricCall
protected <N extends FabricCall_c> N remoteWorker(N n, Expr remoteWorker)
public Node visitChildren(NodeVisitor v)
public Node typeCheck(TypeChecker tc) throws SemanticException
SemanticException
public Principal remoteWorkerPrincipal()
remoteWorkerPrincipal
in interface FabricCall
public FabricCall remoteWorkerPrincipal(Principal p)
remoteWorkerPrincipal
in interface FabricCall