Uses of Enum Class
eu.bandm.tools.lljava.absy.LLJava.Modifier
Packages that use 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
Fields in eu.bandm.tools.lljava.absy declared as LLJava.ModifierModifier and TypeFieldDescriptionprotected LLJava.Modifier
LLJava.SimpleModifierExpr.modifier
Generated by umod; model author's documentation MISSING.Fields in eu.bandm.tools.lljava.absy with type parameters of type LLJava.ModifierModifier 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.Methods in eu.bandm.tools.lljava.absy that return LLJava.ModifierModifier 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.Methods in eu.bandm.tools.lljava.absy that return types with arguments of type LLJava.ModifierModifier 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) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.ModifierModifier 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.Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.ModifierModifier 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.Constructors in eu.bandm.tools.lljava.absy with parameters of type LLJava.ModifierModifierConstructorDescriptionSimpleModifierExpr
(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
Fields in eu.bandm.tools.lljava.codec with type parameters of type LLJava.ModifierModifier 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
Methods in eu.bandm.tools.lljava.codec that return types with arguments of type LLJava.ModifierModifier and TypeMethodDescriptionprotected Set
<LLJava.Modifier> Decoder.modifiers
(Map<LLJava.Modifier, Integer> map, int accessFlags) Methods in eu.bandm.tools.lljava.codec with parameters of type LLJava.ModifierMethod parameters in eu.bandm.tools.lljava.codec with type arguments of type LLJava.ModifierModifier 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
Fields in eu.bandm.tools.lljava.parser with type parameters of type LLJava.Modifier