Uses of Interface
com.ibm.dtfj.javacore.parser.framework.scanner.IParserToken
Packages that use IParserToken
Package
Description
-
Uses of IParserToken in com.ibm.dtfj.javacore.parser.framework.parser
Methods in com.ibm.dtfj.javacore.parser.framework.parser that return IParserTokenModifier and TypeMethodDescriptionILookAheadBuffer.lookAhead(int depth) Looks ahead by a depth amount. -
Uses of IParserToken in com.ibm.dtfj.javacore.parser.framework.scanner
Classes in com.ibm.dtfj.javacore.parser.framework.scanner that implement IParserTokenMethods in com.ibm.dtfj.javacore.parser.framework.scanner that return IParserTokenModifier and TypeMethodDescriptionstatic IParserTokenLookAheadBuffer.lookAhead(int depth) IScanner.next()Each call to next returns a new token,JavaCoreScanner.next() -
Uses of IParserToken in com.ibm.dtfj.javacore.parser.framework.tag
Methods in com.ibm.dtfj.javacore.parser.framework.tag that return IParserTokenModifier and TypeMethodDescriptionprotected IParserTokenLineRule.addAllCharactersAsTokenAndConsumeFirstMatch(String type, Matcher matcher) Grabs all characters up to the first match specified by the matcher, and adds the latter as a token of a argument-specified type to the internal token list.protected IParserTokenLineRule.addAllCharactersAsTokenUntilFirstMatch(String type, Matcher matcher) Grabs all characters up to but excluding the first match specified by the matcher, and adds the latter as a token of an argument-specified type.protected IParserTokenLineRule.addAllCharactersAsTokenUntilIndex(String type, int endIndex, boolean stripTrailingWhitespace) Copies all characters from start to endIndex - 1.protected IParserTokenLineRule.addNonPrefixedHexToken(String type) Matches the first hexadecimal match encountered that is not prefixed by "0x" as a token.protected IParserTokenLineRule.addPrefixedHexToken(String type) Matches the first prefixed hexadecimal pattern encountered, and adds it as a token.protected IParserTokenAdds a token of the type specified to the internal token list and assigns it the value specified by the argument.protected IParserTokenAdds a token of the type specified via argument to the internal token map, and assigns it the value matched by the pattern matcher.ITagAttributeResult.getAttributeValue(String attribute) TagAttributeResult.getAttributeValue(String attribute) Methods in com.ibm.dtfj.javacore.parser.framework.tag with parameters of type IParserTokenModifier and TypeMethodDescriptionprotected voidLineRule.addToken(IParserToken token) Adds a non-null token to the token map. -
Uses of IParserToken in com.ibm.dtfj.javacore.parser.j9
Methods in com.ibm.dtfj.javacore.parser.j9 that return IParserTokenModifier and TypeMethodDescriptionprotected IParserTokenSectionParserGrammar.lookAhead(int depth) Methods in com.ibm.dtfj.javacore.parser.j9 with parameters of type IParserTokenModifier and TypeMethodDescriptionprotected IAttributeValueMapSectionParserGrammar.getLineRuleResults(IParserToken token) protected booleanSectionParserGrammar.isValidJavaCoreTag(IParserToken token) -
Uses of IParserToken in com.ibm.dtfj.javacore.parser.j9.section.monitor
Methods in com.ibm.dtfj.javacore.parser.j9.section.monitor that return IParserTokenModifier and TypeMethodDescriptionprotected IParserTokenMonitorObjectLineRule.addHexToken(String token)