|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aptana.ide.editor.js.context.JSFunctionInfo
public class JSFunctionInfo
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 |
|---|
public java.lang.String name
public int offset
public java.lang.String params
public int length
public int docOffset
public int nameOffset
| Constructor Detail |
|---|
public JSFunctionInfo(java.lang.String name,
int offset)
name - offset -
public JSFunctionInfo(java.lang.String name,
int offset,
java.lang.String params)
name - offset - params -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||