示例#1
0
 /* Returns a string representation of this action.  */
 public final String toString() {
   return "<Action " + pred.toString() + ">";
 }
示例#2
0
 public final String getLocation() {
   return "<Action " + pred.getLocation() + ">";
 }
示例#3
0
 public static Value getValue(SemanticNode expr) {
   return (Value) expr.getToolObject(TLCGlobals.ToolId);
 }