net.sf.mmm.util.scanner.base
Class SimpleCharScannerSyntax

java.lang.Object
  extended by net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
      extended by net.sf.mmm.util.scanner.base.SimpleCharScannerSyntax
All Implemented Interfaces:
CharScannerSyntax

public class SimpleCharScannerSyntax
extends AbstractCharScannerSyntax

This class is a simple container for the special characters of a syntax to scan.

Since:
1.0.0
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)
See Also:
CharStreamScanner.readUntil(char, boolean, net.sf.mmm.util.scanner.api.CharScannerSyntax)

Constructor Summary
SimpleCharScannerSyntax()
          The constructor.
 
Method Summary
 
Methods inherited from class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
getAltQuoteEnd, getAltQuoteEscape, getAltQuoteStart, getEntityEnd, getEntityStart, getEscape, getQuoteEnd, getQuoteEscape, getQuoteStart, isAltQuoteEscapeLazy, isQuoteEscapeLazy, resolveEntity, setAltQuote, setAltQuoteEnd, setAltQuoteEscape, setAltQuoteEscapeLazy, setAltQuoteStart, setEntityEnd, setEntityStart, setEscape, setQuote, setQuoteEnd, setQuoteEscape, setQuoteEscapeLazy, setQuoteStart
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleCharScannerSyntax

public SimpleCharScannerSyntax()
The constructor.



Copyright © 2001-2010 mmm-Team. All Rights Reserved.