Uses of Class
org.aspectj.org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
Packages that use DefaultCodeFormatterOptions
Package
Description
-
Uses of DefaultCodeFormatterOptions in org.aspectj.org.eclipse.jdt.internal.formatter
Methods in org.aspectj.org.eclipse.jdt.internal.formatter that return DefaultCodeFormatterOptionsModifier and TypeMethodDescriptionstatic DefaultCodeFormatterOptionsDefaultCodeFormatterOptions.getDefaultSettings()static DefaultCodeFormatterOptionsDefaultCodeFormatterOptions.getEclipseDefaultSettings()static DefaultCodeFormatterOptionsDefaultCodeFormatterOptions.getJavaConventionsSettings()Constructors in org.aspectj.org.eclipse.jdt.internal.formatter with parameters of type DefaultCodeFormatterOptionsModifierConstructorDescriptionCommentsPreparator(TokenManager tm, DefaultCodeFormatterOptions options, String sourceLevel) DefaultCodeFormatter(DefaultCodeFormatterOptions defaultCodeFormatterOptions, Map<String, String> options) LineBreaksPreparator(TokenManager tokenManager, DefaultCodeFormatterOptions options) OneLineEnforcer(TokenManager tokenManager, DefaultCodeFormatterOptions options) SpacePreparator(TokenManager tokenManager, DefaultCodeFormatterOptions options) TextEditsBuilder(String source, List<org.eclipse.jface.text.IRegion> regions, TokenManager tokenManager, DefaultCodeFormatterOptions options) TokenManager(List<Token> tokens, String source, DefaultCodeFormatterOptions options) -
Uses of DefaultCodeFormatterOptions in org.aspectj.org.eclipse.jdt.internal.formatter.linewrap
Constructors in org.aspectj.org.eclipse.jdt.internal.formatter.linewrap with parameters of type DefaultCodeFormatterOptionsModifierConstructorDescriptionAligner(TokenManager tokenManager, DefaultCodeFormatterOptions options) CommentWrapExecutor(TokenManager tokenManager, DefaultCodeFormatterOptions options) WrapExecutor(TokenManager tokenManager, DefaultCodeFormatterOptions options, List<org.eclipse.jface.text.IRegion> regions) WrapPreparator(TokenManager tokenManager, DefaultCodeFormatterOptions options, int kind)