Created
May 22, 2014 18:47
-
-
Save stevenroose/6a2bf7b9c6c95739c2aa to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public void execute(Worm worm){ | |
Map<String, Type> context = new HashMap<String, Type>(); | |
context.put("self", new WormEntityType(worm)); | |
programTree.execute(context); | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment