Skip to content

Instantly share code, notes, and snippets.

@Jingbang-liu-lix
Created October 1, 2019 01:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jingbang-liu-lix/5957a161fce92ef949ec505d0b27a0ff to your computer and use it in GitHub Desktop.
Save Jingbang-liu-lix/5957a161fce92ef949ec505d0b27a0ff to your computer and use it in GitHub Desktop.
Evaluation Tree Node
public interface AbstractEvalNode<RETURN_TYPE> {
RETURN_TYPE compute(DslExecutionContext context, AbstractEvalTree tree, int thisNodePosition);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment