Package eu.bandm.tools.lljava.absy
Class LLJava.ClassTypeExpr
java.lang.Object
eu.bandm.tools.lljava.absy.LLJava.Node
eu.bandm.tools.lljava.absy.LLJava.TypeArgument
eu.bandm.tools.lljava.absy.LLJava.TypeExpr
eu.bandm.tools.lljava.absy.LLJava.ReferenceTypeExpr
eu.bandm.tools.lljava.absy.LLJava.ClassTypeExpr
- All Implemented Interfaces:
Formattable
,Cloneable
- Enclosing class:
LLJava
@Generated(generator="eu.bandm.tools.umod",
version="",
timestamp="2025-01-29_11h18m47")
public static class LLJava.ClassTypeExpr
extends LLJava.ReferenceTypeExpr
Syntactic expression denoting a class type.
(This definition has been created by UMod
from the source at SYSTEM "LLJava.umod":349.1-358.16, see this pretty
print.)- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CheckedList
<LLJava.TypeArgument> Generated by umod; model author's documentation MISSING.protected LLJava.QualId
Generated by umod; model author's documentation MISSING.protected boolean
Generated by umod; model author's documentation MISSING.Fields inherited from class eu.bandm.tools.lljava.absy.LLJava.ReferenceTypeExpr
erasure
Fields inherited from class eu.bandm.tools.lljava.absy.LLJava.TypeArgument
annotations
Fields inherited from class eu.bandm.tools.lljava.absy.LLJava.Node
location
-
Constructor Summary
ConstructorsConstructorDescriptionClassTypeExpr
(LLJava.QualId name) Constructor generated according to specification #1
Constructor defined according to directive "C 1/.."
.ClassTypeExpr
(LLJava.QualId name, CheckedList<LLJava.TypeArgument> arguments) Constructor generated according to specification #0
Constructor defined according to directive "C 0/.."
. -
Method Summary
Modifier and TypeMethodDescriptionvoid
descend_arguments
(LLJava.MATCH_ONLY_00 visitor) Deprecated.doclone()
Clones this object.format()
Delivers a format object for pretty-printing, as specified in the umod source.Generated by umod; model author's documentation MISSING.static Pattern
<LLJava.ClassTypeExpr> get_arguments
(Pattern<? super CheckedList<LLJava.TypeArgument>> 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.ClassTypeExpr> get_name
(Pattern<? super LLJava.QualId> p) Lifts a pattern which matches the field value to one which matches this whole object.boolean
Generated by umod; model author's documentation MISSING.static Pattern
<LLJava.ClassTypeExpr> get_parameter
(Pattern<? super Boolean> p) Lifts a pattern which matches the field value to one which matches this whole object.static String
Delivers the format specification from the umod source.Copies values of all common fields from the argument.boolean
Generated by umod; model author's documentation MISSING.boolean
set_name
(LLJava.QualId val) Generated by umod; model author's documentation MISSING.boolean
set_parameter
(boolean val) Generated by umod; model author's documentation MISSING.Methods inherited from class eu.bandm.tools.lljava.absy.LLJava.ReferenceTypeExpr
get_erasure, set_erasure
Methods inherited from class eu.bandm.tools.lljava.absy.LLJava.TypeArgument
descend_annotations, get_annotations, get_annotations, get_erasure, set_annotations
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":354.9-77, see this pretty print.)
The type of this field isLLJava.QualId
(nevernull
)
It is set by every possible constructor.- See Also:
-
arguments
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":355.9-83, see this pretty print.)
The type of this field isCheckedList
<LLJava.TypeArgument
(nevernull
)>(nevernull
)
Its value defaults to an empty collection.- See Also:
-
parameter
protected boolean parameterGenerated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":356.9-26, see this pretty print.)
The type of this field is boolean(nevernull
)
Its value defaults tofalse
.- See Also:
-
-
Constructor Details
-
ClassTypeExpr
Constructor generated according to specification #0
Constructor defined according to directive "C 0/.."
. -
ClassTypeExpr
Constructor generated according to specification #1
Constructor defined according to directive "C 1/.."
.- 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.ReferenceTypeExpr
- Returns:
- a fresh copy.
-
getFormatHint
Delivers the format specification from the umod source.
The constant return value is ..
annotations[, , /],name,arguments['<'|',' ,'>'/]
This can be used e.g. by format code interpreters which process objects of different origin. -
format
Delivers a format object for pretty-printing, as specified in the umod source.- Specified by:
format
in interfaceFormattable
- Overrides:
format
in classLLJava.ReferenceTypeExpr
- 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.ReferenceTypeExpr
-
get_name
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":354.9-77, see this pretty print.)
Generated getter method.- Returns:
- The current field value of type
LLJava.QualId
(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":354.9-77, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeLLJava.QualId
(nevernull
)- Returns:
- whether a change (w.r.t.
==
) did actually happen. - See Also:
-
get_arguments
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":355.9-83, see this pretty print.)
Generated getter method.- Returns:
- The current field value of type
CheckedList
<LLJava.TypeArgument
(nevernull
)>(nevernull
) - See Also:
-
set_arguments
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":355.9-83, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeCheckedList
<LLJava.TypeArgument
(nevernull
)>(nevernull
)- Returns:
- whether a change (w.r.t.
==
) did actually happen. - See Also:
-
descend_arguments
Deprecated. -
get_parameter
public boolean get_parameter()Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":356.9-26, see this pretty print.)
Generated getter method.- Returns:
- The current field value of type boolean(never
null
) - See Also:
-
set_parameter
public boolean set_parameter(boolean val) Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":356.9-26, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of type boolean(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
. -
get_arguments
public static Pattern<LLJava.ClassTypeExpr> get_arguments(Pattern<? super CheckedList<LLJava.TypeArgument>> 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
. -
get_parameter
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
.
-