Package eu.bandm.tools.d2d2.rt
Class Binding
java.lang.Object
eu.bandm.tools.d2d2.rt.Binding
- All Implemented Interfaces:
Formattable
,Cloneable
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":46.3-53.12, see this pretty print.)
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":46.3-53.12, see this pretty print.)
-
Field Summary
Modifier and TypeFieldDescriptionprotected ImportContext
Generated by umod; model author's documentation MISSING.protected String
Generated by umod; model author's documentation MISSING.protected Expression
Generated by umod; model author's documentation MISSING.static final Function<Binding,
ImportContext> Deprecated.Use new '::' method reference instead.Deprecated.Use new '::' method reference instead.static final Function<Binding,
Expression> Deprecated.Use new '::' method reference instead.Deprecated.Use new '::' method reference instead.Deprecated.Use new '::' method reference instead.Deprecated.Use new '::' method reference instead.protected String
Generated by umod; model author's documentation MISSING.protected Binding
Generated by umod; model author's documentation MISSING.protected boolean
Generated by umod; model author's documentation MISSING. -
Constructor Summary
ConstructorDescriptionBinding()
Binding
(Binding predec, String id, Expression exp, ImportContext context, String definitionName) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".Binding
(String id, Expression exp, ImportContext context) Synthetic minimal constructor provided by the umod compiler. -
Method Summary
Modifier and TypeMethodDescriptiondoclone()
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.get_context
(Pattern<? super ImportContext> p) Lifts a pattern which matches the field value to one which matches this whole object.Generated by umod; model author's documentation MISSING.get_definitionName
(Pattern<? super String> p) Lifts a pattern which matches the field value to one which matches this whole object.get_exp()
Generated by umod; model author's documentation MISSING.get_exp
(Pattern<? super Expression> p) Lifts a pattern which matches the field value to one which matches this whole object.get_id()
Generated by umod; model author's documentation MISSING.Lifts a pattern which matches the field value to one which matches this whole object.Generated by umod; model author's documentation MISSING.get_predec
(Pattern<? super Binding> p) Lifts a pattern which matches the field value to one which matches this whole object.boolean
get_used()
Generated by umod; model author's documentation MISSING.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
set_context
(ImportContext val) Generated by umod; model author's documentation MISSING.boolean
set_definitionName
(String val) Generated by umod; model author's documentation MISSING.boolean
set_exp
(Expression val) Generated by umod; model author's documentation MISSING.boolean
Generated by umod; model author's documentation MISSING.boolean
set_predec
(Binding val) Generated by umod; model author's documentation MISSING.boolean
set_used
(boolean val) Generated by umod; model author's documentation MISSING.
-
Field Details
-
predec
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":47.5-49, see this pretty print.)
The type of this field isBinding
(maybe null)
Its value defaults to null. -
get_predec
Deprecated.Use new '::' method reference instead. -
id
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":48.5-49, see this pretty print.)
The type of this field is java.lang.String(never null)
It is set by every possible constructor.- See Also:
-
get_id
Deprecated.Use new '::' method reference instead. -
exp
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":49.5-49, see this pretty print.)
The type of this field isExpression
(never null)
It is set by every possible constructor. -
get_exp
Deprecated.Use new '::' method reference instead. -
context
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":50.5-49, see this pretty print.)
The type of this field isImportContext
(never null)
It is set by every possible constructor. -
get_context
Deprecated.Use new '::' method reference instead. -
definitionName
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":51.5-49, see this pretty print.)
The type of this field is java.lang.String(maybe null)
Its value defaults to null. -
get_definitionName
Deprecated.Use new '::' method reference instead. -
used
protected boolean usedGenerated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":52.5-32, see this pretty print.)
The type of this field is boolean(never null)
Its value defaults tofalse
.- See Also:
-
get_used
Deprecated.Use new '::' method reference instead.
-
-
Constructor Details
-
Binding
public Binding(Binding predec, String id, Expression exp, ImportContext context, String definitionName) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".- Parameters:
predec
- is copied to fieldpredec
id
- is copied to fieldid
exp
- is copied to fieldexp
context
- is copied to fieldcontext
definitionName
- is copied to fielddefinitionName
-
Binding
Synthetic minimal constructor provided by the umod compiler.
Constructor with minimal set of arguments, supplied automatically by the umod compiler, not explicitly by user. -
Binding
Binding()
-
-
Method Details
-
doclone
Clones this object. Method never fails, sinceCloneable
is known to be implemented.- Returns:
- a fresh copy.
-
getFormatHint
Delivers the format specification from the umod source.
The constant return value is ..
exp'/'id( 'IN' definitionName?)
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
- 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. -
get_predec
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":47.5-49, see this pretty print.)
Generated getter method. @see #predec- Returns:
- The current field value of type
Binding
(maybe null)
-
set_predec
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":47.5-49, see this pretty print.)
Updates the (mutable) instance destructively. -
get_id
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":48.5-49, see this pretty print.)
Generated getter method. @see #id- Returns:
- The current field value of type java.lang.String(never null)
-
set_id
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":48.5-49, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of type java.lang.String(never null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
get_exp
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":49.5-49, see this pretty print.)
Generated getter method. @see #exp- Returns:
- The current field value of type
Expression
(never null)
-
set_exp
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":49.5-49, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeExpression
(never null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
get_context
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":50.5-49, see this pretty print.)
Generated getter method. @see #context- Returns:
- The current field value of type
ImportContext
(never null)
-
set_context
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":50.5-49, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeImportContext
(never null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
get_definitionName
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":51.5-49, see this pretty print.)
Generated getter method. @see #definitionName- Returns:
- The current field value of type java.lang.String(maybe null)
-
set_definitionName
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":51.5-49, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of type java.lang.String(maybe null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
get_used
public boolean get_used()Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":52.5-32, see this pretty print.)
Generated getter method. @see #used- Returns:
- The current field value of type boolean(never null)
-
set_used
public boolean set_used(boolean val) Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":52.5-32, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of type boolean(never null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
get_predec
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 class__Patterns
. -
get_id
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 class__Patterns
. -
get_exp
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 class__Patterns
. -
get_context
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 class__Patterns
. -
get_definitionName
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 class__Patterns
. -
get_used
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 class__Patterns
.
-