public static class LLJava.GotoPoint extends LLJava.CodePoint
Modifier and Type | Field and Description |
---|---|
protected LLJava.Name |
id
Generated by umod; model author's documentation MISSING.
|
protected LLJava.Block |
target
The target of this code reference.
|
location
format
Constructor and Description |
---|
GotoPoint(LLJava.Name id)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
LLJava.GotoPoint |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
LLJava.Name |
get_id()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.GotoPoint> |
get_id(Pattern<? super LLJava.Name> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
LLJava.Block |
get_target()
The target of this code reference.
|
static Pattern<LLJava.GotoPoint> |
get_target(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.GotoPoint |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_id(LLJava.Name val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_target(LLJava.Block val)
The target of this code reference.
|
get_location, get_location, set_location
protected LLJava.Name id
LLJava.Name
(never null)protected LLJava.Block target
ContextChecker
. LLJava.Block
(maybe null)public GotoPoint(LLJava.Name id)
id
- is copied to field id
public LLJava.GotoPoint doclone()
Cloneable
is known
to be implemented.doclone
in class LLJava.CodePoint
public static String getFormatHint()
'goto' id
public Format format()
format
in interface Formattable
format
in class LLJava.CodePoint
public LLJava.GotoPoint initFrom(Object o0)
initFrom
in class LLJava.CodePoint
public LLJava.Name get_id()
LLJava.Name
(never null)public boolean set_id(LLJava.Name val)
val
- the new value of type LLJava.Name
(never null)id
public LLJava.Block get_target()
ContextChecker
. LLJava.Block
(maybe
null)public boolean set_target(LLJava.Block val)
ContextChecker
. val
- the new value of type LLJava.Block
(maybe null)target
public static Pattern<LLJava.GotoPoint> get_id(Pattern<? super LLJava.Name> p)
LLJava.__Patterns
.public static Pattern<LLJava.GotoPoint> get_target(Pattern<? super LLJava.Block> p)
LLJava.__Patterns
.see also the complete user documentation .