Uses of Class
org.aspectj.org.eclipse.jdt.internal.formatter.Token
Packages that use Token
Package
Description
-
Uses of Token in org.aspectj.org.eclipse.jdt.internal.formatter
Classes in org.aspectj.org.eclipse.jdt.internal.formatter that implement interfaces with type arguments of type TokenModifier and TypeClassDescriptionclassA helper class that can be used to easily access source code and find tokens on any position.Methods in org.aspectj.org.eclipse.jdt.internal.formatter that return TokenModifier and TypeMethodDescriptionTokenManager.firstTokenAfter(ASTNode node, TerminalToken tokenType) TokenManager.firstTokenBefore(ASTNode node, TerminalToken tokenType) TokenManager.firstTokenIn(ASTNode node, TerminalToken tokenType) static TokenToken.fromCurrent(Scanner scanner, TerminalToken currentToken) TokenManager.get(int index) protected TokenTokenTraverser.getCurrent()protected TokenTokenTraverser.getNext()Token.getNLSTag()protected TokenTokenTraverser.getPrevious()TokenManager.lastTokenIn(ASTNode node, TerminalToken tokenType) Methods in org.aspectj.org.eclipse.jdt.internal.formatter that return types with arguments of type TokenModifier and TypeMethodDescriptionToken.getInternalStructure()TokenManager.iterator()TokenManager.stream()Methods in org.aspectj.org.eclipse.jdt.internal.formatter with parameters of type TokenModifier and TypeMethodDescriptionvoidTokenManager.addDisableFormatTokenPair(Token formatOffTag, Token formatOnTag) intTokenManager.countLineBreaksBetween(Token previous, Token current) intintvoidAdds given token at given index.voidTextEditsBuilder.processComment(Token commentToken) voidprotected booleanprotected abstract booleanGets token text with characters escaped as HTML entities where necessary.Method parameters in org.aspectj.org.eclipse.jdt.internal.formatter with type arguments of type TokenModifier and TypeMethodDescriptionvoidToken.setInternalStructure(List<Token> internalStructure) intConstructors in org.aspectj.org.eclipse.jdt.internal.formatter with parameters of type TokenModifierConstructorDescriptionToken(Token tokenToCopy, int newOriginalStart, int newOriginalEnd, TerminalToken newTokenType) Constructor parameters in org.aspectj.org.eclipse.jdt.internal.formatter with type arguments of type TokenModifierConstructorDescriptionTokenManager(List<Token> tokens, String source, DefaultCodeFormatterOptions options) TokenManager(List<Token> tokens, TokenManager parent) -
Uses of Token in org.aspectj.org.eclipse.jdt.internal.formatter.linewrap
Methods in org.aspectj.org.eclipse.jdt.internal.formatter.linewrap with parameters of type TokenModifier and TypeMethodDescriptionprotected booleanvoidCommentWrapExecutor.wrapLineComment(Token commentToken, int startPosition) intCommentWrapExecutor.wrapMultiLineComment(Token commentToken, int startPosition, boolean simulate, boolean noWrap)