Uses of Class
net.sf.antcontrib.cpptasks.parser.AbstractParserState
Packages that use AbstractParserState
Package
Description
Adapter for Borland tools.
Provides minimal scanners to extract dependencies,
such as include statements, from source files.
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.borlandModifier and TypeClassDescriptionclassclassclassFields in net.sf.antcontrib.cpptasks.borland declared as AbstractParserStateModifier and TypeFieldDescriptionprivate AbstractParserStateBorlandCfgParser.newLineStateprivate AbstractParserStateQuoteBranchState.quoteprivate AbstractParserStateQuoteBranchState.unquoteMethods in net.sf.antcontrib.cpptasks.borland that return AbstractParserStateModifier and TypeMethodDescriptionCfgFilenameState.consume(char ch) ConsumeToSpaceOrNewLine.consume(char ch) QuoteBranchState.consume(char ch) BorlandCfgParser.getNewLineState()Constructors in net.sf.antcontrib.cpptasks.borland with parameters of type AbstractParserStateModifierConstructorDescriptionQuoteBranchState(AbstractParser parser, AbstractParserState quote, AbstractParserState unquote) -
Uses of AbstractParserState in net.sf.antcontrib.cpptasks.parser
Subclasses of AbstractParserState in net.sf.antcontrib.cpptasks.parserModifier and TypeClassDescriptionclassfinal classThis parser state checks consumed characters against a specific character (case insensitive).classfinal classThis parser state checks consumed characters against a specific character.classfinal classThis parser state checks consumed characters against a specific character (case insensitive) or whitespace.final classThis parser state checks consumed characters against a specific character or whitespace.Fields in net.sf.antcontrib.cpptasks.parser declared as AbstractParserStateModifier and TypeFieldDescriptionprivate AbstractParserStatePostE.bracketprivate AbstractParserState[]BranchState.branchStatesprivate AbstractParserStateCParser.newLineStateprivate final AbstractParserStateFortranParser.newLineStateState that starts consuming content at the beginning of a line.private final AbstractParserStateCaseInsensitiveLetterState.nextStateNext state if a match is found.private final AbstractParserStateLetterState.nextStateNext state if a match is found.private final AbstractParserStateWhitespaceOrCaseInsensitiveLetterState.nextStateNext state if the character is found.private final AbstractParserStateWhitespaceOrLetterState.nextStateNext state if the character is found.private AbstractParserStateBranchState.noMatchStateprivate final AbstractParserStateCaseInsensitiveLetterState.noMatchStateNext state if not match is found.private final AbstractParserStateLetterState.noMatchStateNext state if not match is found.private AbstractParserStatePostE.quoteMethods in net.sf.antcontrib.cpptasks.parser that return AbstractParserStateModifier and TypeMethodDescriptionabstract AbstractParserStateAbstractParserState.consume(char ch) Consume a characterBranchState.consume(char ch) CaseInsensitiveLetterState.consume(char ch) Consumes a character and returns the next state for the parser.FilenameState.consume(char ch) LetterState.consume(char ch) Consumes a character and returns the next state for the parser.PostE.consume(char ch) WhitespaceOrCaseInsensitiveLetterState.consume(char ch) Consumes a character and returns the next state for the parser.WhitespaceOrLetterState.consume(char ch) Consumes a character and returns the next state for the parser.abstract AbstractParserStateAbstractParser.getNewLineState()CParser.getNewLineState()FortranParser.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 AbstractParserStateModifierConstructorDescriptionBranchState(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.trolltechModifier and TypeClassDescriptionprivate static final classParser state that matches file T character.Fields in net.sf.antcontrib.cpptasks.trolltech declared as AbstractParserStateModifier and TypeFieldDescriptionprivate AbstractParserStateMetaObjectParser.newLineStateParser state for start of new line.Methods in net.sf.antcontrib.cpptasks.trolltech that return AbstractParserStateModifier and TypeMethodDescriptionMetaObjectParser.FinalTState.consume(char ch) Consumes a character and returns the next state for the parser.MetaObjectParser.getNewLineState()Gets new line state.