Class Dim.FunctionSource
- java.lang.Object
- 
- org.mozilla.javascript.tools.debugger.Dim.FunctionSource
 
- 
- Enclosing class:
- Dim
 
 public static class Dim.FunctionSource extends java.lang.ObjectClass to store information about a function.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intfirstLine()Returns the line number of the first line of the function.java.lang.Stringname()Returns the name of the function.Dim.SourceInfosourceInfo()Returns the SourceInfo object that describes the source of the function.
 
- 
- 
- 
Method Detail- 
sourceInfopublic Dim.SourceInfo sourceInfo() Returns the SourceInfo object that describes the source of the function.
 - 
firstLinepublic int firstLine() Returns the line number of the first line of the function.
 - 
namepublic java.lang.String name() Returns the name of the function.
 
- 
 
-