Uses of Enum Class
eu.bandm.tools.lljava.absy.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
Modifier and TypeFieldDescriptionprotected LLJava.HandleKind
LLJava.MethodHandle.kind
Generated by umod; model author's documentation MISSING.Modifier 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.Modifier and TypeMethodDescriptionLLJava.MethodHandle.with_kind
(LLJava.HandleKind val) Generated by umod; model author's documentation MISSING.Modifier 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.ModifierConstructorDescriptionMethodHandle
(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
Modifier and TypeFieldDescriptionstatic final Map<LLJava.HandleKind,
Byte> Constants.handleKinds
static final Map<Byte,
LLJava.HandleKind> Constants.handleKindsConverse
Modifier and TypeMethodDescriptionprotected LLJava.HandleKind
Decoder.decodeHandleKind
(byte kind)