| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getEntry(int n)
returns nth entry for this variable attribute.
|
int |
getEntryCount()
returns count of entries for this variable attribute.
|
boolean |
isLongType(int n)
returns whether nth entry is of type long.
|
boolean |
isStringType(int n)
returns whether nth entry is of type string.
|
int getEntryCount()
java.lang.Object getEntry(int n)
n - the entry numberboolean isLongType(int n)
throws java.lang.Throwable
n - the entry numberjava.lang.Throwable - is thrown for invalid entry numberboolean isStringType(int n)
throws java.lang.Throwable
n - the entry numberjava.lang.Throwable - is thrown for invalid entry number