Skip to content

Instantly share code, notes, and snippets.

@enebo
Created June 16, 2015 21:16
Show Gist options
  • Save enebo/b87b5fc1008363d08a79 to your computer and use it in GitHub Desktop.
Save enebo/b87b5fc1008363d08a79 to your computer and use it in GitHub Desktop.
org.jruby.ast.Node[] children = node.getPost().children();
for (index = children.length - 1; index >= 0; index--) {
sequence.add(children[index].accept(this));
required++;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment