common-util

Uses of Class
local.tomas.expr.UnaryTerm

Packages that use UnaryTerm
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. 
 

Uses of UnaryTerm in local.tomas.expr
 

Subclasses of UnaryTerm in local.tomas.expr
 class AbsFunctionTerm
          This class defines an absolute function term within an expression.
 class IsNotNullTerm
          This class defines an is not null term within an expression.
 class IsNullTerm
          This class defines an is null term within an expression.
 class LengthFunctionTerm
          This class defines a length function term within an expression.
 class LowerFunctionTerm
          This class defines a lower function term within an expression.
 class NegationTerm
          This class defines a negation term within an expression.
 class SignChangeTerm
          This class defines a sign change term within an expression.
 class TrimFunctionTerm
          This class defines a trim function term within an expression.
 class UpperFunctionTerm
          This class defines an upper function term within an expression.
 

Methods in local.tomas.expr with parameters of type UnaryTerm
protected  E BaseExpressionWalker.visitUnaryTerm(UnaryTerm t, F arg)
          Visit a unary term.
 

Uses of UnaryTerm in local.tomas.expr.compiler
 

Methods in local.tomas.expr.compiler that return types with arguments of type UnaryTerm
protected  Class<? extends UnaryTerm> ExpressionCompiler.unaryFunction(String name)
          Get expression class for function with a single argument.
protected  Class<? extends UnaryTerm> ExpressionCompiler.unaryPostfix(String string)
          Get expression class for unary postfix operator.
protected  Class<? extends UnaryTerm> ExpressionCompiler.unaryPrefix(String string)
          Get expression class for unary postfix operator.
 


common-util

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