Class Dim.FunctionSource
- java.lang.Object
-
- org.mozilla.javascript.tools.debugger.Dim.FunctionSource
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intfirstLine()Returns the line number of the first line of the function.Stringname()Returns the name of the function.Dim.SourceInfosourceInfo()Returns the SourceInfo object that describes the source of the function.
-
-
-
Method Detail
-
sourceInfo
public Dim.SourceInfo sourceInfo()
Returns the SourceInfo object that describes the source of the function.
-
firstLine
public int firstLine()
Returns the line number of the first line of the function.
-
name
public String name()
Returns the name of the function.
-
-