org.eclipse.jdt.internal.compiler.parser
Class NLSTag

java.lang.Object
  extended by org.eclipse.jdt.internal.compiler.parser.NLSTag

public class NLSTag
extends Object


Field Summary
 int end
           
 int index
           
 int lineNumber
           
 int start
           
 
Constructor Summary
NLSTag(int start, int end, int lineNumber, int index)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

start

public int start

end

public int end

lineNumber

public int lineNumber

index

public int index
Constructor Detail

NLSTag

public NLSTag(int start,
              int end,
              int lineNumber,
              int index)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.