Uses of Enum Class
org.aspectj.org.eclipse.jdt.internal.formatter.Token.WrapMode
Packages that use Token.WrapMode
-
Uses of Token.WrapMode in org.aspectj.org.eclipse.jdt.internal.formatter
Subclasses with type arguments of type Token.WrapMode in org.aspectj.org.eclipse.jdt.internal.formatterFields in org.aspectj.org.eclipse.jdt.internal.formatter declared as Token.WrapModeMethods in org.aspectj.org.eclipse.jdt.internal.formatter that return Token.WrapModeModifier and TypeMethodDescriptionstatic Token.WrapModeReturns the enum constant of this class with the specified name.static Token.WrapMode[]Token.WrapMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.aspectj.org.eclipse.jdt.internal.formatter with parameters of type Token.WrapModeModifierConstructorDescriptionWrapPolicy(Token.WrapMode wrapMode, int wrapParentIndex, int extraIndent) WrapPolicy(Token.WrapMode wrapMode, int wrapParentIndex, int groupEndIndex, int extraIndent, int structureDepth, float penaltyMultiplier, boolean isFirstInGroup, boolean indentOnColumn)