public static class LLJava.GotoRef extends LLJava.CodeRef
Modifier and Type | Field and Description |
---|---|
static java.util.function.Function<LLJava.GotoRef,LLJava.Name> |
get_id
Deprecated.
Use new '::' method reference instead.
|
static java.util.function.Function<LLJava.GotoRef,LLJava.Block> |
get_target
Deprecated.
Use new '::' method reference instead.
|
protected LLJava.Name |
id
Generated by umod; model author's documentation MISSING.
|
protected LLJava.Block |
target
Generated by umod; model author's documentation MISSING.
|
get_location, location
format
Constructor and Description |
---|
GotoRef(LLJava.Name id)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
LLJava.GotoRef |
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.GotoRef> |
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()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.GotoRef> |
get_target(Pattern<? super LLJava.Block> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static java.lang.String |
getFormatHint()
Delivers the format specification from the umod source.
|
LLJava.GotoRef |
initFrom(java.lang.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)
Generated by umod; model author's documentation MISSING.
|
get_location, get_location, set_location
protected LLJava.Name id
LLJava.Name
(never null)@Deprecated public static final java.util.function.Function<LLJava.GotoRef,LLJava.Name> get_id
protected LLJava.Block target
LLJava.Block
(maybe null)@Deprecated public static final java.util.function.Function<LLJava.GotoRef,LLJava.Block> get_target
public GotoRef(LLJava.Name id)
id
- is copied to field id
public LLJava.GotoRef doclone()
Cloneable
is known
to be implemented.doclone
in class LLJava.CodeRef
public static java.lang.String getFormatHint()
'goto' id
public Format format()
format
in interface Formattable
format
in class LLJava.CodeRef
public LLJava.GotoRef initFrom(java.lang.Object o0)
initFrom
in class LLJava.CodeRef
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()
LLJava.Block
(maybe
null)public boolean set_target(LLJava.Block val)
val
- the new value of type LLJava.Block
(maybe null)target
public static Pattern<LLJava.GotoRef> get_id(Pattern<? super LLJava.Name> p)
LLJava.__Patterns
.public static Pattern<LLJava.GotoRef> get_target(Pattern<? super LLJava.Block> p)
LLJava.__Patterns
.see also the complete user documentation .