Class GetClassTestLambda
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.opgraph.op2rewriters.GetClassTestLambda
-
- All Implemented Interfaces:
GetClassTest
public class GetClassTestLambda extends java.lang.Object implements GetClassTest
-
-
Field Summary
Fields Modifier and Type Field Description static GetClassTest
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description private
GetClassTestLambda()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JVMInstr
getInstr()
boolean
test(ClassFile classFile, Op02WithProcessedDataAndRefs item)
-
-
-
Field Detail
-
INSTANCE
public static GetClassTest INSTANCE
-
-
Method Detail
-
getInstr
public JVMInstr getInstr()
- Specified by:
getInstr
in interfaceGetClassTest
-
test
public boolean test(ClassFile classFile, Op02WithProcessedDataAndRefs item)
- Specified by:
test
in interfaceGetClassTest
-
-