Package eu.bandm.tools.lljava.absy
Class LLJava.MemberFullName
java.lang.Object
eu.bandm.tools.lljava.absy.LLJava.Node
eu.bandm.tools.lljava.absy.LLJava.MemberFullName
- All Implemented Interfaces:
Formattable,Cloneable
- Direct Known Subclasses:
LLJava.MemberDynamicName,LLJava.MemberStaticName
- Enclosing class:
LLJava
@Generated(generator="eu.bandm.tools.umod",
version="",
timestamp="2025-08-17_22h53m35")
public abstract static class LLJava.MemberFullName
extends LLJava.Node
Abstract base class for field and method names.
(This definition has been created by UMod
from the source at SYSTEM "LLJava.umod":104.1-3, see this pretty
print.)-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected LLJava.IdGenerated by umod; model author's documentation MISSING.Fields inherited from class eu.bandm.tools.lljava.absy.LLJava.Node
location -
Constructor Summary
ConstructorsConstructorDescriptionMemberFullName(LLJava.Id name) 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.get_name()Generated by umod; model author's documentation MISSING.static Pattern<LLJava.MemberFullName> 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.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":741.9-73, see this pretty print.)
The type of this field isLLJava.Id(nevernull)
It is set by every possible constructor.- See Also:
-
-
Constructor Details
-
MemberFullName
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.Node- 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.Node- 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.Node
-
get_name
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":741.9-73, see this pretty print.)
Generated getter method.- Returns:
- The current field value of type
LLJava.Id(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":741.9-73, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val- the new value of typeLLJava.Id(nevernull)- 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.
-