Package eu.bandm.tools.lljava.absy
Class LLJava.GotoInterval
java.lang.Object
eu.bandm.tools.lljava.absy.LLJava.Node
eu.bandm.tools.lljava.absy.LLJava.CodeInterval
eu.bandm.tools.lljava.absy.LLJava.GotoInterval
- All Implemented Interfaces:
Formattable
,Cloneable
- Enclosing class:
- LLJava
Syntactic expression denoting a labeled code
interval by name.
(This definition has been created by UMod
from the source at SYSTEM "LLJava.umod":797.1-803.16, see this pretty
print.)-
Field Summary
Modifier and TypeFieldDescriptionprotected LLJava.Name
Generated by umod; model author's documentation MISSING.protected LLJava.Block
The end target of this code interval.protected LLJava.Name
Generated by umod; model author's documentation MISSING.protected LLJava.Block
The start target of this code interval.Fields inherited from class eu.bandm.tools.lljava.absy.LLJava.Node
location
-
Constructor Summary
ConstructorDescriptionGotoInterval
(LLJava.Name start) Synthetic minimal constructor provided by the umod compiler.GotoInterval
(LLJava.Name start, LLJava.Name end) Constructor generated according to specification #0
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_end()
Generated by umod; model author's documentation MISSING.static Pattern<LLJava.GotoInterval>
get_end
(Pattern<? super LLJava.Name> p) Lifts a pattern which matches the field value to one which matches this whole object.The end target of this code interval.static Pattern<LLJava.GotoInterval>
get_endTarget
(Pattern<? super 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.GotoInterval>
get_start
(Pattern<? super LLJava.Name> p) Lifts a pattern which matches the field value to one which matches this whole object.The start target of this code interval.static Pattern<LLJava.GotoInterval>
get_startTarget
(Pattern<? super LLJava.Block> p) 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_end
(LLJava.Name val) Generated by umod; model author's documentation MISSING.boolean
The end target of this code interval.boolean
set_start
(LLJava.Name val) Generated by umod; model author's documentation MISSING.boolean
The start target of this code interval.Methods inherited from class eu.bandm.tools.lljava.absy.LLJava.Node
get_location, get_location, set_location
-
Field Details
-
start
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":800.9-57, see this pretty print.)
The type of this field isLLJava.Name
(never null)
It is set by every possible constructor. -
end
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":801.9-57, see this pretty print.)
The type of this field isLLJava.Name
(maybe null)
Its value defaults to null. -
startTarget
The start target of this code interval. This field is set by the(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":1149.9-1150.13, see this pretty print.)ContextChecker
.
The type of this field isLLJava.Block
(maybe null)
Its value defaults to null. -
endTarget
The end target of this code interval. This field is set by the(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":1152.9-1153.13, see this pretty print.)ContextChecker
.
The type of this field isLLJava.Block
(maybe null)
Its value defaults to null.
-
-
Constructor Details
-
GotoInterval
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
GotoInterval
Synthetic minimal constructor provided by the umod compiler.
Constructor with minimal set of arguments, supplied automatically by the umod compiler, not explicitly by user.- Parameters:
start
- is copied to fieldstart
-
-
Method Details
-
doclone
Clones this object. Method never fails, sinceCloneable
is known to be implemented.- Overrides:
doclone
in classLLJava.CodeInterval
- Returns:
- a fresh copy.
-
getFormatHint
Delivers the format specification from the umod source.
The constant return value is ..
start('-'end?)
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
- Overrides:
format
in classLLJava.CodeInterval
- 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:
initFrom
in classLLJava.CodeInterval
-
get_start
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":800.9-57, see this pretty print.)
Generated getter method. @see #start- Returns:
- The current field value of type
LLJava.Name
(never null)
-
set_start
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":800.9-57, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeLLJava.Name
(never null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
get_end
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":801.9-57, see this pretty print.)
Generated getter method. @see #end- Returns:
- The current field value of type
LLJava.Name
(maybe null)
-
set_end
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":801.9-57, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeLLJava.Name
(maybe null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
get_startTarget
The start target of this code interval. This field is set by the(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":1149.9-1150.13, see this pretty print.)ContextChecker
.
Generated getter method. @see #startTarget- Returns:
- The current field value of type
LLJava.Block
(maybe null)
-
set_startTarget
The start target of this code interval. This field is set by the(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":1149.9-1150.13, see this pretty print.)ContextChecker
.
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeLLJava.Block
(maybe null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
get_endTarget
The end target of this code interval. This field is set by the(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":1152.9-1153.13, see this pretty print.)ContextChecker
.
Generated getter method. @see #endTarget- Returns:
- The current field value of type
LLJava.Block
(maybe null)
-
set_endTarget
The end target of this code interval. This field is set by the(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":1152.9-1153.13, see this pretty print.)ContextChecker
.
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeLLJava.Block
(maybe null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
get_start
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_end
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_startTarget
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_endTarget
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
.
-