Vaucanson 1.4
Public Member Functions
ConstantTermEval< Series, T, Dispatch > Class Template Reference

This is the visitor that really computes the constant term. More...

Inherits KRatExpMatcher< Self, T, U, F >.

List of all members.

Public Member Functions

match (const T &ast)
 Effectively performs the match.

Detailed Description

template<class Series, class T, class Dispatch>
class vcsn::ConstantTermEval< Series, T, Dispatch >

This is the visitor that really computes the constant term.

This class should be used only in constant_term() and should not be instanciated from elsewhere.

See also:
constant_term()

Definition at line 34 of file krat_exp_constant_term.hxx.


Member Function Documentation

U match ( const T &  ast) [inherited]

Effectively performs the match.

Parameters:
astThe object to perform the match on.
See also:
DispatchVisitor::DispatchVisitor

Definition at line 128 of file krat_exp_pattern.hxx.

Referenced by vcsn::constant_term().