|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgnu.expr.ExpVisitor<Expression,D>
gnu.expr.ExpExpVisitor<D>
public abstract class ExpExpVisitor<D>
Specialization of ExpVisitor<R,D>
to R=Expression
.
Field Summary |
---|
Fields inherited from class gnu.expr.ExpVisitor |
---|
currentLambda, exitValue, messages |
Constructor Summary | |
---|---|
ExpExpVisitor()
|
Method Summary | |
---|---|
protected Expression |
defaultValue(Expression r,
D d)
|
protected Expression |
update(Expression exp,
Expression r)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExpExpVisitor()
Method Detail |
---|
protected Expression update(Expression exp, Expression r)
update
in class ExpVisitor<Expression,D>
protected Expression defaultValue(Expression r, D d)
defaultValue
in class ExpVisitor<Expression,D>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |