Constant Field Values

Contents

org.nineml.*

  • org.nineml.coffeegrinder.gll.BinarySubtree 
    Modifier and Type Constant Field Value
    public static final java.lang.String logcategory "GllParser"
  • org.nineml.coffeegrinder.gll.GllParser 
    Modifier and Type Constant Field Value
    public static final java.lang.String gllexecution "GLLExecution"
    public static final java.lang.String logcategory "Parser"
  • org.nineml.coffeegrinder.parser.EarleyParser 
    Modifier and Type Constant Field Value
    public static final java.lang.String logcategory "Parser"
  • org.nineml.coffeegrinder.parser.ForestNode 
    Modifier and Type Constant Field Value
    public static final java.lang.String AMBIGUOUS_ATTRIBUTE "https://coffeegrinder.nineml.org/attr/ambiguous"
    public static final java.lang.String logcategory "ForestNode"
    public static final java.lang.String PRIORITY_ATTRIBUTE "https://coffeegrinder.nineml.org/attr/priority"
  • org.nineml.coffeegrinder.parser.Grammar 
    Modifier and Type Constant Field Value
    public static final java.lang.String logcategory "Grammar"
  • org.nineml.coffeegrinder.parser.HygieneReport 
    Modifier and Type Constant Field Value
    public static final java.lang.String logcategory "Hygiene"
  • org.nineml.coffeegrinder.parser.ParseForest 
    Modifier and Type Constant Field Value
    public static final java.lang.String logcategory "Forest"
  • org.nineml.coffeegrinder.parser.ParseListener 
    Modifier and Type Constant Field Value
    public static final int DEBUG 5
    public static final int DETAIL 4
    public static final int ERROR 1
    public static final int INFO 3
    public static final int NONE 6
    public static final int WARNING 2
  • org.nineml.coffeegrinder.parser.ParserInput 
    Modifier and Type Constant Field Value
    public static final int CR 13
    public static final int LF 10
    public static final int LINE_SEPARATOR 8232
    public static final int NEL 133
  • org.nineml.coffeegrinder.parser.SourceGrammar 
    Modifier and Type Constant Field Value
    public static final java.lang.String logcategory "Grammar"
  • org.nineml.coffeegrinder.util.Instrumentation 
    Modifier and Type Constant Field Value
    public static final boolean ACTIVE false
  • org.nineml.coffeegrinder.util.ParserAttribute 
    Modifier and Type Constant Field Value
    public static final java.lang.String COLUMN_NUMBER_NAME "https://coffeegrinder.nineml.org/attr/column"
    public static final java.lang.String LINE_NUMBER_NAME "https://coffeegrinder.nineml.org/attr/line"
    public static final java.lang.String OFFSET_NAME "https://coffeegrinder.nineml.org/attr/offset"
    public static final java.lang.String REGEX_NAME "https://coffeegrinder.nineml.org/attr/regex"
  • org.nineml.logging.Logger 
    Modifier and Type Constant Field Value
    public static final int DEBUG 4
    public static final java.lang.String defaultLogLevelProperty "org.nineml.logging.defaultLogLevel"
    public static final int ERROR 1
    public static final int INFO 3
    public static final java.lang.String logcategory "Logger"
    public static final java.lang.String logLevelsProperty "org.nineml.logging.logLevels"
    public static final int SILENT 0
    public static final int TRACE 5
    public static final int WARNING 2