org.apache.felix.framework.util.ldap
Class Operator

java.lang.Object
  extended by org.apache.felix.framework.util.ldap.Operator

public abstract class Operator
extends Object


Field Summary
 Operator[] children
           
 
Constructor Summary
Operator()
           
 
Method Summary
abstract  void buildTree(Stack operands)
           
abstract  void execute(Stack operands, Mapper mapper)
           
abstract  String toString()
           
abstract  void toStringInfix(StringBuffer b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

children

public volatile Operator[] children
Constructor Detail

Operator

public Operator()
Method Detail

execute

public abstract void execute(Stack operands,
                             Mapper mapper)
                      throws EvaluationException
Throws:
EvaluationException

toString

public abstract String toString()
Overrides:
toString in class Object

buildTree

public abstract void buildTree(Stack operands)

toStringInfix

public abstract void toStringInfix(StringBuffer b)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.