Uses of Class
to.etc.template.JSLocationMapping

Packages that use JSLocationMapping
to.etc.template   
 

Uses of JSLocationMapping in to.etc.template
 

Method parameters in to.etc.template with type arguments of type JSLocationMapping
static int[] JSTemplateCompiler.remapLocation(java.util.List<JSLocationMapping> mapList, int lineNumber, int columnNumber)
          Walk the remap list, and try to calculate a source location for a given output location.
 

Constructor parameters in to.etc.template with type arguments of type JSLocationMapping
JSTemplate(java.lang.String source, javax.script.ScriptEngine engine, javax.script.CompiledScript code, java.util.List<JSLocationMapping> locMap)