org.omegahat.Environment.lib.Language
Class SubsetFunctions

java.lang.Object
  |
  +--org.omegahat.Environment.lib.Language.SubsetFunctions

public class SubsetFunctions
extends java.lang.Object

Omegahat language subset functions for expressions, ANTLR objects.


Constructor Summary
SubsetFunctions()
           
 
Method Summary
static java.lang.Object subset(antlr.collections.AST node, List indeces, boolean drop)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubsetFunctions

public SubsetFunctions()
Method Detail

subset

public static java.lang.Object subset(antlr.collections.AST node,
                                      List indeces,
                                      boolean drop)