Uses of Enum Class
com.strobel.reflection.emit.Verifier.FrameType
Packages that use Verifier.FrameType
-
Uses of Verifier.FrameType in com.strobel.reflection.emit
Fields in com.strobel.reflection.emit declared as Verifier.FrameTypeModifier and TypeFieldDescriptionprivate final Verifier.FrameType
Verifier.VerifierFrame._frameType
Methods in com.strobel.reflection.emit that return Verifier.FrameTypeModifier and TypeMethodDescriptionstatic Verifier.FrameType
Returns 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)