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-08-17_22h53m35")
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.QualIdGenerated by umod; model author's documentation MISSING.protected booleanGenerated by umod; model author's documentation MISSING.Fields inherited from class eu.bandm.tools.lljava.absy.LLJava.ReferenceTypeExpr
erasureFields inherited from class eu.bandm.tools.lljava.absy.LLJava.TypeArgument
annotationsFields 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 TypeMethodDescriptionvoiddescend_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.booleanGenerated 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 StringDelivers the format specification from the umod source.Copies values of all common fields from the argument.booleanGenerated by umod; model author's documentation MISSING.booleanset_name(LLJava.QualId val) Generated by umod; model author's documentation MISSING.booleanset_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_erasureMethods inherited from class eu.bandm.tools.lljava.absy.LLJava.TypeArgument
descend_annotations, get_annotations, get_annotations, get_erasure, set_annotationsMethods 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, sinceCloneableis known to be implemented.- Overrides:
doclonein 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:
formatin interfaceFormattable- Overrides:
formatin 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:
initFromin 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.
-