repository.grepcode.com$java$root@jdk$openjdk@6-b14
repository.grepcode.com$java$root@jdk$openjdk@6-b14@sun$reflect$SignatureIterator.java
file
oh
o
[]
Assists in iterating down a method's signature
if (atEnd()) return null;
if (c != '[' && c != 'L') { return new String(new char[] { c });Should only be called when atEnd() is true. Does not change
state of iterator.