| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SourceMap
| Method Summary | |
|---|---|
|  java.lang.String | getQualifiedClassName()getQualifiedClassName() returns the fully qualified class name for this SourceMap | 
|  Storage | getRealSource()getRealSource() returns the storage for the original source file, not the preprocessed one | 
|  java.lang.String | getSMAP()getSMAP() returns a String describing the JSR-045 compatible source map information, see the Sun Microsystems document about JSR-045. | 
|  boolean | translateLocation(int[] lineCol, Storage[] source)translateLocation() will convert the line/col from the generated file to the line/col into the original file using the SMAP, it will also return the original source file name this line/col is from, the returned source file may be different than the value returned from getRealSource() when the line/col is located in some include source file | 
| Method Detail | 
|---|
java.lang.String getSMAP()
java.lang.String getQualifiedClassName()
Storage getRealSource()
boolean translateLocation(int[] lineCol,
                          Storage[] source)
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||