org.codehaus.jparsec
Class Terminals.CharLiteral

java.lang.Object
  extended by org.codehaus.jparsec.Terminals.CharLiteral
Enclosing class:
Terminals

public static final class Terminals.CharLiteral
extends Object

Entry point for parser and tokenizers of character literal.


Field Summary
static Parser<Character> PARSER
          Parser that recognizes Character tokens.
static Parser<Character> SINGLE_QUOTE_TOKENIZER
          A tokenizer that parses single quoted character literal (escaped by '\'), and then converts the character to a Character token.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARSER

public static final Parser<Character> PARSER
Parser that recognizes Character tokens.


SINGLE_QUOTE_TOKENIZER

public static final Parser<Character> SINGLE_QUOTE_TOKENIZER
A tokenizer that parses single quoted character literal (escaped by '\'), and then converts the character to a Character token.



Copyright © 2014. All rights reserved.