com.aptana.ide.editor.js.context
Class JSFunctionInfo

java.lang.Object
  extended by com.aptana.ide.editor.js.context.JSFunctionInfo

public class JSFunctionInfo
extends java.lang.Object

Holds information about the name and location of a Function


Field Summary
 int docOffset
          docOffset
 int length
          length
 java.lang.String name
          name
 int nameOffset
          nameOffset
 int offset
          offset
 java.lang.String params
          params
 
Constructor Summary
JSFunctionInfo(java.lang.String name, int offset)
          JSFunctionInfo
JSFunctionInfo(java.lang.String name, int offset, java.lang.String params)
          JSFunctionInfo
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name
name


offset

public int offset
offset


params

public java.lang.String params
params


length

public int length
length


docOffset

public int docOffset
docOffset


nameOffset

public int nameOffset
nameOffset

Constructor Detail

JSFunctionInfo

public JSFunctionInfo(java.lang.String name,
                      int offset)
JSFunctionInfo

Parameters:
name -
offset -

JSFunctionInfo

public JSFunctionInfo(java.lang.String name,
                      int offset,
                      java.lang.String params)
JSFunctionInfo

Parameters:
name -
offset -
params -