Safe Haskell | None |
---|---|
Language | Haskell2010 |
Language.Java.Class.Method
- data Method m a = Method MethodAccessFlags Word16 Word16 Word16 (m (Attribute a))
- newtype MethodErrorAttributeError = MethodErrorAttributeError AttributeError
- class AsMethodErrorAttributeError p f s where
- data MethodError
- class AsMethodNameIndexUnexpectedEof p f s where
- _MethodNameIndexUnexpectedEof :: Optic' p f s ()
- methodNameIndexUnexpectedEof :: AsMethodNameIndexUnexpectedEof Tagged Identity t => t
- class AsMethodDescriptorIndexUnexpectedEof p f s where
- _MethodDescriptorIndexUnexpectedEof :: Optic' p f s ()
- methodDescriptorIndexUnexpectedEof :: AsMethodDescriptorIndexUnexpectedEof Tagged Identity t => t
- class AsMethodAttributeCountUnexpectedEof p f s where
- _MethodAttributeCountUnexpectedEof :: Optic' p f s ()
- methodAttributeCountUnexpectedEof :: AsMethodAttributeCountUnexpectedEof Tagged Identity t => t
- class AsMethodAttributeUnexpectedEof p f s where
- class AsMethodMethodAccessFlagsError p f s where
- method :: (AsEmpty (a Word8), AsEmpty (m (Attribute a1)), Cons (a Word8) (a Word8) Word8 Word8, Cons (m (Attribute a1)) (m (Attribute a1)) (Attribute a) (Attribute a), AsMethodMethodAccessFlagsError Tagged Identity e, AsMethodAttributeUnexpectedEof Tagged Identity e, AsMethodAttributeCountUnexpectedEof Tagged Identity e, AsMethodDescriptorIndexUnexpectedEof Tagged Identity e, AsMethodNameIndexUnexpectedEof Tagged Identity e) => Get e (Method m a1)
Documentation
newtype MethodErrorAttributeError Source
Constructors
MethodErrorAttributeError AttributeError |
Instances
class AsMethodErrorAttributeError p f s where Source
Minimal complete definition
Nothing
Methods
_MethodErrorAttributeError :: Optic' p f s MethodErrorAttributeError Source
Instances
((~) (* -> * -> *) p (->), Applicative f) => AsMethodErrorAttributeError p f MethodError Source | |
(Profunctor p, Functor f) => AsMethodErrorAttributeError p f AttributeError Source | |
AsMethodErrorAttributeError p f MethodErrorAttributeError Source | |
((~) (* -> * -> *) p (->), Applicative f) => AsMethodErrorAttributeError p f MethodsError Source | |
((~) (* -> * -> *) p (->), Applicative f) => AsMethodErrorAttributeError p f (ClassFileError c) Source |
data MethodError Source
Constructors
Instances
Eq MethodError Source | |
Ord MethodError Source | |
Show MethodError Source | |
(Choice p, Applicative f) => AsMethodAccessFlagsUnexpectedEof p f MethodError Source | |
((~) (* -> * -> *) p (->), Applicative f) => AsAttributeUnexpectedEof p f MethodError Source | |
((~) (* -> * -> *) p (->), Applicative f) => AsAttributeLengthUnexpectedEof p f MethodError Source | |
((~) (* -> * -> *) p (->), Applicative f) => AsAttributeNameIndexUnexpectedEof p f MethodError Source | |
(Choice p, Applicative f) => AsMethodMethodAccessFlagsError p f MethodError Source | |
(Choice p, Applicative f) => AsMethodAttributeUnexpectedEof p f MethodError Source | |
(Choice p, Applicative f) => AsMethodAttributeCountUnexpectedEof p f MethodError Source | |
(Choice p, Applicative f) => AsMethodDescriptorIndexUnexpectedEof p f MethodError Source | |
(Choice p, Applicative f) => AsMethodNameIndexUnexpectedEof p f MethodError Source | |
((~) (* -> * -> *) p (->), Applicative f) => AsMethodErrorAttributeError p f MethodError Source |
class AsMethodNameIndexUnexpectedEof p f s where Source
Minimal complete definition
Nothing
Methods
_MethodNameIndexUnexpectedEof :: Optic' p f s () Source
Instances
(Choice p, Applicative f) => AsMethodNameIndexUnexpectedEof p f MethodError Source | |
((~) (* -> * -> *) p (->), Applicative f) => AsMethodNameIndexUnexpectedEof p f MethodsError Source | |
((~) (* -> * -> *) p (->), Applicative f) => AsMethodNameIndexUnexpectedEof p f (ClassFileError c) Source |
class AsMethodDescriptorIndexUnexpectedEof p f s where Source
Minimal complete definition
Nothing
Methods
_MethodDescriptorIndexUnexpectedEof :: Optic' p f s () Source
Instances
(Choice p, Applicative f) => AsMethodDescriptorIndexUnexpectedEof p f MethodError Source | |
((~) (* -> * -> *) p (->), Applicative f) => AsMethodDescriptorIndexUnexpectedEof p f MethodsError Source | |
((~) (* -> * -> *) p (->), Applicative f) => AsMethodDescriptorIndexUnexpectedEof p f (ClassFileError c) Source |
methodDescriptorIndexUnexpectedEof :: AsMethodDescriptorIndexUnexpectedEof Tagged Identity t => t Source
class AsMethodAttributeCountUnexpectedEof p f s where Source
Minimal complete definition
Nothing
Methods
_MethodAttributeCountUnexpectedEof :: Optic' p f s () Source
Instances
(Choice p, Applicative f) => AsMethodAttributeCountUnexpectedEof p f MethodError Source | |
((~) (* -> * -> *) p (->), Applicative f) => AsMethodAttributeCountUnexpectedEof p f MethodsError Source | |
((~) (* -> * -> *) p (->), Applicative f) => AsMethodAttributeCountUnexpectedEof p f (ClassFileError c) Source |
methodAttributeCountUnexpectedEof :: AsMethodAttributeCountUnexpectedEof Tagged Identity t => t Source
class AsMethodAttributeUnexpectedEof p f s where Source
Minimal complete definition
Nothing
Methods
_MethodAttributeUnexpectedEof :: Optic' p f s (Word16, MethodErrorAttributeError) Source
Instances
(Choice p, Applicative f) => AsMethodAttributeUnexpectedEof p f MethodError Source | |
((~) (* -> * -> *) p (->), Applicative f) => AsMethodAttributeUnexpectedEof p f MethodsError Source | |
((~) (* -> * -> *) p (->), Applicative f) => AsMethodAttributeUnexpectedEof p f (ClassFileError c) Source |
class AsMethodMethodAccessFlagsError p f s where Source
Minimal complete definition
Nothing
Methods
_MethodMethodAccessFlagsError :: Optic' p f s MethodAccessFlagsError Source
Instances
(Choice p, Applicative f) => AsMethodMethodAccessFlagsError p f MethodError Source | |
((~) (* -> * -> *) p (->), Applicative f) => AsMethodMethodAccessFlagsError p f MethodsError Source | |
((~) (* -> * -> *) p (->), Applicative f) => AsMethodMethodAccessFlagsError p f (ClassFileError c) Source |
method :: (AsEmpty (a Word8), AsEmpty (m (Attribute a1)), Cons (a Word8) (a Word8) Word8 Word8, Cons (m (Attribute a1)) (m (Attribute a1)) (Attribute a) (Attribute a), AsMethodMethodAccessFlagsError Tagged Identity e, AsMethodAttributeUnexpectedEof Tagged Identity e, AsMethodAttributeCountUnexpectedEof Tagged Identity e, AsMethodDescriptorIndexUnexpectedEof Tagged Identity e, AsMethodNameIndexUnexpectedEof Tagged Identity e) => Get e (Method m a1) Source