Uses of Class
de.mirkosertic.bytecoder.core.ir.NumericalTest.Operation
-
Packages that use NumericalTest.Operation Package Description de.mirkosertic.bytecoder.core.ir -
-
Uses of NumericalTest.Operation in de.mirkosertic.bytecoder.core.ir
Fields in de.mirkosertic.bytecoder.core.ir declared as NumericalTest.Operation Modifier and Type Field Description NumericalTest.Operation
NumericalTest. operation
Methods in de.mirkosertic.bytecoder.core.ir that return NumericalTest.Operation Modifier and Type Method Description static NumericalTest.Operation
NumericalTest.Operation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NumericalTest.Operation[]
NumericalTest.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 NumericalTest.Operation Modifier and Type Method Description NumericalTest
Graph. newNumericalTest(NumericalTest.Operation operation)
Constructors in de.mirkosertic.bytecoder.core.ir with parameters of type NumericalTest.Operation Constructor Description NumericalTest(NumericalTest.Operation operation)
-