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 IToken
UsageSearcher.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 SearchLocation
UsageSearcher.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 IToken
ArgExceptionInfo._parserState
private IToken
StandardParserState._token
Fields 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 void
ParsedElement.addToken
(IToken token, IParseTree after) private boolean
ParsedElement.containsToken
(List<IToken> tokens, IToken target) Method parameters in gw.internal.gosu.parser with type arguments of type ITokenModifier and TypeMethodDescriptionprivate void
ParseTree.addTokens
(ParseTree after, List<IToken> tokens, StringBuilder source) private void
ParseTree.appendTokensForOutline
(ParseTree child, List<IToken> tokens, StringBuilder source) private boolean
ParsedElement.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 IToken
IToken.copy()
static IToken
IParserPart.eatBlock
(char cBegin, char cEnd, boolean bOperator, boolean bStopAtDeclarationKeyword, ISourceCodeTokenizer tokenizer) static IToken
IParserPart.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