Uses of Enum Class
com.strobel.reflection.emit.Verifier.FrameType
Packages that use Verifier.FrameType
-
Uses of Verifier.FrameType in com.strobel.reflection.emit
Subclasses with type arguments of type Verifier.FrameType in com.strobel.reflection.emitFields in com.strobel.reflection.emit declared as Verifier.FrameTypeModifier and TypeFieldDescriptionprivate final Verifier.FrameTypeVerifier.VerifierFrame._frameTypeMethods in com.strobel.reflection.emit that return Verifier.FrameTypeModifier and TypeMethodDescriptionstatic Verifier.FrameTypeReturns the enum constant of this class with the specified name.static Verifier.FrameType[]Verifier.FrameType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.strobel.reflection.emit with parameters of type Verifier.FrameTypeModifier and TypeMethodDescriptionVerifier.GenericParameterScopeVerifier.visit(TypeList types, MemberInfo scope, Verifier.FrameType frameType) Constructors in com.strobel.reflection.emit with parameters of type Verifier.FrameTypeModifierConstructorDescriptionVerifierFrame(Verifier.FrameType frameType, MemberInfo member) VerifierFrame(Verifier.FrameType frameType, MemberInfo member, Object location)