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
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
Modifier and TypeFieldDescriptionprotected LLJava.Id
Generated by umod; model author's documentation MISSING.Fields inherited from class eu.bandm.tools.lljava.absy.LLJava.Node
location
-
Constructor Summary
ConstructorDescriptionMemberFullName
(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.boolean
Generated 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":739.9-73, see this pretty print.)
The type of this field isLLJava.Id
(never null)
It is set by every possible constructor.
-
-
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, sinceCloneable
is known to be implemented.- Overrides:
doclone
in classLLJava.Node
- 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.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:
initFrom
in 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":739.9-73, see this pretty print.)
Generated getter method. @see #name- Returns:
- The current field value of type
LLJava.Id
(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":739.9-73, see this pretty print.)
Updates the (mutable) instance destructively. -
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
.
-