| Modifier and type | Action and description |
|---|---|
| java.lang.String | format(String)
Format the given code. |
| void | format(XtextResource)
Format the code in the given resource. |
| java.lang.String | format(String,ResourceSet)
Format the given code. |
| void | formatRegion(XtextResource,int,int)
Format the code in the given region. |
| protected java.lang.String | formatResource(XtextResource)
Format the code in the given resource. |
| java.lang.String | formatResourceRegion(XtextResource,int,int)
Format the code in the given region. |
new
def format(String) : java.lang.String
def format(XtextResource)
def format(String,ResourceSet) : java.lang.String
def formatRegion(XtextResource,int,int)
protected def formatResource(XtextResource) : java.lang.String
def formatResourceRegion(XtextResource,int,int) : java.lang.String