Uses of Class
gw.lang.parser.IToken
Packages that use IToken
-
Uses of IToken in editor.search
Methods in editor.search that return ITokenModifier and TypeMethodDescriptionprivate ITokenUsageSearcher.findNameToken(String name, IParsedElement pe) Methods in editor.search with parameters of type ITokenModifier and TypeMethodDescriptionprivate List<SearchLocation>UsageSearcher.addSearchLocation(IToken token, List<SearchLocation> locations) private SearchLocationUsageSearcher.makeSearchLocation(IToken token) -
Uses of IToken in gw.internal.gosu.parser
Subclasses of IToken in gw.internal.gosu.parserFields in gw.internal.gosu.parser declared as ITokenModifier and TypeFieldDescriptionprivate ITokenArgExceptionInfo._parserStateprivate ITokenStandardParserState._tokenFields in gw.internal.gosu.parser with type parameters of type ITokenMethods in gw.internal.gosu.parser with type parameters of type ITokenMethods in gw.internal.gosu.parser that return ITokenModifier and TypeMethodDescriptionSourceCodeTokenizer.copy()StringToken.copy()Token.copy()ArgExceptionInfo.getParserState()SourceCodeTokenizer.getTokenAtPosition(int docPosition) Methods in gw.internal.gosu.parser that return types with arguments of type ITokenMethods in gw.internal.gosu.parser with parameters of type ITokenModifier and TypeMethodDescriptionprotected voidParsedElement.addToken(IToken token, IParseTree after) private booleanParsedElement.containsToken(List<IToken> tokens, IToken target) Method parameters in gw.internal.gosu.parser with type arguments of type ITokenModifier and TypeMethodDescriptionprivate voidParseTree.addTokens(ParseTree after, List<IToken> tokens, StringBuilder source) private voidParseTree.appendTokensForOutline(ParseTree child, List<IToken> tokens, StringBuilder source) private booleanParsedElement.containsToken(List<IToken> tokens, IToken target) Constructors in gw.internal.gosu.parser with parameters of type ITokenModifierConstructorDescriptionArgExceptionInfo(int iArgIndex, ParseException pe, IToken parserState, IType expectedType, IType expectedQualifierType) -
Uses of IToken in gw.lang.parser
Methods in gw.lang.parser with type parameters of type ITokenMethods in gw.lang.parser that return ITokenModifier and TypeMethodDescriptionISourceCodeTokenizer.copy()abstract ITokenIToken.copy()static ITokenIParserPart.eatBlock(char cBegin, char cEnd, boolean bOperator, boolean bStopAtDeclarationKeyword, ISourceCodeTokenizer tokenizer) static ITokenIParserPart.eatBlock(char cBegin, char cEnd, boolean bOperator, ISourceCodeTokenizer tokenizer) ISourceCodeTokenizer.getCurrentToken()ISourceCodeTokenizer.getTokenAt(int iTokenIndex) ISourceCodeTokenizer.getTokenAtPosition(int docPosition) Methods in gw.lang.parser that return types with arguments of type ITokenMethods in gw.lang.parser with parameters of type IToken