public class NodeCall
extends Object
During the execution of the tree, we have to go from one node to another and
finally execute one primitive. Shady is using this class for representing
the call. The target is identified only by name, it can be another node,
action, or it doesn't have to exists at all (that will cause an exception).
Name of the call can be same as FQN name of java class(for the most part).
TODO: How is target determined. Probably search in order: node names, names
on classpath, fqn names of classes.
- Author:
- Honza