|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jdt.internal.compiler.parser.NLSTag
public class NLSTag
| 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 |
|---|
public int start
public int end
public int lineNumber
public int index
| Constructor Detail |
|---|
public NLSTag(int start,
int end,
int lineNumber,
int index)
| Method Detail |
|---|
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||