Util.Structures
Class Operators<E>

java.lang.Object
  extended by Util.Structures.Operators<E>

public class Operators<E>
extends java.lang.Object

FIXME Make singelton

Author:
erikhemberg

Constructor Summary
Operators()
           
 
Method Summary
 boolean containsKey(E operator)
           
 boolean containsKey(java.lang.String s)
           
 boolean isUnary(E operator)
           
 boolean isUnary(java.lang.String operator)
           
 int priority(E operator)
           
 int priority(java.lang.String operator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Operators

public Operators()
Method Detail

priority

public int priority(java.lang.String operator)

isUnary

public boolean isUnary(java.lang.String operator)

containsKey

public boolean containsKey(java.lang.String s)

priority

public int priority(E operator)

isUnary

public boolean isUnary(E operator)

containsKey

public boolean containsKey(E operator)