public abstract static class LLJava.ResultExpr extends LLJava.Node
| Modifier and Type | Field and Description |
|---|---|
protected LLJava.Result |
erasure
The raw type represented by this method result
specification.
|
locationformat| Constructor and Description |
|---|
ResultExpr()
Synthetic minimal constructor provided by the umod compiler.
|
| Modifier and Type | Method and Description |
|---|---|
LLJava.ResultExpr |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
LLJava.Result |
get_erasure()
The raw type represented by this method result
specification.
|
static Pattern<LLJava.ResultExpr> |
get_erasure(Pattern<? super LLJava.Result> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
LLJava.ResultExpr |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_erasure(LLJava.Result val)
The raw type represented by this method result
specification.
|
get_location, get_location, set_locationprotected LLJava.Result erasure
ContextChecker. LLJava.Result(maybe null)public ResultExpr()
public LLJava.ResultExpr doclone()
Cloneable is known
to be implemented.doclone in class LLJava.Nodepublic Format format()
format in interface Formattableformat in class LLJava.Nodepublic LLJava.ResultExpr initFrom(Object o0)
initFrom in class LLJava.Nodepublic LLJava.Result get_erasure()
ContextChecker. LLJava.Result(maybe
null)public boolean set_erasure(LLJava.Result val)
ContextChecker. val - the new value of type LLJava.Result(maybe null)erasurepublic static Pattern<LLJava.ResultExpr> get_erasure(Pattern<? super LLJava.Result> p)
LLJava.__Patterns.see also the complete user documentation .