Uses of Enum
io.perfmark.impl.Mark.Operation
Packages that use Mark.Operation
-
Uses of Mark.Operation in io.perfmark.impl
Subclasses with type arguments of type Mark.Operation in io.perfmark.implFields in io.perfmark.impl declared as Mark.OperationModifier and TypeFieldDescriptionprivate final Mark.OperationMark.operationprivate static final Mark.Operation[]Mark.Operation.valuesMethods in io.perfmark.impl that return Mark.OperationModifier and TypeMethodDescriptionMark.getOperation()static Mark.OperationMark.Operation.valueOf(int code) Returns the enum constant of this type with the specified name.static Mark.OperationReturns the enum constant of this type with the specified name.static Mark.Operation[]Mark.Operation.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.perfmark.impl with parameters of type Mark.OperationModifierConstructorDescriptionprivateMark(long n1, long n2, long n3, String s1, String s2, String s3, long generation, Mark.Operation operation) s1, s2, and s3 areNullable