com.judoscript.parser.helper
Class Arguments

java.lang.Object
  extended by com.judoscript.parser.helper.Arguments
All Implemented Interfaces:
XMLDumpable

public final class Arguments
extends java.lang.Object
implements XMLDumpable


Constructor Summary
Arguments(ParserHelper helper, java.lang.Object[] oa, boolean expand)
           
 
Method Summary
 boolean doExpand()
           
 void dump(XMLWriter out)
           
 Expr[] getParams()
           
 int[] getTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Arguments

public Arguments(ParserHelper helper,
                 java.lang.Object[] oa,
                 boolean expand)
Method Detail

getParams

public Expr[] getParams()

getTypes

public int[] getTypes()

doExpand

public boolean doExpand()

dump

public void dump(XMLWriter out)
Specified by:
dump in interface XMLDumpable