reading class signature (incomplete)

This commit is contained in:
Stepan Koltsov
2011-12-15 20:15:44 +04:00
committed by Nikolay Krasko
parent f8c9f24d60
commit 068780f840
6 changed files with 109 additions and 7 deletions
@@ -36,6 +36,10 @@ public class JetSignatureReader {
pos = parseType(signature, pos, v.visitInterface());
}
}
if (pos != signature.length()) {
throw new IllegalStateException();
}
}
public int acceptFormalTypeParameters(JetSignatureVisitor v) {