XbaseFormatter@Deprecated
public class XbaseFormatter
extends org.eclipse.xtext.formatting.impl.AbstractDeclarativeFormatter
| Constructor and Description |
|---|
XbaseFormatter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseGrammarAccess ga)
Deprecated.
|
void |
configure(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseWithAnnotationsGrammarAccess ga)
Deprecated.
|
protected void |
configureFormatting(org.eclipse.xtext.formatting.impl.FormattingConfig c)
Deprecated.
|
void |
configureXBasicForLoopExpression(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseGrammarAccess.XBasicForLoopExpressionElements ele)
Deprecated.
|
void |
configureXBlockExpression(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseGrammarAccess.XBlockExpressionElements ele)
Deprecated.
|
void |
configureXCasePart(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseGrammarAccess.XCasePartElements ele)
Deprecated.
|
void |
configureXCatchClause(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseGrammarAccess.XCatchClauseElements ele)
Deprecated.
|
void |
configureXClosure(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseGrammarAccess.XClosureElements ele)
Deprecated.
|
void |
configureXConstructorCall(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseGrammarAccess.XConstructorCallElements ele)
Deprecated.
|
void |
configureXDoWhileExpression(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseGrammarAccess.XDoWhileExpressionElements ele)
Deprecated.
|
void |
configureXFeatureCall(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseGrammarAccess.XFeatureCallElements ele)
Deprecated.
|
void |
configureXForLoopExpression(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseGrammarAccess.XForLoopExpressionElements ele)
Deprecated.
|
void |
configureXIfExpression(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseGrammarAccess.XIfExpressionElements ele)
Deprecated.
|
void |
configureXMemberFeatureCall(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseGrammarAccess.XMemberFeatureCallElements ele)
Deprecated.
|
void |
configureXParenthesizedExpression(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseGrammarAccess.XParenthesizedExpressionElements ele)
Deprecated.
|
void |
configureXPostfixOperation(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseGrammarAccess.XPostfixOperationElements ele)
Deprecated.
|
void |
configureXShortClosure(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseGrammarAccess.XShortClosureElements ele)
Deprecated.
|
void |
configureXSwitchExpression(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseGrammarAccess.XSwitchExpressionElements ele)
Deprecated.
|
void |
configureXSynchronizedExpression(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseGrammarAccess.XSynchronizedExpressionElements ele)
Deprecated.
|
void |
configureXTryCatchFinallyExpression(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseGrammarAccess.XTryCatchFinallyExpressionElements ele)
Deprecated.
|
void |
configureXTypeLiteral(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseGrammarAccess.XTypeLiteralElements ele)
Deprecated.
|
void |
configureXUnaryOperation(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseGrammarAccess.XUnaryOperationElements ele)
Deprecated.
|
void |
configureXWhileExpression(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseGrammarAccess.XWhileExpressionElements ele)
Deprecated.
|
createFormatterStream, createFormatterStream, createFormattingConfig, createMatcher, getConfig, getGrammarAccess, getHiddenTokenHelper, getIndentInfo, getLineSeparatorInfo, getMatcherProvider, saveDebugGraphvizDiagram, setGrammarAccessprotected void configureFormatting(org.eclipse.xtext.formatting.impl.FormattingConfig c)
configureFormatting in class org.eclipse.xtext.formatting.impl.AbstractDeclarativeFormatterpublic void configure(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseGrammarAccess ga)
public void configure(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseWithAnnotationsGrammarAccess ga)
public void configureXUnaryOperation(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseGrammarAccess.XUnaryOperationElements ele)
public void configureXPostfixOperation(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseGrammarAccess.XPostfixOperationElements ele)
public void configureXMemberFeatureCall(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseGrammarAccess.XMemberFeatureCallElements ele)
public void configureXClosure(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseGrammarAccess.XClosureElements ele)
public void configureXShortClosure(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseGrammarAccess.XShortClosureElements ele)
public void configureXParenthesizedExpression(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseGrammarAccess.XParenthesizedExpressionElements ele)
public void configureXIfExpression(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseGrammarAccess.XIfExpressionElements ele)
public void configureXSynchronizedExpression(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseGrammarAccess.XSynchronizedExpressionElements ele)
public void configureXSwitchExpression(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseGrammarAccess.XSwitchExpressionElements ele)
public void configureXCasePart(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseGrammarAccess.XCasePartElements ele)
public void configureXForLoopExpression(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseGrammarAccess.XForLoopExpressionElements ele)
public void configureXBasicForLoopExpression(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseGrammarAccess.XBasicForLoopExpressionElements ele)
public void configureXWhileExpression(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseGrammarAccess.XWhileExpressionElements ele)
public void configureXBlockExpression(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseGrammarAccess.XBlockExpressionElements ele)
public void configureXDoWhileExpression(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseGrammarAccess.XDoWhileExpressionElements ele)
public void configureXFeatureCall(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseGrammarAccess.XFeatureCallElements ele)
public void configureXConstructorCall(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseGrammarAccess.XConstructorCallElements ele)
public void configureXTypeLiteral(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseGrammarAccess.XTypeLiteralElements ele)
public void configureXTryCatchFinallyExpression(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseGrammarAccess.XTryCatchFinallyExpressionElements ele)
public void configureXCatchClause(org.eclipse.xtext.formatting.impl.FormattingConfig c,
XbaseGrammarAccess.XCatchClauseElements ele)