|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavassist.bytecode.Descriptor.Iterator
public static class Descriptor.Iterator
An Iterator over a descriptor.
Constructor Summary | |
---|---|
Descriptor.Iterator(java.lang.String s)
Constructs an iterator. |
Method Summary | |
---|---|
char |
currentChar()
Returns the first character of the current element. |
boolean |
hasNext()
Returns true if the iteration has more elements. |
boolean |
is2byte()
Returns true if the current element is double or long type. |
boolean |
isParameter()
Returns true if the current element is a parameter type. |
int |
next()
Returns the position of the next type character. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Descriptor.Iterator(java.lang.String s)
s
- descriptor.Method Detail |
---|
public boolean hasNext()
public boolean isParameter()
public char currentChar()
public boolean is2byte()
public int next()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |