public static interface CodeConverter.ArrayAccessReplacementMethodNames
Modifier and Type | Method and Description |
---|---|
java.lang.String |
byteOrBooleanRead()
Returns the name of a static method with the signature
(Ljava/lang/Object;I)B to replace reading from a byte[]. |
java.lang.String |
byteOrBooleanWrite()
Returns the name of a static method with the signature
(Ljava/lang/Object;IB)V to replace writing to a byte[]. |
java.lang.String |
charRead() |
java.lang.String |
charWrite()
Returns the name of a static method with the signature
(Ljava/lang/Object;IC)V to replace writing to a byte[]. |
java.lang.String |
doubleRead()
Returns the name of a static method with the signature
(Ljava/lang/Object;I)D to replace reading from a double[]. |
java.lang.String |
doubleWrite()
Returns the name of a static method with the signature
(Ljava/lang/Object;ID)V to replace writing to a double[]. |
java.lang.String |
floatRead()
Returns the name of a static method with the signature
(Ljava/lang/Object;I)F to replace reading from a float[]. |
java.lang.String |
floatWrite()
Returns the name of a static method with the signature
(Ljava/lang/Object;IF)V to replace writing to a float[]. |
java.lang.String |
intRead()
Returns the name of a static method with the signature
(Ljava/lang/Object;I)I to replace reading from a int[]. |
java.lang.String |
intWrite()
Returns the name of a static method with the signature
(Ljava/lang/Object;II)V to replace writing to a int[]. |
java.lang.String |
longRead()
Returns the name of a static method with the signature
(Ljava/lang/Object;I)J to replace reading from a long[]. |
java.lang.String |
longWrite()
Returns the name of a static method with the signature
(Ljava/lang/Object;IJ)V to replace writing to a long[]. |
java.lang.String |
objectRead()
Returns the name of a static method with the signature
(Ljava/lang/Object;I)Ljava/lang/Object;
to replace reading from a Object[] (or any subclass of object). |
java.lang.String |
objectWrite()
Returns the name of a static method with the signature
(Ljava/lang/Object;ILjava/lang/Object;)V
to replace writing to a Object[] (or any subclass of object). |
java.lang.String |
shortRead()
Returns the name of a static method with the signature
(Ljava/lang/Object;I)S to replace reading from a short[]. |
java.lang.String |
shortWrite()
Returns the name of a static method with the signature
(Ljava/lang/Object;IS)V to replace writing to a short[]. |
java.lang.String byteOrBooleanRead()
(Ljava/lang/Object;I)B
to replace reading from a byte[].java.lang.String byteOrBooleanWrite()
(Ljava/lang/Object;IB)V
to replace writing to a byte[].java.lang.String charRead()
(Ljava/lang/Object;I)C
to replace reading from a char[].java.lang.String charWrite()
(Ljava/lang/Object;IC)V
to replace writing to a byte[].java.lang.String doubleRead()
(Ljava/lang/Object;I)D
to replace reading from a double[].java.lang.String doubleWrite()
(Ljava/lang/Object;ID)V
to replace writing to a double[].java.lang.String floatRead()
(Ljava/lang/Object;I)F
to replace reading from a float[].java.lang.String floatWrite()
(Ljava/lang/Object;IF)V
to replace writing to a float[].java.lang.String intRead()
(Ljava/lang/Object;I)I
to replace reading from a int[].java.lang.String intWrite()
(Ljava/lang/Object;II)V
to replace writing to a int[].java.lang.String longRead()
(Ljava/lang/Object;I)J
to replace reading from a long[].java.lang.String longWrite()
(Ljava/lang/Object;IJ)V
to replace writing to a long[].java.lang.String objectRead()
(Ljava/lang/Object;I)Ljava/lang/Object;
to replace reading from a Object[] (or any subclass of object).java.lang.String objectWrite()
(Ljava/lang/Object;ILjava/lang/Object;)V
to replace writing to a Object[] (or any subclass of object).java.lang.String shortRead()
(Ljava/lang/Object;I)S
to replace reading from a short[].java.lang.String shortWrite()
(Ljava/lang/Object;IS)V
to replace writing to a short[].Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.