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 by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":1158.1-1160.63, see this pretty print.)
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":1158.1-1160.63, see this pretty print.)
-
Field Summary
Modifier and TypeFieldDescriptionprotected CheckedList<LLJava.Attribute>
Generated by umod; model author's documentation MISSING.protected LLJava.ConstantUTF8
Generated by umod; model author's documentation MISSING. -
Constructor Summary
ConstructorDescriptionConstructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
Method Summary
Modifier and TypeMethodDescriptionvoid
descend_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.boolean
Generated by umod; model author's documentation MISSING.boolean
Generated 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":1159.9-57, see this pretty print.)
The type of this field isLLJava.ConstantUTF8
(never null)
It is set by every possible constructor. -
attrs
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":1160.9-63, see this pretty print.)
The type of this field isCheckedList
<LLJava.Attribute
(never null)>(never null)
Its value defaults to an empty collection.
-
-
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, sinceCloneable
is known to be implemented.- Overrides:
doclone
in classLLJava.Attribute
- Returns:
- a fresh copy.
-
format
Delivers a format object for pretty-printing by inheritance from some ancestor class.- Specified by:
format
in interfaceFormattable
- Overrides:
format
in 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:
initFrom
in 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":1159.9-57, see this pretty print.)
Generated getter method. @see #name- Overrides:
get_name
in classLLJava.Attribute
- Returns:
- The current field value of type
LLJava.ConstantUTF8
(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":1159.9-57, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeLLJava.ConstantUTF8
(never null)- 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":1160.9-63, see this pretty print.)
Generated getter method. @see #attrs- Returns:
- The current field value of type
CheckedList
<LLJava.Attribute
(never null)>(never null)
-
set_attrs
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":1160.9-63, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeCheckedList
<LLJava.Attribute
(never null)>(never null)- 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
.
-