public static class LLJava.ClassReference extends LLJava.Node
| 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 |
|---|
ClassReference(LLJava.ClassTypeExpr type)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
| Modifier and Type | Method and Description |
|---|---|
LLJava.ClassReference |
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.
|
static Pattern<LLJava.ClassReference> |
get_entry(Pattern<? super LLJava.ClassRef> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
LLJava.ClassTypeExpr |
get_type()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.ClassReference> |
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.ClassReference |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_entry(LLJava.ClassRef val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_type(LLJava.ClassTypeExpr val)
Generated by umod; model author's documentation MISSING.
|
get_location, get_location, set_locationprotected LLJava.ClassTypeExpr type
LLJava.ClassTypeExpr(never null)protected LLJava.ClassRef entry
LLJava.ClassRef(maybe null)public ClassReference(LLJava.ClassTypeExpr type)
type - is copied to field typepublic LLJava.ClassReference doclone()
Cloneable is known
to be implemented.doclone in class LLJava.Nodepublic static String getFormatHint()
type public Format format()
format in interface Formattableformat in class LLJava.Nodepublic LLJava.ClassReference initFrom(Object o0)
initFrom in class LLJava.Nodepublic 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()
LLJava.ClassRef(maybe
null)public boolean set_entry(LLJava.ClassRef val)
val - the new value of type LLJava.ClassRef(maybe null)entrypublic static Pattern<LLJava.ClassReference> get_type(Pattern<? super LLJava.ClassTypeExpr> p)
LLJava.__Patterns.public static Pattern<LLJava.ClassReference> get_entry(Pattern<? super LLJava.ClassRef> p)
LLJava.__Patterns.see also the complete user documentation .