org.eclipse.xtext.parser.antlr.IPartialParsingHelper Java Examples
The following examples show how to use
org.eclipse.xtext.parser.antlr.IPartialParsingHelper.
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: DefaultXbaseRuntimeModule.java From xtext-extras with Eclipse Public License 2.0 | 4 votes |
@Override public Class<? extends IPartialParsingHelper> bindIPartialParserHelper() { return TokenSequencePreservingPartialParsingHelper.class; }
Example #2
Source File: CodetemplatesRuntimeModule.java From xtext-eclipse with Eclipse Public License 2.0 | 4 votes |
@Override public Class<? extends IPartialParsingHelper> bindIPartialParserHelper() { return CodetemplatesPartialParsingHelper.class; }
Example #3
Source File: SingleCodetemplateRuntimeModule.java From xtext-eclipse with Eclipse Public License 2.0 | 4 votes |
@Override public Class<? extends IPartialParsingHelper> bindIPartialParserHelper() { return CodetemplatesPartialParsingHelper.class; }
Example #4
Source File: XtendRuntimeModule.java From xtext-xtend with Eclipse Public License 2.0 | 4 votes |
@Override public Class<? extends IPartialParsingHelper> bindIPartialParserHelper() { return XtendPartialParsingHelper.class; }
Example #5
Source File: AbstractSARLRuntimeModule.java From sarl with Apache License 2.0 | 4 votes |
public Class<? extends IPartialParsingHelper> bindIPartialParserHelper() { return SarlPartialParserHelper.class; }
Example #6
Source File: ScopeRuntimeModule.java From dsl-devkit with Eclipse Public License 1.0 | 2 votes |
/** * Workaround for Bug 416913. To be removed with DSL-596 * * @return {@link FixedPartialParsingHelper} */ @Override public Class<? extends IPartialParsingHelper> bindIPartialParserHelper() { return FixedPartialParsingHelper.class; }
Example #7
Source File: FormatRuntimeModule.java From dsl-devkit with Eclipse Public License 1.0 | 2 votes |
/** * Workaround for Bug 416913. To be removed with DSL-596 * * @return {@link FixedPartialParsingHelper} */ @Override public Class<? extends IPartialParsingHelper> bindIPartialParserHelper() { return FixedPartialParsingHelper.class; }
Example #8
Source File: TestLanguageRuntimeModule.java From dsl-devkit with Eclipse Public License 1.0 | 2 votes |
/** * Workaround for Bug 416913. To be removed with DSL-596 * * @return {@link FixedPartialParsingHelper} */ @Override public Class<? extends IPartialParsingHelper> bindIPartialParserHelper() { return FixedPartialParsingHelper.class; }
Example #9
Source File: FormatterTestLanguageRuntimeModule.java From dsl-devkit with Eclipse Public License 1.0 | 2 votes |
/** * Workaround for Bug 416913. To be removed with DSL-596 * * @return {@link FixedPartialParsingHelper} */ @Override public Class<? extends IPartialParsingHelper> bindIPartialParserHelper() { return FixedPartialParsingHelper.class; }
Example #10
Source File: ExportRuntimeModule.java From dsl-devkit with Eclipse Public License 1.0 | 2 votes |
/** * Workaround for Bug 416913. To be removed with DSL-596 * * @return {@link FixedPartialParsingHelper} */ @Override public Class<? extends IPartialParsingHelper> bindIPartialParserHelper() { return FixedPartialParsingHelper.class; }
Example #11
Source File: CheckRuntimeModule.java From dsl-devkit with Eclipse Public License 1.0 | 2 votes |
/** * Workaround for Bug 416913. To be removed with DSL-596 * * @return {@link FixedPartialParsingHelper} */ @Override public Class<? extends IPartialParsingHelper> bindIPartialParserHelper() { return FixedPartialParsingHelper.class; }
Example #12
Source File: ExpressionRuntimeModule.java From dsl-devkit with Eclipse Public License 1.0 | 2 votes |
/** * Workaround for Bug 416913. To be removed with DSL-596 * * @return {@link FixedPartialParsingHelper} */ @Override public Class<? extends IPartialParsingHelper> bindIPartialParserHelper() { return FixedPartialParsingHelper.class; }
Example #13
Source File: ValidRuntimeModule.java From dsl-devkit with Eclipse Public License 1.0 | 2 votes |
/** * Workaround for Bug 416913. To be removed with DSL-596 * * @return {@link FixedPartialParsingHelper} */ @Override public Class<? extends IPartialParsingHelper> bindIPartialParserHelper() { return FixedPartialParsingHelper.class; }
Example #14
Source File: CheckCfgRuntimeModule.java From dsl-devkit with Eclipse Public License 1.0 | 2 votes |
/** * Workaround for Bug 416913. To be removed with DSL-596 * * @return {@link FixedPartialParsingHelper} */ @Override public Class<? extends IPartialParsingHelper> bindIPartialParserHelper() { return FixedPartialParsingHelper.class; }