com.kitfox.svg.animation.parser
Class ASTLookupTime

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

public class ASTLookupTime
extends SimpleNode


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

Constructor Detail

ASTLookupTime

public ASTLookupTime(int id)

ASTLookupTime

public ASTLookupTime(AnimTimeParser p,
                     int id)