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.ModifierLLJava.SimpleModifierExpr.modifierGenerated 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.invokeInterfacestatic final Set<LLJava.Modifier> SemanticUtils.invokePrivatestatic final Set<LLJava.Modifier> SemanticUtils.invokePrivateInterfacestatic final Set<LLJava.Modifier> SemanticUtils.invokeStaticstatic final Set<LLJava.Modifier> SemanticUtils.invokeStaticInterfacestatic final Set<LLJava.Modifier> SemanticUtils.invokeSuperstatic final Set<LLJava.Modifier> SemanticUtils.invokeVirtualprotected EnumSet<LLJava.Modifier> LLJava.Invoke.modifiersGenerated by umod; model author's documentation MISSING.protected EnumSet<LLJava.Modifier> LLJava.Modifiable.modifiersGenerated 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.ModifierReturns 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 FormatFormatUtils.modifier(LLJava.Modifier modifier) static StringFormatUtils.modifier2string(LLJava.Modifier modifier) static Set<LLJava.Modifier> SemanticUtils.modifiers(LLJava.Modifier... elems) booleanLLJava.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.booleanLLJava.Invoke.set_modifiers(EnumSet<LLJava.Modifier> val) Generated by umod; model author's documentation MISSING.booleanLLJava.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.classModifiersstatic final Map<LLJava.Modifier, Integer> Constants.fieldModifiersstatic final Map<LLJava.Modifier, Integer> Constants.methodModifiersMethods 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) intEncoder.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