Package javassist.bytecode
Class SignatureAttribute.Cursor
- java.lang.Object
-
- javassist.bytecode.SignatureAttribute.Cursor
-
- Enclosing class:
- SignatureAttribute
private static class SignatureAttribute.Cursor extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
position
-
Constructor Summary
Constructors Modifier Constructor Description private
Cursor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) int
indexOf(java.lang.String s, int ch)
-
-
-
Method Detail
-
indexOf
int indexOf(java.lang.String s, int ch) throws BadBytecode
- Throws:
BadBytecode
-
-