|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.jslint4java.JSIdentifier
public class JSIdentifier
A JavaScript identifer, and it's location.
| Constructor Summary | |
|---|---|
JSIdentifier(String name,
int line)
|
|
| Method Summary | |
|---|---|
int |
getLine()
The line that the identifier occurs on. |
String |
getName()
The name of the identifier. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JSIdentifier(String name,
int line)
| Method Detail |
|---|
public int getLine()
public String getName()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||