public static class Dim.FunctionSource
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
| int | firstLine()Returns the line number of the first line of the function. | 
| java.lang.String | name()Returns the name of the function. | 
| Dim.SourceInfo | sourceInfo()Returns the SourceInfo object that describes the source of the
 function. | 
public Dim.SourceInfo sourceInfo()
public int firstLine()
public java.lang.String name()