Uses of Enum
de.mirkosertic.bytecoder.core.ir.NullTest.Operation
Packages that use NullTest.Operation
-
Uses of NullTest.Operation in de.mirkosertic.bytecoder.core.ir
Subclasses with type arguments of type NullTest.Operation in de.mirkosertic.bytecoder.core.irFields in de.mirkosertic.bytecoder.core.ir declared as NullTest.OperationMethods in de.mirkosertic.bytecoder.core.ir that return NullTest.OperationModifier and TypeMethodDescriptionstatic NullTest.OperationReturns 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.OperationConstructors in de.mirkosertic.bytecoder.core.ir with parameters of type NullTest.OperationModifierConstructorDescription(package private)NullTest(Graph owner, NullTest.Operation operation)