Some branching/jumping

This commit is contained in:
Adam
2014-12-05 16:26:07 -05:00
parent ea556bef32
commit ea366191ea
44 changed files with 571 additions and 124 deletions

View File

@@ -20,4 +20,9 @@ public class Execution
Path p = new Path(this);
p.init(method, args);
}
public void addPath(Path p)
{
paths.add(p);
}
}