|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.tools.javac.util.Name
com.sun.tools.javac.util.UnsharedNameTable.NameImpl
static class UnsharedNameTable.NameImpl
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.sun.tools.javac.util.Name |
|---|
Name.Table |
| Field Summary | |
|---|---|
(package private) byte[] |
bytes
|
(package private) int |
index
|
| Fields inherited from class com.sun.tools.javac.util.Name |
|---|
table |
| Constructor Summary | |
|---|---|
UnsharedNameTable.NameImpl(UnsharedNameTable table,
byte[] bytes,
int index)
|
|
| Method Summary | |
|---|---|
byte[] |
getByteArray()
Get the underlying byte array for this name. |
byte |
getByteAt(int i)
Returns i'th byte of this name. |
int |
getByteLength()
Get the length (in bytes) of this name. |
int |
getByteOffset()
Get the start offset of this name within its byte array. |
int |
getIndex()
|
| Methods inherited from class com.sun.tools.javac.util.Name |
|---|
append, append, charAt, compareTo, contentEquals, getBytes, isEmpty, lastIndexOf, length, startsWith, subName, subSequence, toString, toUtf |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.lang.model.element.Name |
|---|
equals, hashCode |
| Field Detail |
|---|
final byte[] bytes
final int index
| Constructor Detail |
|---|
UnsharedNameTable.NameImpl(UnsharedNameTable table,
byte[] bytes,
int index)
| Method Detail |
|---|
public int getIndex()
getIndex in class Namepublic int getByteLength()
Name
getByteLength in class Namepublic byte getByteAt(int i)
Name
getByteAt in class Namepublic byte[] getByteArray()
Name
getByteArray in class Namepublic int getByteOffset()
Name
getByteOffset in class Name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||