Uses of Enum Class
eu.bandm.tools.lljava.absy.LLJava.Modifier
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.Modifier in eu.bandm.tools.lljava.absy
Modifier and TypeFieldDescriptionprotected LLJava.Modifier
LLJava.SimpleModifierExpr.modifier
Generated by umod; model author's documentation MISSING.Modifier and TypeFieldDescriptionstatic final Set
<LLJava.Modifier> SemanticUtils.invokeInterface
static final Set
<LLJava.Modifier> SemanticUtils.invokePrivate
static final Set
<LLJava.Modifier> SemanticUtils.invokePrivateInterface
static final Set
<LLJava.Modifier> SemanticUtils.invokeStatic
static final Set
<LLJava.Modifier> SemanticUtils.invokeStaticInterface
static final Set
<LLJava.Modifier> SemanticUtils.invokeSuper
static final Set
<LLJava.Modifier> SemanticUtils.invokeVirtual
protected EnumSet
<LLJava.Modifier> LLJava.Invoke.modifiers
Generated by umod; model author's documentation MISSING.protected EnumSet
<LLJava.Modifier> LLJava.Modifiable.modifiers
Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionLLJava.SimpleModifierExpr.get_modifier()
Generated by umod; model author's documentation MISSING.static LLJava.Modifier
Returns the enum constant of this class with the specified name.static LLJava.Modifier[]
LLJava.Modifier.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionLLJava.Invoke.get_modifiers()
Generated by umod; model author's documentation MISSING.LLJava.Modifiable.get_modifiers()
Generated by umod; model author's documentation MISSING.static EnumSet
<LLJava.Modifier> SemanticUtils.methodModifiers
(int modifiers) static Set
<LLJava.Modifier> SemanticUtils.modifiers
(LLJava.Modifier... elems) Modifier and TypeMethodDescriptionstatic Format
FormatUtils.modifier
(LLJava.Modifier modifier) static String
FormatUtils.modifier2string
(LLJava.Modifier modifier) static Set
<LLJava.Modifier> SemanticUtils.modifiers
(LLJava.Modifier... elems) boolean
LLJava.SimpleModifierExpr.set_modifier
(LLJava.Modifier val) Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionstatic Pattern
<LLJava.SimpleModifierExpr> LLJava.SimpleModifierExpr.get_modifier
(Pattern<? super LLJava.Modifier> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern
<LLJava.Invoke> LLJava.Invoke.get_modifiers
(Pattern<? super EnumSet<LLJava.Modifier>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern
<LLJava.Modifiable> LLJava.Modifiable.get_modifiers
(Pattern<? super EnumSet<LLJava.Modifier>> p) Lifts a pattern which matches the field value to one which matches this whole object.boolean
LLJava.Invoke.set_modifiers
(EnumSet<LLJava.Modifier> val) Generated by umod; model author's documentation MISSING.boolean
LLJava.Modifiable.set_modifiers
(EnumSet<LLJava.Modifier> val) Generated by umod; model author's documentation MISSING.ModifierConstructorDescriptionSimpleModifierExpr
(LLJava.Modifier modifier) Constructor generated according to specification #0
Constructor defined according to directive "C 0/.."
. -
Uses of LLJava.Modifier in eu.bandm.tools.lljava.codec
Modifier and TypeFieldDescriptionstatic final Map
<LLJava.Modifier, Integer> Constants.classModifiers
static final Map
<LLJava.Modifier, Integer> Constants.fieldModifiers
static final Map
<LLJava.Modifier, Integer> Constants.methodModifiers
Modifier and TypeMethodDescriptionprotected Set
<LLJava.Modifier> Decoder.modifiers
(Map<LLJava.Modifier, Integer> map, int accessFlags) Modifier and TypeMethodDescription(package private) int
Encoder.encode
(Iterable<LLJava.Modifier> modifiers) protected Set
<LLJava.Modifier> Decoder.modifiers
(Map<LLJava.Modifier, Integer> map, int accessFlags) -
Uses of LLJava.Modifier in eu.bandm.tools.lljava.parser