public static class LLJava.GotoInterval extends LLJava.CodeInterval
| Modifier and Type | Field and Description |
|---|---|
protected LLJava.Name |
end
Generated by umod; model author's documentation MISSING.
|
protected LLJava.Block |
endTarget
The end target of this code interval.
|
protected LLJava.Name |
start
Generated by umod; model author's documentation MISSING.
|
protected LLJava.Block |
startTarget
The start target of this code interval.
|
locationformat| Constructor and Description |
|---|
GotoInterval(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/..". |
| Modifier and Type | Method and Description |
|---|---|
LLJava.GotoInterval |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
LLJava.Name |
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.
|
LLJava.Block |
get_endTarget()
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.
|
LLJava.Name |
get_start()
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.
|
LLJava.Block |
get_startTarget()
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 |
getFormatHint()
Delivers the format specification from the umod source.
|
LLJava.GotoInterval |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_end(LLJava.Name val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_endTarget(LLJava.Block val)
The end target of this code interval.
|
boolean |
set_start(LLJava.Name val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_startTarget(LLJava.Block val)
The start target of this code interval.
|
get_location, get_location, set_locationprotected LLJava.Name start
LLJava.Name(never null)protected LLJava.Name end
LLJava.Name(maybe null)protected LLJava.Block startTarget
ContextChecker. LLJava.Block(maybe null)protected LLJava.Block endTarget
ContextChecker. LLJava.Block(maybe null)public GotoInterval(LLJava.Name start, LLJava.Name end)
public GotoInterval(LLJava.Name start)
start - is copied to field startpublic LLJava.GotoInterval doclone()
Cloneable is known
to be implemented.doclone in class LLJava.CodeIntervalpublic static String getFormatHint()
start('-'end?) public Format format()
format in interface Formattableformat in class LLJava.CodeIntervalpublic LLJava.GotoInterval initFrom(Object o0)
initFrom in class LLJava.CodeIntervalpublic LLJava.Name get_start()
LLJava.Name(never null)public boolean set_start(LLJava.Name val)
val - the new value of type LLJava.Name(never null)startpublic LLJava.Name get_end()
LLJava.Name(maybe null)public boolean set_end(LLJava.Name val)
val - the new value of type LLJava.Name(maybe null)endpublic LLJava.Block get_startTarget()
ContextChecker. LLJava.Block(maybe
null)public boolean set_startTarget(LLJava.Block val)
ContextChecker. val - the new value of type LLJava.Block(maybe null)startTargetpublic LLJava.Block get_endTarget()
ContextChecker. LLJava.Block(maybe
null)public boolean set_endTarget(LLJava.Block val)
ContextChecker. val - the new value of type LLJava.Block(maybe null)endTargetpublic static Pattern<LLJava.GotoInterval> get_start(Pattern<? super LLJava.Name> p)
LLJava.__Patterns.public static Pattern<LLJava.GotoInterval> get_end(Pattern<? super LLJava.Name> p)
LLJava.__Patterns.public static Pattern<LLJava.GotoInterval> get_startTarget(Pattern<? super LLJava.Block> p)
LLJava.__Patterns.public static Pattern<LLJava.GotoInterval> get_endTarget(Pattern<? super LLJava.Block> p)
LLJava.__Patterns.see also the complete user documentation .