Constant Field Values

Contents

org.jparsec.*

  • org.jparsec.org.jparsec.ParseContext
    Modifier and Type
    Constant Field
    Value
    static final String
    "EOF"
  • org.jparsec.org.jparsec.ParserState
    Modifier and Type
    Constant Field
    Value
    private static final String
    "Cannot scan characters on tokens.\nThis normally happens when you are using a character-level parser on token input. For example: Scanners.string(foo).from(tokenizer).parse(text) will result in this error because scanner works on characters while it\'s used as a token-level parser."
  • org.jparsec.org.jparsec.SourceLocator
    Modifier and Type
    Constant Field
    Value
    private static final char
    '\n'
  • org.jparsec.pattern.Pattern
    Modifier and Type
    Constant Field
    Value
    public static final int
    -1