Class Hierarchy
- java.lang.Object
- com.ezylang.evalex.operators.AbstractOperator (implements com.ezylang.evalex.operators.OperatorIfc)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- com.ezylang.evalex.operators.OperatorAnnotationNotFoundException
- java.lang.RuntimeException
- java.lang.Exception
Interface Hierarchy
- com.ezylang.evalex.operators.OperatorIfc
Annotation Type Hierarchy
- com.ezylang.evalex.operators.InfixOperator (implements java.lang.annotation.Annotation)
- com.ezylang.evalex.operators.PostfixOperator (implements java.lang.annotation.Annotation)
- com.ezylang.evalex.operators.PrefixOperator (implements java.lang.annotation.Annotation)
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- com.ezylang.evalex.operators.OperatorIfc.OperatorType
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)