The Meta-Environment API

Uses of Class
nl.cwi.sen1.tide.tool.support.Port

Packages that use Port
nl.cwi.sen1.tide.tool.support   
 

Uses of Port in nl.cwi.sen1.tide.tool.support
 

Fields in nl.cwi.sen1.tide.tool.support declared as Port
private  Port Rule.port
           
 

Methods in nl.cwi.sen1.tide.tool.support that return Port
static Port Port.fromTerm(aterm.ATerm term)
           
 Port Rule.getPort()
           
static Port Port.make(aterm.ATerm term)
           
static Port Port.make(java.lang.String port)
           
static Port Port.makeStarted()
           
static Port Port.makeStep()
           
static Port Port.makeStopped()
           
static Port Port.parse(java.lang.String spec)
           
 

Methods in nl.cwi.sen1.tide.tool.support with parameters of type Port
 void Rule.modify(Port port, Expr condition, Expr action, boolean enabled)
           
 void DebugTool.requestRuleCreation(aterm.ATerm dap, int pid, Port port, Expr cond, Expr act, java.lang.String tag, boolean enabled)
           
 void DebugAdapter.requestRuleCreation(int pid, Port port, Expr cond, Expr act, java.lang.String tag, boolean enabled)
           
 void DebugProcess.requestRuleCreation(Port port, Expr cond, Expr act, java.lang.String tag)
           
 void DebugProcess.requestRuleCreation(Port port, Expr cond, Expr act, java.lang.String tag, boolean enabled)
           
 void DebugTool.requestRuleModification(aterm.ATerm dap, int pid, Rule rule, Port port, Expr cond, Expr act, boolean enabled)
           
 void DebugAdapter.requestRuleModification(int pid, Rule rule, Port port, Expr cond, Expr act, boolean enabled)
           
 void DebugProcess.requestRuleModification(Rule rule, Port port, Expr cond, Expr act, boolean enabled)
           
 void DebugAdapter.ruleModified(int pid, int rid, Port port, Expr cond, Expr action, boolean enabled)
           
 void DebugProcess.ruleModified(int rid, Port port, Expr cond, Expr action, boolean enabled)
           
 

Constructors in nl.cwi.sen1.tide.tool.support with parameters of type Port
Rule(int rid, Port port, Expr cond, Expr act, java.lang.String tag, boolean enabled)
           
 


The Meta-Environment API