Uses of Class
de.mirkosertic.bytecoder.core.ir.NullTest.Operation
-
Packages that use NullTest.Operation Package Description de.mirkosertic.bytecoder.core.ir -
-
Uses of NullTest.Operation in de.mirkosertic.bytecoder.core.ir
Fields in de.mirkosertic.bytecoder.core.ir declared as NullTest.Operation Modifier and Type Field Description NullTest.OperationNullTest. operationMethods in de.mirkosertic.bytecoder.core.ir that return NullTest.Operation Modifier and Type Method Description static NullTest.OperationNullTest.Operation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NullTest.Operation[]NullTest.Operation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.mirkosertic.bytecoder.core.ir with parameters of type NullTest.Operation Modifier and Type Method Description NullTestGraph. newNullTest(NullTest.Operation operation)Constructors in de.mirkosertic.bytecoder.core.ir with parameters of type NullTest.Operation Constructor Description NullTest(Graph owner, NullTest.Operation operation)
-