com.kitfox.svg.animation.parser
Class ASTSum

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

public class ASTSum
extends SimpleNode


Field Summary
 
Fields inherited from class com.kitfox.svg.animation.parser.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTSum(AnimTimeParser p, int id)
           
ASTSum(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

ASTSum

public ASTSum(int id)

ASTSum

public ASTSum(AnimTimeParser p,
              int id)