public static class LLJava.ClassExpr extends LLJava.LoadableExpr
Modifier and Type | Field and Description |
---|---|
protected LLJava.ClassRef |
entry
Generated by umod; model author's documentation MISSING.
|
protected LLJava.ClassTypeExpr |
type
Generated by umod; model author's documentation MISSING.
|
location
format
Constructor and Description |
---|
ClassExpr(LLJava.ClassTypeExpr type)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
LLJava.ClassExpr |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
LLJava.ClassRef |
get_entry()
Generated by umod; model author's documentation MISSING.
|
LLJava.ClassTypeExpr |
get_type()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.ClassExpr> |
get_type(Pattern<? super LLJava.ClassTypeExpr> 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.ClassExpr |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_entry(LLJava.Loadable val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_type(LLJava.ClassTypeExpr val)
Generated by umod; model author's documentation MISSING.
|
get_entry
get_location, get_location, set_location
protected LLJava.ClassTypeExpr type
LLJava.ClassTypeExpr
(never null)protected LLJava.ClassRef entry
LLJava.ClassRef
(maybe null)public ClassExpr(LLJava.ClassTypeExpr type)
type
- is copied to field type
public LLJava.ClassExpr doclone()
Cloneable
is known
to be implemented.doclone
in class LLJava.LoadableExpr
public static String getFormatHint()
type.'class'
public Format format()
format
in interface Formattable
format
in class LLJava.LoadableExpr
public LLJava.ClassExpr initFrom(Object o0)
initFrom
in class LLJava.LoadableExpr
public LLJava.ClassTypeExpr get_type()
LLJava.ClassTypeExpr
(never
null)public boolean set_type(LLJava.ClassTypeExpr val)
val
- the new value of type LLJava.ClassTypeExpr
(never
null)type
public LLJava.ClassRef get_entry()
get_entry
in class LLJava.LoadableExpr
LLJava.ClassRef
(maybe
null)public boolean set_entry(LLJava.Loadable val)
val
- the new value of type LLJava.ClassRef
(maybe null)entry
public static Pattern<LLJava.ClassExpr> get_type(Pattern<? super LLJava.ClassTypeExpr> p)
LLJava.__Patterns
.see also the complete user documentation .