Uses of Class
org.jboss.jdeparser.FormatPreferences.Space
-
-
Uses of FormatPreferences.Space in org.jboss.jdeparser
Fields in org.jboss.jdeparser declared as FormatPreferences.Space Modifier and Type Field Description private FormatPreferences.SpaceTokens.$KW. afterprivate FormatPreferences.SpaceTokens.$KW. beforeprivate FormatPreferences.SpaceTokens.$PUNCT.BINOP. spacingRuleFields in org.jboss.jdeparser with type parameters of type FormatPreferences.Space Modifier and Type Field Description private static java.util.EnumMap<FormatPreferences.Space,FormatPreferences.SpaceType>FormatPreferences. DEFAULT_SPACE_TYPESprivate java.util.EnumMap<FormatPreferences.Space,FormatPreferences.SpaceType>FormatPreferences. spaceTypesMethods in org.jboss.jdeparser that return FormatPreferences.Space Modifier and Type Method Description FormatPreferences.SpaceTokens.$PUNCT.BINOP. getSpacingRule()static FormatPreferences.SpaceFormatPreferences.Space. valueOf(java.lang.String name)Returns 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.Space Modifier and Type Method Description FormatPreferences.SpaceTypeFormatPreferences. 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.SpaceTypeFormatPreferences. 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.Space Constructor Description $KW(java.lang.String name, FormatPreferences.Space before, FormatPreferences.Space after)$KW(FormatPreferences.Space before, FormatPreferences.Space after)BINOP(java.lang.String str, FormatPreferences.Space spacingRule)
-