org.eclipse.xtext.builder.builderState.BuilderStateUtil Java Examples
The following examples show how to use
org.eclipse.xtext.builder.builderState.BuilderStateUtil.
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: IDescriptionCopier.java From dsl-devkit with Eclipse Public License 1.0 | 4 votes |
/** {@inheritDoc} */ @Override public IResourceDescription copy(final IResourceDescription desc) { return BuilderStateUtil.create(desc); }
Example #2
Source File: IDescriptionCopier.java From dsl-devkit with Eclipse Public License 1.0 | 4 votes |
/** {@inheritDoc} */ @Override public IEObjectDescription copy(final IEObjectDescription desc) { return BuilderStateUtil.create(desc); }
Example #3
Source File: IDescriptionCopier.java From dsl-devkit with Eclipse Public License 1.0 | 4 votes |
/** {@inheritDoc} */ @Override public IReferenceDescription copy(final IReferenceDescription desc) { return BuilderStateUtil.create(desc); }