com.kitfox.svg.animation.parser
Class ASTParamList

java.lang.Object
  extended by com.kitfox.svg.animation.parser.SimpleNode
      extended by com.kitfox.svg.animation.parser.ASTParamList
All Implemented Interfaces:
Node

public class ASTParamList
extends SimpleNode


Field Summary
 
Fields inherited from class com.kitfox.svg.animation.parser.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTParamList(AnimTimeParser p, int id)
           
ASTParamList(int id)
           
 
Method Summary
 
Methods inherited from class com.kitfox.svg.animation.parser.SimpleNode
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTParamList

public ASTParamList(int id)

ASTParamList

public ASTParamList(AnimTimeParser p,
                    int id)