Package com.ibm.wala.cast.js.html
Interface DomLessSourceExtractor.IGeneratorCallback
-
- All Superinterfaces:
IHtmlCallback
- All Known Implementing Classes:
DefaultSourceExtractor.HtmlCallBack,DomLessSourceExtractor.HtmlCallback
- Enclosing class:
- DomLessSourceExtractor
protected static interface DomLessSourceExtractor.IGeneratorCallback extends IHtmlCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwriteToFinalRegion(SourceRegion finalRegion)-
Methods inherited from interface com.ibm.wala.cast.js.html.IHtmlCallback
handleEndTag, handleStartTag, handleText
-
-
-
-
Method Detail
-
writeToFinalRegion
void writeToFinalRegion(SourceRegion finalRegion)
-
-