Interface GetClassTest
-
- All Known Implementing Classes:
GetClassTestInnerConstructor
,GetClassTestLambda
public interface GetClassTest
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JVMInstr
getInstr()
boolean
test(ClassFile classFile, Op02WithProcessedDataAndRefs item)
-
-
-
Method Detail
-
getInstr
JVMInstr getInstr()
-
test
boolean test(ClassFile classFile, Op02WithProcessedDataAndRefs item)
-
-