Package org.eclipse.xtext.xbase.imports
Class RewritableImportSection.Factory
- java.lang.Object
-
- org.eclipse.xtext.xbase.imports.RewritableImportSection.Factory
-
- Enclosing class:
- RewritableImportSection
public static class RewritableImportSection.Factory extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringREWRITABLEIMPORTSECTION_ENABLEMENT
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RewritableImportSectioncreateNewEmpty(org.eclipse.xtext.resource.XtextResource resource)protected java.lang.StringgetLineSeparator(org.eclipse.xtext.resource.XtextResource resource)RewritableImportSectionparse(org.eclipse.xtext.resource.XtextResource resource)
-
-
-
Field Detail
-
REWRITABLEIMPORTSECTION_ENABLEMENT
public static final java.lang.String REWRITABLEIMPORTSECTION_ENABLEMENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
parse
public RewritableImportSection parse(org.eclipse.xtext.resource.XtextResource resource)
-
createNewEmpty
public RewritableImportSection createNewEmpty(org.eclipse.xtext.resource.XtextResource resource)
-
getLineSeparator
protected java.lang.String getLineSeparator(org.eclipse.xtext.resource.XtextResource resource)
-
-