Package | Description |
---|---|
eu.bandm.tools.lljava.absy |
Abstract Syntax of LLJava, representing the byte code instructions, the objects which
contain byte code, and the attributes specific to byte code classes.
|
eu.bandm.tools.lljava.codec | |
eu.bandm.tools.lljava.parser |
Modifier and Type | Field and Description |
---|---|
protected LLJava.Modifier |
LLJava.SimpleModifierExpr.modifier
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
static Set<LLJava.Modifier> |
SemanticUtils.invokeInterface |
static Set<LLJava.Modifier> |
SemanticUtils.invokePrivate |
static Set<LLJava.Modifier> |
SemanticUtils.invokePrivateInterface |
static Set<LLJava.Modifier> |
SemanticUtils.invokeStatic |
static Set<LLJava.Modifier> |
SemanticUtils.invokeStaticInterface |
static Set<LLJava.Modifier> |
SemanticUtils.invokeSuper |
static 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 Type | Method and Description |
---|---|
LLJava.Modifier |
LLJava.SimpleModifierExpr.get_modifier()
Generated by umod; model author's documentation MISSING.
|
static LLJava.Modifier |
LLJava.Modifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LLJava.Modifier[] |
LLJava.Modifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnumSet<LLJava.Modifier> |
LLJava.Invoke.get_modifiers()
Generated by umod; model author's documentation MISSING.
|
EnumSet<LLJava.Modifier> |
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 Type | Method and Description |
---|---|
static 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 Type | Method and Description |
---|---|
static 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.
|
static Pattern<? super LLJava.Invoke> |
LLJava.__Patterns.term_Invoke(Pattern<? super LLJava.MethodHandleTarget> superpattern,
Pattern<? super EnumSet<LLJava.Modifier>> p_modifiers,
Pattern<? super LLJava.Strategy> p_strategy) |
static Pattern<? super LLJava.Modifiable> |
LLJava.__Patterns.term_Modifiable(Pattern<? super LLJava.Node> superpattern,
Pattern<? super CheckedList<LLJava.Annotation>> p_annotations,
Pattern<? super EnumSet<LLJava.Modifier>> p_modifiers) |
static Pattern<? super LLJava.SimpleModifierExpr> |
LLJava.__Patterns.term_SimpleModifierExpr(Pattern<? super LLJava.ModifierExpr> superpattern,
Pattern<? super LLJava.Modifier> p_modifier) |
Constructor and Description |
---|
SimpleModifierExpr(LLJava.Modifier modifier)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Field and Description |
---|---|
static Map<LLJava.Modifier,Integer> |
Constants.classModifiers |
static Map<LLJava.Modifier,Integer> |
Constants.fieldModifiers |
static Map<LLJava.Modifier,Integer> |
Constants.methodModifiers |
Modifier and Type | Method and Description |
---|---|
protected Set<LLJava.Modifier> |
Decoder.modifiers(Map<LLJava.Modifier,Integer> map,
int accessFlags) |
Modifier and Type | Method and Description |
---|---|
protected Set<LLJava.Modifier> |
Decoder.modifiers(Map<LLJava.Modifier,Integer> map,
int accessFlags) |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.Modifier> |
LLJavaGrammar.modifier |
see also the complete user documentation .