Package eu.bandm.tools.lljava.absy
Class LLJava.CustomAttribute
java.lang.Object
eu.bandm.tools.lljava.absy.LLJava.Attribute
eu.bandm.tools.lljava.absy.LLJava.CustomAttribute
- All Implemented Interfaces:
Formattable,Cloneable
- Enclosing class:
LLJava
@Generated(generator="eu.bandm.tools.umod",
version="",
timestamp="2025-08-17_22h53m35")
public static class LLJava.CustomAttribute
extends LLJava.Attribute
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":1160.1-1162.63, see this pretty print.)
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":1160.1-1162.63, see this pretty print.)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CheckedList<LLJava.Attribute> Generated by umod; model author's documentation MISSING.protected LLJava.ConstantUTF8Generated by umod; model author's documentation MISSING. -
Constructor Summary
ConstructorsConstructorDescriptionConstructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
Method Summary
Modifier and TypeMethodDescriptionvoiddescend_attrs(LLJava.MATCH_ONLY_00 visitor) Deprecated.doclone()Clones this object.format()Delivers a format object for pretty-printing by inheritance from some ancestor class.Generated by umod; model author's documentation MISSING.static Pattern<LLJava.CustomAttribute> get_attrs(Pattern<? super CheckedList<LLJava.Attribute>> 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.Copies values of all common fields from the argument.booleanGenerated by umod; model author's documentation MISSING.booleanGenerated by umod; model author's documentation MISSING.Methods inherited from class eu.bandm.tools.lljava.absy.LLJava.Attribute
get_name
-
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":1161.9-57, see this pretty print.)
The type of this field isLLJava.ConstantUTF8(nevernull)
It is set by every possible constructor.- See Also:
-
attrs
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":1162.9-63, see this pretty print.)
The type of this field isCheckedList<LLJava.Attribute(nevernull)>(nevernull)
Its value defaults to an empty collection.- See Also:
-
-
Constructor Details
-
CustomAttribute
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".- Parameters:
name- is copied to fieldname
-
-
Method Details
-
doclone
Clones this object. Method never fails, sinceCloneableis known to be implemented.- Overrides:
doclonein classLLJava.Attribute- Returns:
- a fresh copy.
-
format
Delivers a format object for pretty-printing by inheritance from some ancestor class.- Specified by:
formatin interfaceFormattable- Overrides:
formatin classLLJava.Attribute- 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:
initFromin classLLJava.Attribute
-
get_name
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":1161.9-57, see this pretty print.)
Generated getter method.- Overrides:
get_namein classLLJava.Attribute- Returns:
- The current field value of type
LLJava.ConstantUTF8(nevernull) - See Also:
-
set_name
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":1161.9-57, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val- the new value of typeLLJava.ConstantUTF8(nevernull)- Returns:
- whether a change (w.r.t.
==) did actually happen. - See Also:
-
get_attrs
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":1162.9-63, see this pretty print.)
Generated getter method.- Returns:
- The current field value of type
CheckedList<LLJava.Attribute(nevernull)>(nevernull) - See Also:
-
set_attrs
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":1162.9-63, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val- the new value of typeCheckedList<LLJava.Attribute(nevernull)>(nevernull)- Returns:
- whether a change (w.r.t.
==) did actually happen. - See Also:
-
descend_attrs
Deprecated. -
get_attrs
public static Pattern<LLJava.CustomAttribute> get_attrs(Pattern<? super CheckedList<LLJava.Attribute>> 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.
-