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

org.tautua.markdownpapers.ast.ParserTreeConstants Maven / Gradle / Ivy

There is a newer version: 1.3.3
Show newest version
/* Generated By:JavaCC: Do not edit this line. ParserTreeConstants.java Version 5.0 */
package org.tautua.markdownpapers.ast;

import org.tautua.markdownpapers.parser.*;

public interface ParserTreeConstants
{
  public int JJTDOCUMENT = 0;
  public int JJTVOID = 1;
  public int JJTHEADER = 2;
  public int JJTRULER = 3;
  public int JJTQUOTE = 4;
  public int JJTLINE = 5;
  public int JJTCODE = 6;
  public int JJTCODETEXT = 7;
  public int JJTRESOURCEDEFINITION = 8;
  public int JJTLIST = 9;
  public int JJTITEM = 10;
  public int JJTPARAGRAPH = 11;
  public int JJTLINEBREAK = 12;
  public int JJTTEXT = 13;
  public int JJTCHARREF = 14;
  public int JJTCODESPAN = 15;
  public int JJTEMPHASIS = 16;
  public int JJTCOMMENT = 17;
  public int JJTINLINEURL = 18;
  public int JJTLINK = 19;
  public int JJTIMAGE = 20;
  public int JJTTAG = 21;


  public String[] jjtNodeName = {
    "Document",
    "void",
    "Header",
    "Ruler",
    "Quote",
    "Line",
    "Code",
    "CodeText",
    "ResourceDefinition",
    "List",
    "Item",
    "Paragraph",
    "LineBreak",
    "Text",
    "CharRef",
    "CodeSpan",
    "Emphasis",
    "Comment",
    "InlineUrl",
    "Link",
    "Image",
    "Tag",
  };
}
/* JavaCC - OriginalChecksum=ec59abc74a8b20023b127c9ce63de9c1 (do not edit this line) */




© 2015 - 2024 Weber Informatics LLC | Privacy Policy