| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.antcontrib.cpptasks.parser.AbstractParserState
net.sf.antcontrib.cpptasks.parser.CaseInsensitiveLetterState
public final class CaseInsensitiveLetterState
This parser state checks consumed characters against a specific character (case insensitive).
| Constructor Summary | |
|---|---|
| CaseInsensitiveLetterState(AbstractParser parser,
                           char matchLetter,
                           AbstractParserState nextStateArg,
                           AbstractParserState noMatchStateArg)Constructor. | |
| Method Summary | |
|---|---|
|  AbstractParserState | consume(char ch)Consumes a character and returns the next state for the parser. | 
| Methods inherited from class net.sf.antcontrib.cpptasks.parser.AbstractParserState | 
|---|
| getParser | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public CaseInsensitiveLetterState(AbstractParser parser,
                                  char matchLetter,
                                  AbstractParserState nextStateArg,
                                  AbstractParserState noMatchStateArg)
parser - parsermatchLetter - letter to matchnextStateArg - next state if a match on the letternoMatchStateArg - state if no match on letter| Method Detail | 
|---|
public AbstractParserState consume(char ch)
consume in class AbstractParserStatech - next character
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||