Package eu.bandm.tools.lljava.absy
Class LLJava.ArrayTypeExpr
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.ArrayTypeExpr
- All Implemented Interfaces:
Formattable,Cloneable
- Enclosing class:
LLJava
@Generated(generator="eu.bandm.tools.umod",
version="",
timestamp="2026-02-18_13h26m26")
public static class LLJava.ArrayTypeExpr
extends LLJava.ReferenceTypeExpr
Syntactic expression denoting an array type.
(This definition has been created by UMod
from the source at SYSTEM "LLJava.umod":360.1-368.16, see this pretty
print.)- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected LLJava.TypeExprGenerated 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
ConstructorsConstructorDescriptionArrayTypeExpr(LLJava.TypeExpr base) Constructor defined according to directive »C 1/..«.
ArrayTypeExpr(LLJava.TypeExpr base, boolean specified) Constructor defined according to directive »C 0/..«.
-
Method Summary
Modifier and TypeMethodDescriptiondoclone()Clones this object.format()Delivers a format object for pretty-printing, as specified in the umod source.get_base()Generated by umod; model author's documentation MISSING.static Pattern<LLJava.ArrayTypeExpr> get_base(Pattern<? super LLJava.TypeExpr> 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.ArrayTypeExpr> get_specified(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.booleanset_base(LLJava.TypeExpr val) Generated by umod; model author's documentation MISSING.booleanset_specified(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
-
base
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":365.9-83, see this pretty print.)
The type of this field isLLJava.TypeExpr(nevernull)
It is set by every possible constructor.
- See Also:
-
specified
protected boolean specifiedGenerated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":366.9-73, see this pretty print.)
The type of this field is boolean(nevernull)
Its value defaults tofalse.
- See Also:
-
-
Constructor Details
-
Method Details
-
doclone
- Overrides:
doclonein classLLJava.ReferenceTypeExpr- Returns:
- a fresh copy.
-
getFormatHint
Delivers the format specification from the umod source.
The constant return value is ..
$JAVA result = FormatUtils.arrayType(el);
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_base
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":365.9-83, see this pretty print.)
Generated getter method.- Returns:
- The current field value of type
LLJava.TypeExpr(nevernull) - See Also:
-
set_base
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":365.9-83, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val- the new value of typeLLJava.TypeExpr(nevernull)- Returns:
- whether a change (w.r.t.
==) did actually happen. - See Also:
-
get_specified
public boolean get_specified()Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":366.9-73, see this pretty print.)
Generated getter method.- Returns:
- The current field value of type boolean(never
null) - See Also:
-
set_specified
public boolean set_specified(boolean val) Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":366.9-73, 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_base
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_specified
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.
-