GetMethodModifiersResult

Get method modifiers will attempt to look up the modifiers of a method using reflection.

Constructors

Link copied to clipboard
constructor(check: ReflectionChecker.GetMethodModifiers, modifiers: Int)

Properties

Link copied to clipboard

the reflection check requested by the server

Link copied to clipboard

the bitpacked modifier values as assigned by the JVM

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String