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
@Generated(generator="eu.bandm.tools.umod",
           version="",
           timestamp="2025-08-17_22h53m35")
public static class LLJava.Annotation
extends LLJava.ModifierExpr
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.
        
 
(This definition has been created by UMod 
 from the source at SYSTEM "LLJava.umod":236.1-251.16, see this pretty 
 print.)- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected CheckedMap_RD<LLJava.Id, LLJava.AnnotationValue> Generated by umod; model author's documentation MISSING.protected LLJava.QualIdGenerated by umod; model author's documentation MISSING.protected booleanGenerated by umod; model author's documentation MISSING.Fields inherited from class eu.bandm.tools.lljava.absy.LLJava.Nodelocation
- 
Constructor SummaryConstructorsConstructorDescriptionAnnotation(LLJava.QualId name, boolean runtimeVisible) Constructor generated according to specification #0
 Constructor defined according to directive "C 0/..".
- 
Method SummaryModifier and TypeMethodDescriptionbooleancontainsKey_elems(LLJava.Id key0) Convenience un-Currying method.voiddescend_0_elems(LLJava.MATCH_ONLY_00 visitor) Deprecated.voiddescend_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.booleanGenerated 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 StringDelivers the format specification from the umod source.Copies values of all common fields from the argument.voidput_elems(LLJava.Id key0, LLJava.AnnotationValue value) Convenience un-Currying method.booleanGenerated by umod; model author's documentation MISSING.booleanset_name(LLJava.QualId val) Generated by umod; model author's documentation MISSING.booleanset_runtimeVisible(boolean val) Generated by umod; model author's documentation MISSING.Methods inherited from class eu.bandm.tools.lljava.absy.LLJava.Nodeget_location, get_location, set_location
- 
Field Details- 
nameGenerated by umod; model author's documentation MISSING.
 (This definition has been created by UMod from the source at SYSTEM "LLJava.umod":245.9-73, see this pretty print.)
 The type of this field isLLJava.QualId(nevernull)
 It is set by every possible constructor.- See Also:
 
- 
runtimeVisibleprotected boolean runtimeVisibleGenerated by umod; model author's documentation MISSING.
 (This definition has been created by UMod from the source at SYSTEM "LLJava.umod":246.9-73, see this pretty print.)
 The type of this field is boolean(nevernull)
 It is set by every possible constructor.- See Also:
 
- 
elemsGenerated by umod; model author's documentation MISSING.
 (This definition has been created by UMod from the source at SYSTEM "LLJava.umod":247.9-80, see this pretty print.)
 The type of this field isCheckedMap_RD<LLJava.Id(nevernull),LLJava.AnnotationValue(nevernull)>(nevernull)
 Its value defaults to an empty collection.- See Also:
 
 
- 
- 
Constructor Details- 
AnnotationConstructor generated according to specification #0
 Constructor defined according to directive "C 0/..".- Parameters:
- name- is copied to field- name
- runtimeVisible- is copied to field- runtimeVisible
 
 
- 
- 
Method Details- 
docloneClones this object. Method never fails, sinceCloneableis known to be implemented.- Overrides:
- doclonein class- LLJava.ModifierExpr
- Returns:
- a fresh copy.  
 
 
- 
getFormatHintDelivers 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.
- 
formatDelivers a format object for pretty-printing, as specified in the umod source.- Specified by:
- formatin interface- Formattable
- Overrides:
- formatin class- LLJava.ModifierExpr
- Returns:
- a format that represents this object in a pretty-printable way
 
- 
initFromCopies 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:
- initFromin class- LLJava.ModifierExpr
 
- 
get_nameGenerated by umod; model author's documentation MISSING.
 (This definition has been created by UMod from the source at SYSTEM "LLJava.umod":245.9-73, see this pretty print.)
 Generated getter method.- Returns:
- The current field value of type LLJava.QualId(nevernull)
- See Also:
 
- 
set_nameGenerated by umod; model author's documentation MISSING.
 (This definition has been created by UMod from the source at SYSTEM "LLJava.umod":245.9-73, see this pretty print.)
 Updates the (mutable) instance destructively.- Parameters:
- val- the new value of type- LLJava.QualId(never- null)
- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
 
- 
get_runtimeVisiblepublic 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":246.9-73, see this pretty print.)
 Generated getter method.- Returns:
- The current field value of type boolean(never null)
- See Also:
 
- 
set_runtimeVisiblepublic 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":246.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_elemsGenerated by umod; model author's documentation MISSING.
 (This definition has been created by UMod from the source at SYSTEM "LLJava.umod":247.9-80, see this pretty print.)
 Generated getter method.- Returns:
- The current field value of type CheckedMap_RD<LLJava.Id(nevernull),LLJava.AnnotationValue(nevernull)>(nevernull)
- See Also:
 
- 
set_elemsGenerated by umod; model author's documentation MISSING.
 (This definition has been created by UMod from the source at SYSTEM "LLJava.umod":247.9-80, see this pretty print.)
 Updates the (mutable) instance destructively.- Parameters:
- val- the new value of type- CheckedMap_RD<- LLJava.Id(never- null),- LLJava.AnnotationValue(never- null)>(never- null)
- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
 
- 
put_elemsConvenience 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 type- LLJava.AnnotationValue(never- null)
- See Also:
 
- 
containsKey_elemsConvenience un-Currying method.- Returns:
- whether there exists a chain of collection objects to the given co-ordinate.
- See Also:
 
- 
descend_elemsDeprecated.
- 
descend_0_elemsDeprecated.
- 
get_nameLifts 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_runtimeVisibleLifts 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_elemspublic 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.
 
-