Uses of Class
net.sf.antcontrib.cpptasks.parser.AbstractParserState
-
Packages that use AbstractParserState Package Description net.sf.antcontrib.cpptasks.borland Adapter for Borland tools.net.sf.antcontrib.cpptasks.parser Provides minimal scanners to extract dependencies, such as include statements, from source files.net.sf.antcontrib.cpptasks.trolltech Adapters for Trolltech Qt moc and uic compilers. -
-
Uses of AbstractParserState in net.sf.antcontrib.cpptasks.borland
Subclasses of AbstractParserState in net.sf.antcontrib.cpptasks.borland Modifier and Type Class Description classCfgFilenameStateclassConsumeToSpaceOrNewLineclassQuoteBranchStateFields in net.sf.antcontrib.cpptasks.borland declared as AbstractParserState Modifier and Type Field Description private AbstractParserStateBorlandCfgParser. newLineStateprivate AbstractParserStateQuoteBranchState. quoteprivate AbstractParserStateQuoteBranchState. unquoteMethods in net.sf.antcontrib.cpptasks.borland that return AbstractParserState Modifier and Type Method Description AbstractParserStateCfgFilenameState. consume(char ch)AbstractParserStateConsumeToSpaceOrNewLine. consume(char ch)AbstractParserStateQuoteBranchState. consume(char ch)AbstractParserStateBorlandCfgParser. getNewLineState()Constructors in net.sf.antcontrib.cpptasks.borland with parameters of type AbstractParserState Constructor Description QuoteBranchState(AbstractParser parser, AbstractParserState quote, AbstractParserState unquote) -
Uses of AbstractParserState in net.sf.antcontrib.cpptasks.parser
Subclasses of AbstractParserState in net.sf.antcontrib.cpptasks.parser Modifier and Type Class Description classBranchStateclassCaseInsensitiveLetterStateThis parser state checks consumed characters against a specific character (case insensitive).classFilenameStateclassLetterStateThis parser state checks consumed characters against a specific character.classPostEclassWhitespaceOrCaseInsensitiveLetterStateThis parser state checks consumed characters against a specific character (case insensitive) or whitespace.classWhitespaceOrLetterStateThis parser state checks consumed characters against a specific character or whitespace.Fields in net.sf.antcontrib.cpptasks.parser declared as AbstractParserState Modifier and Type Field Description private AbstractParserStatePostE. bracketprivate AbstractParserState[]BranchState. branchStatesprivate AbstractParserStateCParser. newLineStateprivate AbstractParserStateFortranParser. newLineStateState that starts consuming content at the beginning of a line.private AbstractParserStateCaseInsensitiveLetterState. nextStateNext state if a match is found.private AbstractParserStateLetterState. nextStateNext state if a match is found.private AbstractParserStateWhitespaceOrCaseInsensitiveLetterState. nextStateNext state if the character is found.private AbstractParserStateWhitespaceOrLetterState. nextStateNext state if the character is found.private AbstractParserStateBranchState. noMatchStateprivate AbstractParserStateCaseInsensitiveLetterState. noMatchStateNext state if not match is found.private AbstractParserStateLetterState. noMatchStateNext state if not match is found.private AbstractParserStatePostE. quoteMethods in net.sf.antcontrib.cpptasks.parser that return AbstractParserState Modifier and Type Method Description abstract AbstractParserStateAbstractParserState. consume(char ch)Consume a characterAbstractParserStateBranchState. consume(char ch)AbstractParserStateCaseInsensitiveLetterState. consume(char ch)Consumes a character and returns the next state for the parser.AbstractParserStateFilenameState. consume(char ch)AbstractParserStateLetterState. consume(char ch)Consumes a character and returns the next state for the parser.AbstractParserStatePostE. consume(char ch)AbstractParserStateWhitespaceOrCaseInsensitiveLetterState. consume(char ch)Consumes a character and returns the next state for the parser.AbstractParserStateWhitespaceOrLetterState. consume(char ch)Consumes a character and returns the next state for the parser.abstract AbstractParserStateAbstractParser. getNewLineState()AbstractParserStateCParser. getNewLineState()AbstractParserStateFortranParser. getNewLineState()Get the state for the beginning of a new line.protected AbstractParserStateBranchState. getNoMatchState()Constructors in net.sf.antcontrib.cpptasks.parser with parameters of type AbstractParserState Constructor Description BranchState(AbstractParser parser, char[] branchChars, AbstractParserState[] branchStates, AbstractParserState noMatchState)CaseInsensitiveLetterState(AbstractParser parser, char matchLetter, AbstractParserState nextStateArg, AbstractParserState noMatchStateArg)Constructor.LetterState(AbstractParser parser, char matchLetter, AbstractParserState nextStateArg, AbstractParserState noMatchStateArg)Constructor.PostE(CParser parser, AbstractParserState bracket, AbstractParserState quote)WhitespaceOrCaseInsensitiveLetterState(AbstractParser parser, char matchLetter, AbstractParserState nextStateArg)Constructor.WhitespaceOrLetterState(AbstractParser parser, char matchLetter, AbstractParserState nextStateArg)Constructor. -
Uses of AbstractParserState in net.sf.antcontrib.cpptasks.trolltech
Subclasses of AbstractParserState in net.sf.antcontrib.cpptasks.trolltech Modifier and Type Class Description private static classMetaObjectParser.FinalTStateParser state that matches file T character.Fields in net.sf.antcontrib.cpptasks.trolltech declared as AbstractParserState Modifier and Type Field Description private AbstractParserStateMetaObjectParser. newLineStateParser state for start of new line.Methods in net.sf.antcontrib.cpptasks.trolltech that return AbstractParserState Modifier and Type Method Description AbstractParserStateMetaObjectParser.FinalTState. consume(char ch)Consumes a character and returns the next state for the parser.AbstractParserStateMetaObjectParser. getNewLineState()Gets new line state.
-