Package eu.bandm.tools.lljava.absy
Class LLJava.Block
java.lang.Object
eu.bandm.tools.lljava.absy.LLJava.Node
eu.bandm.tools.lljava.absy.LLJava.Statement
eu.bandm.tools.lljava.absy.LLJava.Block
- All Implemented Interfaces:
- Formattable,- Cloneable
- Enclosing class:
- LLJava
@Generated(generator="eu.bandm.tools.umod",
           version="",
           timestamp="2025-08-17_22h53m35")
public static class LLJava.Block
extends LLJava.Statement
A sequential container for statements. 
 
(This definition has been created by UMod 
 from the source at SYSTEM "LLJava.umod":556.1-563.16, see this pretty 
 print.)- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected CheckedMap_RD<LLJava.Name, LLJava.Block> Generated by umod; model author's documentation MISSING.protected CheckedMap_RD<LLJava.Name, LLJava.Variable> Generated by umod; model author's documentation MISSING.protected CheckedList<LLJava.Statement> Generated by umod; model author's documentation MISSING.protected booleanGenerated by umod; model author's documentation MISSING.protected CheckedList<LLJava.Name> Generated by umod; model author's documentation MISSING.Fields inherited from class eu.bandm.tools.lljava.absy.LLJava.Nodelocation
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanConvenience un-Currying method.booleanConvenience un-Currying method.voiddescend_controlEnv(LLJava.MATCH_ONLY_00 visitor) Deprecated.voiddescend_dataEnv(LLJava.MATCH_ONLY_00 visitor) Deprecated.voiddescend_elems(LLJava.MATCH_ONLY_00 visitor) Deprecated.voiddescend_labels(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.Block> get_controlEnv(Pattern<? super CheckedMap_RD<LLJava.Name, LLJava.Block>> p) Lifts a pattern which matches the field value to one which matches this whole object.Generated by umod; model author's documentation MISSING.static Pattern<LLJava.Block> get_dataEnv(Pattern<? super CheckedMap_RD<LLJava.Name, LLJava.Variable>> p) Lifts a pattern which matches the field value to one which matches this whole object.Generated by umod; model author's documentation MISSING.static Pattern<LLJava.Block> get_elems(Pattern<? super CheckedList<LLJava.Statement>> 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.Block> get_implicit(Pattern<? super Boolean> p) Lifts a pattern which matches the field value to one which matches this whole object.Generated by umod; model author's documentation MISSING.static Pattern<LLJava.Block> get_labels(Pattern<? super CheckedList<LLJava.Name>> 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.voidput_controlEnv(LLJava.Name key0, LLJava.Block value) Convenience un-Currying method.voidput_dataEnv(LLJava.Name key0, LLJava.Variable value) Convenience un-Currying method.booleanGenerated by umod; model author's documentation MISSING.booleanGenerated by umod; model author's documentation MISSING.booleanGenerated by umod; model author's documentation MISSING.booleanset_implicit(boolean val) Generated by umod; model author's documentation MISSING.booleanset_labels(CheckedList<LLJava.Name> val) Generated by umod; model author's documentation MISSING.Methods inherited from class eu.bandm.tools.lljava.absy.LLJava.StatementtoStringMethods inherited from class eu.bandm.tools.lljava.absy.LLJava.Nodeget_location, get_location, set_location
- 
Field Details- 
labelsGenerated by umod; model author's documentation MISSING.
 (This definition has been created by UMod from the source at SYSTEM "LLJava.umod":559.9-22, see this pretty print.)
 The type of this field isCheckedList<LLJava.Name(nevernull)>(nevernull)
 Its value defaults to an empty collection.- See Also:
 
- 
implicitprotected boolean implicitGenerated by umod; model author's documentation MISSING.
 (This definition has been created by UMod from the source at SYSTEM "LLJava.umod":560.9-29, see this pretty print.)
 The type of this field is boolean(nevernull)
 Its value defaults tofalse.- See Also:
 
- 
elemsGenerated by umod; model author's documentation MISSING.
 (This definition has been created by UMod from the source at SYSTEM "LLJava.umod":561.9-73, see this pretty print.)
 The type of this field isCheckedList<LLJava.Statement(nevernull)>(nevernull)
 Its value defaults to an empty collection.- See Also:
 
- 
controlEnvGenerated by umod; model author's documentation MISSING.
 (This definition has been created by UMod from the source at SYSTEM "LLJava.umod":1113.9-32, see this pretty print.)
 The type of this field isCheckedMap_RD<LLJava.Name(nevernull),LLJava.Block(nevernull)>(nevernull)
 Its value defaults to an empty collection.- See Also:
 
- 
dataEnvGenerated by umod; model author's documentation MISSING.
 (This definition has been created by UMod from the source at SYSTEM "LLJava.umod":1114.9-29, see this pretty print.)
 The type of this field isCheckedMap_RD<LLJava.Name(nevernull),LLJava.Variable(nevernull)>(nevernull)
 Its value defaults to an empty collection.- See Also:
 
 
- 
- 
Constructor Details- 
Blockpublic Block()Synthetic minimal constructor provided by the umod compiler.
 Constructor with minimal set of arguments, supplied automatically by the umod compiler, not explicitly by user.
 (All object fields are set to their default values.)
 
 
- 
- 
Method Details- 
docloneClones this object. Method never fails, sinceCloneableis known to be implemented.- Overrides:
- doclonein class- LLJava.Statement
- Returns:
- a fresh copy.  
 
 
- 
getFormatHintDelivers the format specification from the umod source.
 The constant return value is ..
 labels{$this':'}[/]/$switch implicit{true:elems[/],('{';2>elems[/];'}')}
 This can be used e.g. by format code interpreters which process objects of different origin.
- 
formatDelivers a format object for pretty-printing, as specified in the umod source.- Specified by:
- formatin interface- Formattable
- Overrides:
- formatin class- LLJava.Statement
- Returns:
- a format that represents this object in a pretty-printable way
 
- 
initFromCopies 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 class- LLJava.Statement
 
- 
get_labelsGenerated by umod; model author's documentation MISSING.
 (This definition has been created by UMod from the source at SYSTEM "LLJava.umod":559.9-22, see this pretty print.)
 Generated getter method.- Returns:
- The current field value of type CheckedList<LLJava.Name(nevernull)>(nevernull)
- See Also:
 
- 
set_labelsGenerated by umod; model author's documentation MISSING.
 (This definition has been created by UMod from the source at SYSTEM "LLJava.umod":559.9-22, see this pretty print.)
 Updates the (mutable) instance destructively.- Parameters:
- val- the new value of type- CheckedList<- LLJava.Name(never- null)>(never- null)
- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
 
- 
descend_labelsDeprecated.
- 
get_implicitpublic boolean get_implicit()Generated by umod; model author's documentation MISSING.
 (This definition has been created by UMod from the source at SYSTEM "LLJava.umod":560.9-29, see this pretty print.)
 Generated getter method.- Returns:
- The current field value of type boolean(never null)
- See Also:
 
- 
set_implicitpublic boolean set_implicit(boolean val) Generated by umod; model author's documentation MISSING.
 (This definition has been created by UMod from the source at SYSTEM "LLJava.umod":560.9-29, 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_elemsGenerated by umod; model author's documentation MISSING.
 (This definition has been created by UMod from the source at SYSTEM "LLJava.umod":561.9-73, see this pretty print.)
 Generated getter method.- Returns:
- The current field value of type CheckedList<LLJava.Statement(nevernull)>(nevernull)
- See Also:
 
- 
set_elemsGenerated by umod; model author's documentation MISSING.
 (This definition has been created by UMod from the source at SYSTEM "LLJava.umod":561.9-73, see this pretty print.)
 Updates the (mutable) instance destructively.- Parameters:
- val- the new value of type- CheckedList<- LLJava.Statement(never- null)>(never- null)
- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
 
- 
descend_elemsDeprecated.
- 
get_controlEnvGenerated by umod; model author's documentation MISSING.
 (This definition has been created by UMod from the source at SYSTEM "LLJava.umod":1113.9-32, see this pretty print.)
 Generated getter method.- Returns:
- The current field value of type CheckedMap_RD<LLJava.Name(nevernull),LLJava.Block(nevernull)>(nevernull)
- See Also:
 
- 
set_controlEnvGenerated by umod; model author's documentation MISSING.
 (This definition has been created by UMod from the source at SYSTEM "LLJava.umod":1113.9-32, see this pretty print.)
 Updates the (mutable) instance destructively.- Parameters:
- val- the new value of type- CheckedMap_RD<- LLJava.Name(never- null),- LLJava.Block(never- null)>(never- null)
- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
 
- 
put_controlEnvConvenience un-Currying method.
 Set the value at the given coordinate and automatically generate all intermediate collections, if not yet existing.- Parameters:
- value- the new value of type- LLJava.Block(never- null)
- See Also:
 
- 
containsKey_controlEnvConvenience un-Currying method.- Returns:
- whether there exists a chain of collection objects to the given co-ordinate.
- See Also:
 
- 
descend_controlEnvDeprecated.
- 
get_dataEnvGenerated by umod; model author's documentation MISSING.
 (This definition has been created by UMod from the source at SYSTEM "LLJava.umod":1114.9-29, see this pretty print.)
 Generated getter method.- Returns:
- The current field value of type CheckedMap_RD<LLJava.Name(nevernull),LLJava.Variable(nevernull)>(nevernull)
- See Also:
 
- 
set_dataEnvGenerated by umod; model author's documentation MISSING.
 (This definition has been created by UMod from the source at SYSTEM "LLJava.umod":1114.9-29, see this pretty print.)
 Updates the (mutable) instance destructively.- Parameters:
- val- the new value of type- CheckedMap_RD<- LLJava.Name(never- null),- LLJava.Variable(never- null)>(never- null)
- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
 
- 
put_dataEnvConvenience un-Currying method.
 Set the value at the given coordinate and automatically generate all intermediate collections, if not yet existing.- Parameters:
- value- the new value of type- LLJava.Variable(never- null)
- See Also:
 
- 
containsKey_dataEnvConvenience un-Currying method.- Returns:
- whether there exists a chain of collection objects to the given co-ordinate.
- See Also:
 
- 
descend_dataEnvDeprecated.
- 
get_labelsLifts 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_implicitLifts 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_elemsLifts 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_controlEnvpublic static Pattern<LLJava.Block> get_controlEnv(Pattern<? super CheckedMap_RD<LLJava.Name, LLJava.Block>> 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_dataEnvpublic static Pattern<LLJava.Block> get_dataEnv(Pattern<? super CheckedMap_RD<LLJava.Name, LLJava.Variable>> 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.
 
-