Instance Constructors
-
-
new
SelectorParser(stream: Reader)
-
new
SelectorParser(stream: InputStream, encoding: String)
-
new
SelectorParser(stream: InputStream)
-
new
SelectorParser(sql: String)
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
-
-
def
ReInit(stream: Reader): Unit
-
def
ReInit(stream: InputStream, encoding: String): Unit
-
def
ReInit(stream: InputStream): Unit
-
final
def
addExpression(): Expression
-
final
def
andExpression(): Expression
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
comparisonExpression(): Expression
-
final
def
disable_tracing(): Unit
-
final
def
enable_tracing(): Unit
-
final
def
eq(arg0: AnyRef): Boolean
-
final
def
equalityExpression(): Expression
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
generateParseException(): ParseException
-
final
def
getClass(): java.lang.Class[_]
-
final
def
getNextToken(): Token
-
final
def
getToken(index: Int): Token
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
-
final
def
multExpr(): Expression
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
orExpression(): Expression
-
-
final
def
primaryExpr(): Expression
-
final
def
stringLitteral(): String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
unaryExpr(): Expression
-
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any