- SDEInstaller - Class in org.eclipse.xtext.smap
-
- SDEInstaller(byte[], byte[]) - Constructor for class org.eclipse.xtext.smap.SDEInstaller
-
- setDoEmbedded(boolean) - Method in class org.eclipse.xtext.smap.SmapGenerator
-
Instructs the SmapGenerator whether to actually print any embedded SMAPs or not.
- setInputLineCount(int) - Method in class org.eclipse.xtext.smap.SmapStratum.LineInfo
-
Sets InputLineCount.
- setInputStartLine(int) - Method in class org.eclipse.xtext.smap.SmapStratum.LineInfo
-
Sets InputStartLine.
- setLineFileID(int) - Method in class org.eclipse.xtext.smap.SmapStratum.LineInfo
-
Sets lineFileID.
- setOutputFileName(String) - Method in class org.eclipse.xtext.smap.SmapGenerator
-
Sets the filename (without path information) for the generated source file.
- setOutputLineIncrement(int) - Method in class org.eclipse.xtext.smap.SmapStratum.LineInfo
-
Sets OutputLineIncrement.
- setOutputStartLine(int) - Method in class org.eclipse.xtext.smap.SmapStratum.LineInfo
-
Sets OutputStartLine.
- SmapGenerator - Class in org.eclipse.xtext.smap
-
Represents a source map (SMAP), which serves to associate lines of the input JSP file(s) to lines in the generated
servlet in the final .class file, according to the JSR-045 spec.
- SmapGenerator() - Constructor for class org.eclipse.xtext.smap.SmapGenerator
-
- SmapStratum - Class in org.eclipse.xtext.smap
-
Represents the line and file mappings associated with a JSR-045
"stratum".
- SmapStratum(String) - Constructor for class org.eclipse.xtext.smap.SmapStratum
-
Constructs a new SmapStratum object for the given stratum name
(e.g., JSP).
- SmapStratum.LineInfo - Class in org.eclipse.xtext.smap
-
Represents a single LineSection in an SMAP, associated with
a particular stratum.
- SmapStratum.LineInfo() - Constructor for class org.eclipse.xtext.smap.SmapStratum.LineInfo
-