org.apache.activemq.apollo.selector

SelectorParser

class SelectorParser extends SelectorParserConstants

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. SelectorParser
  2. SelectorParserConstants
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SelectorParser (tm: SelectorParserTokenManager)

  2. new SelectorParser (stream: Reader)

  3. new SelectorParser (stream: InputStream, encoding: String)

  4. new SelectorParser (stream: InputStream)

  5. new SelectorParser (sql: String)

    Attributes
    protected[selector]

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def JmsSelector (): BooleanExpression

    Attributes
    final
  7. def ReInit (tm: SelectorParserTokenManager): Unit

  8. def ReInit (stream: Reader): Unit

  9. def ReInit (stream: InputStream, encoding: String): Unit

  10. def ReInit (stream: InputStream): Unit

  11. def addExpression (): Expression

    Attributes
    final
  12. def andExpression (): Expression

    Attributes
    final
  13. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  14. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. def comparisonExpression (): Expression

    Attributes
    final
  16. def disable_tracing (): Unit

    Attributes
    final
  17. def enable_tracing (): Unit

    Attributes
    final
  18. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  19. def equalityExpression (): Expression

    Attributes
    final
  20. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  21. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  22. def generateParseException (): ParseException

  23. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  24. def getNextToken (): Token

    Attributes
    final
  25. def getToken (index: Int): Token

    Attributes
    final
  26. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  27. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  28. def literal (): ConstantExpression

    Attributes
    final
  29. def multExpr (): Expression

    Attributes
    final
  30. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  31. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  32. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  33. def orExpression (): Expression

    Attributes
    final
  34. def parse (): BooleanExpression

    Attributes
    protected[selector]
  35. def primaryExpr (): Expression

    Attributes
    final
  36. def stringLitteral (): String

    Attributes
    final
  37. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  38. def toString (): String

    Definition Classes
    AnyRef → Any
  39. def unaryExpr (): Expression

    Attributes
    final
  40. def variable (): PropertyExpression

    Attributes
    final
  41. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  42. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  43. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from SelectorParserConstants

Inherited from AnyRef

Inherited from Any