public static class LLJava.BooleanLiteral extends LLJava.Literal
boolean
literal. | Modifier and Type | Field and Description |
|---|---|
protected LLJava.ConstantInteger |
entry
Generated by umod; model author's documentation MISSING.
|
protected boolean |
value
Generated by umod; model author's documentation MISSING.
|
locationformat| Constructor and Description |
|---|
BooleanLiteral(boolean value)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
| Modifier and Type | Method and Description |
|---|---|
LLJava.BooleanLiteral |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
LLJava.ConstantInteger |
get_entry()
Generated by umod; model author's documentation MISSING.
|
boolean |
get_value()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.BooleanLiteral> |
get_value(Pattern<? super Boolean> 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.BooleanLiteral |
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_value(boolean val)
Generated by umod; model author's documentation MISSING.
|
get_entryget_location, get_location, set_locationprotected boolean value
get_value(),
set_value(boolean)protected LLJava.ConstantInteger entry
LLJava.ConstantInteger(maybe
null)public BooleanLiteral(boolean value)
value - is copied to field valuepublic LLJava.BooleanLiteral doclone()
Cloneable is known
to be implemented.doclone in class LLJava.Literalpublic static String getFormatHint()
value public Format format()
format in interface Formattableformat in class LLJava.Literalpublic LLJava.BooleanLiteral initFrom(Object o0)
initFrom in class LLJava.Literalpublic boolean get_value()
public boolean set_value(boolean val)
val - the new value of type boolean(never null)valuepublic LLJava.ConstantInteger get_entry()
get_entry in class LLJava.LoadableExprLLJava.ConstantInteger(maybe
null)public boolean set_entry(LLJava.Loadable val)
val - the new value of type LLJava.ConstantInteger(maybe
null)entrypublic static Pattern<LLJava.BooleanLiteral> get_value(Pattern<? super Boolean> p)
LLJava.__Patterns.see also the complete user documentation .