- applyTo
bool applyTo(Expression e)
Undocumented in source. Be warned that the author may not have intended to support it.
- doCond
bool doCond(Expression e)
Undocumented in source. Be warned that the author may not have intended to support it.
- doCond
bool doCond(Expressions* e)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(Expression e)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(NewExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(NewAnonClassExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(TypeidExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(UnaExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(BinExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(AssertExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(CallExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(ArrayExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(SliceExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(ArrayLiteralExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(AssocArrayLiteralExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(StructLiteralExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(TupleExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(CondExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
An Expression tree walker that will visit each Expression e in the tree, in depth-first evaluation order, and call fp(e,param) on it. fp() signals whether the walking continues with its return value: