Package eu.bandm.tools.lljava.absy
Class LLJava.UpperTypeBound
java.lang.Object
eu.bandm.tools.lljava.absy.LLJava.Node
eu.bandm.tools.lljava.absy.LLJava.TypeBound
eu.bandm.tools.lljava.absy.LLJava.UpperTypeBound
- All Implemented Interfaces:
Formattable,Cloneable
- Enclosing class:
LLJava
@Generated(generator="eu.bandm.tools.umod",
version="",
timestamp="2026-02-18_13h26m26")
public static class LLJava.UpperTypeBound
extends LLJava.TypeBound
Specification of an upper (
(This definition has been created by UMod
from the source at SYSTEM "LLJava.umod":314.1-320.16, see this pretty
print.)extends) type
bound. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected NonNullList<LLJava.ReferenceTypeExpr> Generated by umod; model author's documentation MISSING.Fields inherited from class eu.bandm.tools.lljava.absy.LLJava.TypeBound
erasure, limitFields inherited from class eu.bandm.tools.lljava.absy.LLJava.Node
location -
Constructor Summary
ConstructorsConstructorDescriptionConstructor defined according to directive »C 1/..«.
UpperTypeBound(LLJava.ReferenceTypeExpr limit, NonNullList<LLJava.ReferenceTypeExpr> interfaces) Constructor defined according to directive »C 0/..«.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddescend_interfaces(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.UpperTypeBound> get_interfaces(Pattern<? super NonNullList<LLJava.ReferenceTypeExpr>> 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.Methods inherited from class eu.bandm.tools.lljava.absy.LLJava.TypeBound
get_erasure, get_erasure, get_limit, get_limit, set_erasure, set_limitMethods inherited from class eu.bandm.tools.lljava.absy.LLJava.Node
get_location, get_location, set_location
-
Field Details
-
interfaces
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":318.9-83, see this pretty print.)
The type of this field isNonNullList<LLJava.ReferenceTypeExpr(nevernull)>(nevernull)
Its value defaults to an empty collection.
- See Also:
-
-
Constructor Details
-
UpperTypeBound
public UpperTypeBound(LLJava.ReferenceTypeExpr limit, NonNullList<LLJava.ReferenceTypeExpr> interfaces) Constructor defined according to directive »C 0/..«.
- Parameters:
limit- is copied to fieldLLJava.TypeBound.limitinterfaces- is copied to fieldinterfaces
-
UpperTypeBound
Constructor defined according to directive »C 1/..«.
- Parameters:
limit- is copied to fieldLLJava.TypeBound.limit
-
-
Method Details
-
doclone
- Overrides:
doclonein classLLJava.TypeBound- Returns:
- a fresh copy.
-
getFormatHint
Delivers the format specification from the umod source.
The constant return value is ..
'extends' limit,interfaces{ '&' $this}[,]
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.TypeBound- 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.TypeBound
-
get_interfaces
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":318.9-83, see this pretty print.)
Generated getter method.- Returns:
- The current field value of type
NonNullList<LLJava.ReferenceTypeExpr(nevernull)>(nevernull) - See Also:
-
set_interfaces
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":318.9-83, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val- the new value of typeNonNullList<LLJava.ReferenceTypeExpr(nevernull)>(nevernull)- Returns:
- whether a change (w.r.t.
==) did actually happen. - See Also:
-
descend_interfaces
Deprecated.Usevisitor.follow_interfaces(this)orvisitor.followAll_interfaces(this)instead. -
get_interfaces
public static Pattern<LLJava.UpperTypeBound> get_interfaces(Pattern<? super NonNullList<LLJava.ReferenceTypeExpr>> 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.
-
visitor.follow_interfaces(this)orvisitor.followAll_interfaces(this)instead.