All | |
CeylonFormatTool | |
FormattingOptions | A bundle of options for the formatter that control how the code should be formatted. |
FormattingVisitor | A |
FormattingWriter | Writes tokens to an underlying |
IndentMode | A mode to indent code based on levels of indentation. |
LineBreak | |
LineBreakStrategy | A strategy to break a series of tokens into multiple lines to accomodate a maximum line length. |
Mixed | Indent using tabs and spaces. |
ParseOptionException | |
Spaces | Indent using spaces. |
SparseFormattingOptions | A superclass of |
StackCondition | A condition that dictates when a token’s indentation stacks. |
Tabs | Indent using tabs. |
UnknownOptionException | |
Unlimited | |
VariableOptions | A subclass of |
all | |
always | Indicates that an indentation should always be stacked. |
combinedOptions() | A combination of several |
commandLineOptions() | |
commonRoot() | Determines the common root of several paths. F |
configProfileName() | Loads the profile name from the Ceylon configuration
(key |
crlf | |
desire() | Parses a |
format() | Format the given CompilationUnit
and write it to the given |
formattingFile() | Reads a file with formatting options. |
help() | Returns a help string for the given |
ifApplied | Indicates that an indentation should be stacked if and only if it was applied, that is: |
lf | |
loadProfile() | Loads formatting options from the given profile. |
maxDesire | The maximum value that is safe to use as |
minDesire | The minimum value that is safe to use as |
never | Indicates that an indentation should never be stacked. |
noLineBreak | |
os | |
parseIndentMode() | The |
parseIntegerRange() | |
parseLineBreakStrategy() | |
parseTranslations() | Parses translations from the |
run() | Run the module |
saveProfile() | Saves formatting options to the given profile. |
unlimited |