public static class Descriptor.Iterator extends Object
| Constructor and Description | 
|---|
| Iterator(String s)Constructs an iterator. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
public Iterator(String s)
s - descriptor.public boolean hasNext()
public boolean isParameter()
public char currentChar()
public boolean is2byte()
public int next()
Copyright © 2016 Shigeru Chiba, www.javassist.org. All Rights Reserved.