All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.kitfox.svg.animation.parser.ASTExpr Maven / Gradle / Ivy

There is a newer version: 1.1.3
Show newest version
/* Generated by: JJTree: Do not edit this line. ASTExpr.java Version 1.1 */
/* ParserGeneratorCCOptions:MULTI=true,NODE_USES_PARSER=false,VISITOR=false,TRACK_TOKENS=false,NODE_PREFIX=AST,NODE_EXTENDS=,NODE_FACTORY=,SUPPORT_CLASS_VISIBILITY_PUBLIC=true */
package com.kitfox.svg.animation.parser;

public
class ASTExpr extends SimpleNode {
  public ASTExpr(int id) {
    super(id);
  }

  public ASTExpr(AnimTimeParser p, int id) {
    super(p, id);
  }

}
/* ParserGeneratorCC - OriginalChecksum=a5a6c15738e716d7c2fcfdd1582e1348 (do not edit this line) */




© 2015 - 2024 Weber Informatics LLC | Privacy Policy