Package eu.bandm.tools.lljava.absy
Class LLJava.Annotation
java.lang.Object
eu.bandm.tools.lljava.absy.LLJava.Node
eu.bandm.tools.lljava.absy.LLJava.ModifierExpr
eu.bandm.tools.lljava.absy.LLJava.Annotation
- All Implemented Interfaces:
Formattable
,Cloneable
- Enclosing class:
- LLJava
Syntactic expression specifying an annotation. Note
that,
unlike modifiers, annotations do not have a purely semantic,
algebraic representation. Thus annotations are understood
tacitly as annotation definitions.
-
Field Summary
Modifier and TypeFieldDescriptionprotected CheckedMap_RD<LLJava.Id,
LLJava.AnnotationValue> Generated by umod; model author's documentation MISSING.protected LLJava.QualId
Generated by umod; model author's documentation MISSING.protected boolean
Generated by umod; model author's documentation MISSING.Fields inherited from class eu.bandm.tools.lljava.absy.LLJava.Node
location
-
Constructor Summary
ConstructorDescriptionAnnotation
(LLJava.QualId name, boolean runtimeVisible) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
Method Summary
Modifier and TypeMethodDescriptionboolean
containsKey_elems
(LLJava.Id key0) Convenience un-Currying method.void
descend_0_elems
(LLJava.MATCH_ONLY_00 visitor) Deprecated.void
descend_elems
(LLJava.MATCH_ONLY_00 visitor) Deprecated.doclone()
Clones this object.format()
Delivers a format object for pretty-printing, as specified in the umod source.Generated by umod; model author's documentation MISSING.static Pattern<LLJava.Annotation>
get_elems
(Pattern<? super CheckedMap_RD<LLJava.Id, LLJava.AnnotationValue>> p) Lifts a pattern which matches the field value to one which matches this whole object.get_name()
Generated by umod; model author's documentation MISSING.static Pattern<LLJava.Annotation>
get_name
(Pattern<? super LLJava.QualId> p) Lifts a pattern which matches the field value to one which matches this whole object.boolean
Generated by umod; model author's documentation MISSING.static Pattern<LLJava.Annotation>
get_runtimeVisible
(Pattern<? super Boolean> p) Lifts a pattern which matches the field value to one which matches this whole object.static String
Delivers the format specification from the umod source.Copies values of all common fields from the argument.void
put_elems
(LLJava.Id key0, LLJava.AnnotationValue value) Convenience un-Currying method.boolean
Generated by umod; model author's documentation MISSING.boolean
set_name
(LLJava.QualId val) Generated by umod; model author's documentation MISSING.boolean
set_runtimeVisible
(boolean val) Generated by umod; model author's documentation MISSING.Methods inherited from class eu.bandm.tools.lljava.absy.LLJava.Node
get_location, get_location, set_location
-
Field Details
-
name
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":243.9-73, see this pretty print.)
The type of this field isLLJava.QualId
(never null)
It is set by every possible constructor. -
runtimeVisible
protected boolean runtimeVisibleGenerated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":244.9-73, see this pretty print.)
The type of this field is boolean(never null)
It is set by every possible constructor. -
elems
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":245.9-80, see this pretty print.)
The type of this field isCheckedMap_RD
<LLJava.Id
(never null),LLJava.AnnotationValue
(never null)>(never null)
Its value defaults to an empty collection.
-
-
Constructor Details
-
Annotation
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".- Parameters:
name
- is copied to fieldname
runtimeVisible
- is copied to fieldruntimeVisible
-
-
Method Details
-
doclone
Clones this object. Method never fails, sinceCloneable
is known to be implemented.- Overrides:
doclone
in classLLJava.ModifierExpr
- Returns:
- a fresh copy.
-
getFormatHint
Delivers the format specification from the umod source.
The constant return value is ..
$switch runtimeVisible{false:'('}'@'name,>elems{$from '=' $to}['('|',' ,')'/]$switch runtimeVisible{false:')'}
This can be used e.g. by format code interpreters which process objects of different origin. -
format
Delivers a format object for pretty-printing, as specified in the umod source.- Specified by:
format
in interfaceFormattable
- Overrides:
format
in classLLJava.ModifierExpr
- Returns:
- a format that represents this object in a pretty-printable way
-
initFrom
Copies values of all common fields from the argument. All fields of this class definition are copied, iff the argument is of this class. Then the superclass method is invoked with the same argument.- Overrides:
initFrom
in classLLJava.ModifierExpr
-
get_name
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":243.9-73, see this pretty print.)
Generated getter method. @see #name- Returns:
- The current field value of type
LLJava.QualId
(never null)
-
set_name
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":243.9-73, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeLLJava.QualId
(never null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
get_runtimeVisible
public boolean get_runtimeVisible()Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":244.9-73, see this pretty print.)
Generated getter method. @see #runtimeVisible- Returns:
- The current field value of type boolean(never null)
-
set_runtimeVisible
public boolean set_runtimeVisible(boolean val) Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":244.9-73, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of type boolean(never null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
get_elems
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":245.9-80, see this pretty print.)
Generated getter method. @see #elems- Returns:
- The current field value of type
CheckedMap_RD
<LLJava.Id
(never null),LLJava.AnnotationValue
(never null)>(never null)
-
set_elems
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":245.9-80, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeCheckedMap_RD
<LLJava.Id
(never null),LLJava.AnnotationValue
(never null)>(never null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
put_elems
Convenience un-Currying method.
Set the value at the given coordinate and automatically generate all intermediate collections, if not yet existing.- Parameters:
value
- the new value of typeLLJava.AnnotationValue
(never null)- See Also:
-
containsKey_elems
Convenience un-Currying method.- Returns:
- whether there exists a chain of collection objects to the given co-ordinate.
- See Also:
-
descend_elems
Deprecated. -
descend_0_elems
Deprecated. -
get_name
Lifts a pattern which matches the field value to one which matches this whole object.
More complex pattern methods are generated in the one ancillary classLLJava.__Patterns
. -
get_runtimeVisible
Lifts a pattern which matches the field value to one which matches this whole object.
More complex pattern methods are generated in the one ancillary classLLJava.__Patterns
. -
get_elems
public static Pattern<LLJava.Annotation> get_elems(Pattern<? super CheckedMap_RD<LLJava.Id, LLJava.AnnotationValue>> p) Lifts a pattern which matches the field value to one which matches this whole object.
More complex pattern methods are generated in the one ancillary classLLJava.__Patterns
.
-