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.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