Uses of Class
org.jboss.jdeparser.FormatPreferences.Indentation
-
-
Uses of FormatPreferences.Indentation in org.jboss.jdeparser
Fields in org.jboss.jdeparser declared as FormatPreferences.Indentation Modifier and Type Field Description private FormatPreferences.IndentationConfigIndent. indentationFields in org.jboss.jdeparser with type parameters of type FormatPreferences.Indentation Modifier and Type Field Description private java.util.EnumSet<FormatPreferences.Indentation>FormatPreferences. absoluteIndentsprivate static java.util.EnumSet<FormatPreferences.Indentation>FormatPreferences. DEFAULT_ABS_INDENTSprivate static EnumIntMap<FormatPreferences.Indentation>FormatPreferences. DEFAULT_INDENTSprivate EnumIntMap<FormatPreferences.Indentation>FormatPreferences. indentsMethods in org.jboss.jdeparser that return FormatPreferences.Indentation Modifier and Type Method Description (package private) FormatPreferences.IndentationConfigIndent. getIndentation()(package private) FormatPreferences.IndentationAbstractJClassDef. getMemberIndentation()static FormatPreferences.IndentationFormatPreferences.Indentation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FormatPreferences.Indentation[]FormatPreferences.Indentation. 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.Indentation Modifier and Type Method Description voidFormatPreferences. clearIndentAbsolute(FormatPreferences.Indentation indentation)Clear absolute indentation for the given context.intFormatPreferences. getIndent(FormatPreferences.Indentation indentation)Get the configured indentation for the given context.booleanFormatPreferences. isIndentAbsolute(FormatPreferences.Indentation indentation)Determine whether the indentation for the given context is absolute or relative.(package private) voidSourceFileWriter. popIndent(FormatPreferences.Indentation indentation)(package private) voidSourceFileWriter. pushIndent(FormatPreferences.Indentation indentation)intFormatPreferences. setIndent(FormatPreferences.Indentation indentation, int value)Set the configured indentation for the given context.voidFormatPreferences. setIndentAbsolute(FormatPreferences.Indentation indentation)Set absolute indentation for the given context.Constructors in org.jboss.jdeparser with parameters of type FormatPreferences.Indentation Constructor Description ConfigIndent(FormatPreferences.Indentation indentation)
-