namespace tlang { public abstract class Node { public abstract TObject Execute(IScopeEnvironment nodeEnv); } }