com.redhat.persistence
Class Expression

java.lang.Object
  extended bycom.redhat.persistence.Expression
Direct Known Subclasses:
Condition, Expression.Passthrough, Expression.Value, Expression.Variable

public abstract class Expression
extends Object

Expression

Version:
$Revision: #6 $ $Date: 2004/04/07 $
Author:
Rafael H. Schloming <rhs@mit.edu>

Nested Class Summary
static class Expression.Passthrough
           
static class Expression.Switch
           
static class Expression.Value
           
static class Expression.Variable
           
 
Field Summary
static String versionId
           
 
Constructor Summary
Expression()
           
 
Method Summary
abstract  void dispatch(Expression.Switch sw)
           
static Expression.Passthrough passthrough(String expr)
           
static Expression.Value value(Object value)
           
static Expression.Variable variable(Path path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

Expression

public Expression()
Method Detail

dispatch

public abstract void dispatch(Expression.Switch sw)

variable

public static final Expression.Variable variable(Path path)

value

public static final Expression.Value value(Object value)

passthrough

public static final Expression.Passthrough passthrough(String expr)


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC