Uses of Enum
org.jboss.jdeparser.FormatPreferences.Space
-
Uses of FormatPreferences.Space in org.jboss.jdeparser
Fields in org.jboss.jdeparser declared as FormatPreferences.SpaceModifier and TypeFieldDescriptionprivate final FormatPreferences.SpaceTokens.$KW.afterprivate final FormatPreferences.SpaceTokens.$KW.beforeprivate final FormatPreferences.SpaceTokens.$PUNCT.BINOP.spacingRuleFields in org.jboss.jdeparser with type parameters of type FormatPreferences.SpaceModifier and TypeFieldDescriptionprivate static final EnumMap<FormatPreferences.Space, FormatPreferences.SpaceType> FormatPreferences.DEFAULT_SPACE_TYPESprivate final EnumMap<FormatPreferences.Space, FormatPreferences.SpaceType> FormatPreferences.spaceTypesMethods in org.jboss.jdeparser that return FormatPreferences.SpaceModifier and TypeMethodDescriptionTokens.$PUNCT.BINOP.getSpacingRule()static FormatPreferences.SpaceReturns the enum constant of this type with the specified name.static FormatPreferences.Space[]FormatPreferences.Space.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.jdeparser with parameters of type FormatPreferences.SpaceModifier and TypeMethodDescriptionFormatPreferences.getSpaceType(FormatPreferences.Space space) Get the spacing type for a given space context.voidFormatPreferences.setAllSpaceTypes(FormatPreferences.SpaceType toType, FormatPreferences.Space... spaces) Set several space contexts to the same spacing type.FormatPreferences.setSpaceType(FormatPreferences.Space space, FormatPreferences.SpaceType spaceType) Set the spacing type for the given space context.(package private) voidBasicJBlock.write(SourceFileWriter writer, FormatPreferences.Space beforeBrace) (package private) voidBasicJBlock.write(SourceFileWriter writer, FormatPreferences.Space beforeBrace, JBlock.Braces braces) (package private) voidElseJBlock.write(SourceFileWriter writer, FormatPreferences.Space beforeBrace, JBlock.Braces braces) (package private) voidFirstJVarDeclaration.write(SourceFileWriter writer, FormatPreferences.Space beforeSemicolon) (package private) voidSourceFileWriter.write(FormatPreferences.Space rule) (package private) voidBasicJAnnotatable.writeAnnotations(SourceFileWriter writer, FormatPreferences.Space space) Constructors in org.jboss.jdeparser with parameters of type FormatPreferences.SpaceModifierConstructorDescriptionprivate$KW(String name, FormatPreferences.Space before, FormatPreferences.Space after) private$KW(FormatPreferences.Space before, FormatPreferences.Space after) privateBINOP(String str, FormatPreferences.Space spacingRule)