Package com.mebigfatguy.fbcontrib.detect
Class OverlyPermissiveMethod.BootstrapMethod
- java.lang.Object
-
- com.mebigfatguy.fbcontrib.detect.OverlyPermissiveMethod.BootstrapMethod
-
- Enclosing class:
- OverlyPermissiveMethod
static class OverlyPermissiveMethod.BootstrapMethod extends java.lang.Object
represents a bootstrap method
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int[]
args
(package private) int
bootstrapMethodRef
-
Constructor Summary
Constructors Constructor Description BootstrapMethod(java.nio.ByteBuffer buffer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]
getArgs()
int
getBootstrapMethodRef()
org.apache.bcel.classfile.ConstantMethodHandle
getFirstMethodHandle(org.apache.bcel.classfile.ConstantPool pool)
java.lang.String
toString()
-
-
-
Method Detail
-
getBootstrapMethodRef
public int getBootstrapMethodRef()
-
getArgs
public int[] getArgs()
-
getFirstMethodHandle
@Nullable public org.apache.bcel.classfile.ConstantMethodHandle getFirstMethodHandle(org.apache.bcel.classfile.ConstantPool pool)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-