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

java.lang.Object
  继承者 org.eclipse.jdt.internal.compiler.parser.NLSTag

public class NLSTag
extends Object


字段摘要
 int end
           
 int index
           
 int lineNumber
           
 int start
           
 
构造方法摘要
NLSTag(int start, int end, int lineNumber, int index)
           
 
方法摘要
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

字段详细信息

start

public int start

end

public int end

lineNumber

public int lineNumber

index

public int index
构造方法详细信息

NLSTag

public NLSTag(int start,
              int end,
              int lineNumber,
              int index)
方法详细信息

toString

public String toString()
覆盖:
Object 中的 toString


Copyright © 2013. All Rights Reserved.