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
Methods in org.aspectj.org.eclipse.jdt.internal.formatter that return TokenModifier and TypeMethodDescriptionTokenManager.firstTokenAfter(ASTNode node, int tokenType) TokenManager.firstTokenBefore(ASTNode node, int tokenType) TokenManager.firstTokenIn(ASTNode node, int tokenType) static TokenToken.fromCurrent(Scanner scanner, int currentToken) TokenManager.get(int index) protected TokenTokenTraverser.getCurrent()protected TokenTokenTraverser.getNext()Token.getNLSTag()protected TokenTokenTraverser.getPrevious()TokenManager.lastTokenIn(ASTNode node, int 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 TokenModifierConstructorDescriptionConstructor 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)