Class Dim.FunctionSource
java.lang.Object
org.mozilla.javascript.tools.debugger.Dim.FunctionSource
- Enclosing class:
Dim
Class to store information about a function.
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the line number of the first line of the function.name()Returns the name of the function.Returns the SourceInfo object that describes the source of the function.
-
Method Details
-
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
Returns the name of the function.
-