Package eu.bandm.tools.lljava.absy
Class LLJava.InnerClass
java.lang.Object
eu.bandm.tools.lljava.absy.LLJava.Node
eu.bandm.tools.lljava.absy.LLJava.Modifiable
eu.bandm.tools.lljava.absy.LLJava.Attributable
eu.bandm.tools.lljava.absy.LLJava.InnerClass
- All Implemented Interfaces:
Formattable,Cloneable
- Enclosing class:
LLJava
@Generated(generator="eu.bandm.tools.umod",
version="",
timestamp="2025-08-17_22h53m35")
public static class LLJava.InnerClass
extends LLJava.Attributable
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":170.1-173.73, see this pretty print.)
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":170.1-173.73, see this pretty print.)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected LLJava.ClassGenerated by umod; model author's documentation MISSING.protected LLJava.IdGenerated by umod; model author's documentation MISSING.Fields inherited from class eu.bandm.tools.lljava.absy.LLJava.Attributable
attrsFields inherited from class eu.bandm.tools.lljava.absy.LLJava.Modifiable
annotations, modifiersFields inherited from class eu.bandm.tools.lljava.absy.LLJava.Node
location -
Constructor Summary
ConstructorsConstructorDescriptionSynthetic minimal constructor provided by the umod compiler.InnerClass(LLJava.Id name, LLJava.Class definition) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
Method Summary
Modifier and TypeMethodDescriptiondoclone()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.InnerClass> get_definition(Pattern<? super LLJava.Class> 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.InnerClass> Lifts a pattern which matches the field value to one which matches this whole object.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.Attributable
descend_attrs, get_attrs, get_attrs, set_attrsMethods inherited from class eu.bandm.tools.lljava.absy.LLJava.Modifiable
descend_annotations, descend_modifiers, get_annotations, get_annotations, get_modifiers, get_modifiers, set_annotations, set_modifiersMethods 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":172.9-73, see this pretty print.)
The type of this field isLLJava.Id(maybenull)
Its value defaults tonull.- See Also:
-
definition
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":173.9-73, see this pretty print.)
The type of this field isLLJava.Class(maybenull)
Its value defaults tonull.- See Also:
-
-
Constructor Details
-
InnerClass
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".- Parameters:
name- is copied to fieldnamedefinition- is copied to fielddefinition
-
InnerClass
public InnerClass()Synthetic minimal constructor provided by the umod compiler.
Constructor with minimal set of arguments, supplied automatically by the umod compiler, not explicitly by user.
(All object fields are set to their default values.)
-
-
Method Details
-
doclone
Clones this object. Method never fails, sinceCloneableis known to be implemented.- Overrides:
doclonein classLLJava.Attributable- 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.Attributable- 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.Attributable
-
get_name
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":172.9-73, see this pretty print.)
Generated getter method.- Returns:
- The current field value of type
LLJava.Id(maybenull) - 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":172.9-73, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val- the new value of typeLLJava.Id(maybenull)- Returns:
- whether a change (w.r.t.
==) did actually happen. - See Also:
-
get_definition
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":173.9-73, see this pretty print.)
Generated getter method.- Returns:
- The current field value of type
LLJava.Class(maybenull) - See Also:
-
set_definition
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":173.9-73, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val- the new value of typeLLJava.Class(maybenull)- Returns:
- whether a change (w.r.t.
==) did actually happen. - See Also:
-
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_definition
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.
-