common-util

Uses of Class
local.tomas.expr.MatchTerm

Packages that use MatchTerm
local.tomas.expr This package defines all interfaces and classes required to handle expressions. 
local.tomas.expr.compiler This package defines classes to compile expressions from strings and decompile expressions into strings. 
local.tomas.expr.eval This package defines classes required for expression evaluation. 
 

Uses of MatchTerm in local.tomas.expr
 

Methods in local.tomas.expr with parameters of type MatchTerm
 E BaseExpressionWalker.visitMatchTerm(MatchTerm t, F arg)
           
 E ExpressionWalker.visitMatchTerm(MatchTerm t, F arg)
          Visit a regular expression match term.
 

Uses of MatchTerm in local.tomas.expr.compiler
 

Methods in local.tomas.expr.compiler with parameters of type MatchTerm
 StringBuffer ExpressionDecompiler.visitMatchTerm(MatchTerm t, ExpressionDecompilerContext arg)
           
 

Uses of MatchTerm in local.tomas.expr.eval
 

Methods in local.tomas.expr.eval with parameters of type MatchTerm
 ExpressionValue ExpressionEvaluator.visitMatchTerm(MatchTerm t, ExpressionContext arg)
           
 ExpressionType TypeRetriever.visitMatchTerm(MatchTerm t, ExpressionContext arg)
           
 


common-util

Copyright © 2005-2007 Tomas Teubner. All Rights Reserved.