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.
|
locationformat| 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_entryget_location, get_location, set_locationprotected 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 typepublic LLJava.ClassExpr doclone()
Cloneable is known
to be implemented.doclone in class LLJava.LoadableExprpublic static String getFormatHint()
type.'class' public Format format()
format in interface Formattableformat in class LLJava.LoadableExprpublic LLJava.ClassExpr initFrom(Object o0)
initFrom in class LLJava.LoadableExprpublic 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)typepublic LLJava.ClassRef get_entry()
get_entry in class LLJava.LoadableExprLLJava.ClassRef(maybe
null)public boolean set_entry(LLJava.Loadable val)
val - the new value of type LLJava.ClassRef(maybe null)entrypublic static Pattern<LLJava.ClassExpr> get_type(Pattern<? super LLJava.ClassTypeExpr> p)
LLJava.__Patterns.see also the complete user documentation .