io.sarl.lang.formatting2
Class SARLFormatterPreferenceKeys
class SARLFormatterPreferenceKeys
extends java.lang.Object
Preference keys for the SARL formatter.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
compiler
Field Summary
Modifier and type Field and description
public static val org.eclipse.xtext.xbase.formatting2.BlankLineKey BLANK_LINES_BETWEEN_BEHAVIOR_UNITS
Blank line between behavior units.
public static val org.eclipse.xtext.xbase.formatting2.BlankLineKey BLANK_LINES_BETWEEN_CAPACITY_REQUIREMENTS
Blank line between capacity requirements.
public static val org.eclipse.xtext.xbase.formatting2.BlankLineKey BLANK_LINES_BETWEEN_CAPACITY_USES
Blank line between capacity uses.
public static val org.eclipse.xtext.xbase.formatting2.BlankLineKey BLANK_LINES_BETWEEN_INNER_TYPES
Blank line between inner class declarations.
public static val org.eclipse.xtext.xbase.formatting2.BlankLineKey BLANK_LINES_BETWEEN_MEMBER_CATEGORIES
Blank line between two types of members.
public static val org.eclipse.xtext.preferences.BooleanKey ENABLE_SINGLELINE_EXPRESSION
Allow single-line expressions.
Constructor Summary
Constructor and description
new
Field Details
BLANK_LINES_BETWEEN_BEHAVIOR_UNITS
public static val BLANK_LINES_BETWEEN_BEHAVIOR_UNITS : org.eclipse.xtext.xbase.formatting2.BlankLineKey
Blank line between behavior units.
BLANK_LINES_BETWEEN_CAPACITY_REQUIREMENTS
public static val BLANK_LINES_BETWEEN_CAPACITY_REQUIREMENTS : org.eclipse.xtext.xbase.formatting2.BlankLineKey
Blank line between capacity requirements.
BLANK_LINES_BETWEEN_CAPACITY_USES
public static val BLANK_LINES_BETWEEN_CAPACITY_USES : org.eclipse.xtext.xbase.formatting2.BlankLineKey
Blank line between capacity uses.
BLANK_LINES_BETWEEN_INNER_TYPES
public static val BLANK_LINES_BETWEEN_INNER_TYPES : org.eclipse.xtext.xbase.formatting2.BlankLineKey
Blank line between inner class declarations.
BLANK_LINES_BETWEEN_MEMBER_CATEGORIES
public static val BLANK_LINES_BETWEEN_MEMBER_CATEGORIES : org.eclipse.xtext.xbase.formatting2.BlankLineKey
Blank line between two types of members.
ENABLE_SINGLELINE_EXPRESSION
public static val ENABLE_SINGLELINE_EXPRESSION : org.eclipse.xtext.preferences.BooleanKey
Allow single-line expressions.
Constructor Details
new
new