com.googlecode.jslint4java
Class JSIdentifier

java.lang.Object
  extended by com.googlecode.jslint4java.JSIdentifier

public class JSIdentifier
extends Object

A JavaScript identifer, and it's location.

Author:
hdm

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

JSIdentifier

public JSIdentifier(String name,
                    int line)
Method Detail

getLine

public int getLine()
The line that the identifier occurs on.


getName

public String getName()
The name of the identifier.


toString

public String toString()
Overrides:
toString in class Object


Copyright © 2007-2012. All Rights Reserved.