Uses of Enum Class
eu.bandm.tools.lljava.absy.LLJava.HandleKind
Packages that use LLJava.HandleKind
Package
Description
Abstract Syntax of LLJava, representing the byte code instructions, the
objects which contain byte code, and the attributes specific to byte code
classes.
-
Uses of LLJava.HandleKind in eu.bandm.tools.lljava.absy
Fields in eu.bandm.tools.lljava.absy declared as LLJava.HandleKindModifier and TypeFieldDescriptionprotected LLJava.HandleKind
LLJava.MethodHandle.kind
Generated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.lljava.absy that return LLJava.HandleKindModifier and TypeMethodDescriptionLLJava.MethodHandle.get_kind()
Generated by umod; model author's documentation MISSING.static LLJava.HandleKind
Returns the enum constant of this class with the specified name.static LLJava.HandleKind[]
LLJava.HandleKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.HandleKindModifier and TypeMethodDescriptionLLJava.MethodHandle.with_kind
(LLJava.HandleKind val) Generated by umod; model author's documentation MISSING.Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.HandleKindModifier and TypeMethodDescriptionstatic Pattern
<LLJava.MethodHandle> LLJava.MethodHandle.get_kind
(Pattern<? super LLJava.HandleKind> p) Lifts a pattern which matches the field value to one which matches this whole object.Constructors in eu.bandm.tools.lljava.absy with parameters of type LLJava.HandleKindModifierConstructorDescriptionMethodHandle
(LLJava.HandleKind kind, LLJava.MemberRef reference) Constructor generated according to specification #0
Constructor defined according to directive "C 0/.."
. -
Uses of LLJava.HandleKind in eu.bandm.tools.lljava.codec
Fields in eu.bandm.tools.lljava.codec with type parameters of type LLJava.HandleKindModifier and TypeFieldDescriptionstatic final Map
<LLJava.HandleKind, Byte> Constants.handleKinds
static final Map
<Byte, LLJava.HandleKind> Constants.handleKindsConverse
Methods in eu.bandm.tools.lljava.codec that return LLJava.HandleKindModifier and TypeMethodDescriptionprotected LLJava.HandleKind
Decoder.decodeHandleKind
(byte kind)