public static class LLJava.SimpleModifierExpr extends LLJava.ModifierExpr(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":226.1-232.16, cf. this pretty print.)
| Modifier and Type | Field and Description |
|---|---|
protected LLJava.Modifier |
modifier
Generated by umod; model author's documentation MISSING.
|
locationformat| Constructor and Description |
|---|
SimpleModifierExpr(LLJava.Modifier modifier)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
| Modifier and Type | Method and Description |
|---|---|
LLJava.SimpleModifierExpr |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
LLJava.Modifier |
get_modifier()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.SimpleModifierExpr> |
get_modifier(Pattern<? super LLJava.Modifier> 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.SimpleModifierExpr |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_modifier(LLJava.Modifier val)
Generated by umod; model author's documentation MISSING.
|
get_location, get_location, set_locationprotected LLJava.Modifier modifier
LLJava.Modifier(never null)public SimpleModifierExpr(LLJava.Modifier modifier)
modifier - is copied to field modifierpublic LLJava.SimpleModifierExpr doclone()
Cloneable is known
to be implemented.doclone in class LLJava.ModifierExprpublic static String getFormatHint()
modifier public Format format()
format in interface Formattableformat in class LLJava.ModifierExprpublic LLJava.SimpleModifierExpr initFrom(Object o0)
initFrom in class LLJava.ModifierExprpublic LLJava.Modifier get_modifier()
LLJava.Modifier(never
null)public boolean set_modifier(LLJava.Modifier val)
val - the new value of type LLJava.Modifier(never null)modifierpublic static Pattern<LLJava.SimpleModifierExpr> get_modifier(Pattern<? super LLJava.Modifier> p)
LLJava.__Patterns.see also the complete user documentation .