object SelectStoreCollector extends CollectingVisitor[Unit, Seq[ITerm]]
- Alphabetic
 - By Inheritance
 
- SelectStoreCollector
 - CollectingVisitor
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
- Public
 - Protected
 
Type Members
-   abstract  class PreVisitResult extends AnyRef
- Definition Classes
 - CollectingVisitor
 
 -    case class ShortCutResult(res: R) extends PreVisitResult with Product with Serializable
Skip the call to
postVisitand do not visit any of the sub-expressions.Skip the call to
postVisitand do not visit any of the sub-expressions. Instead, directly returnresas result- Definition Classes
 - CollectingVisitor
 
 -    case class SubArgs(args: Seq[A]) extends PreVisitResult with Product with Serializable
Specify the arguments to use for the individual sub-expressions
Specify the arguments to use for the individual sub-expressions
- Definition Classes
 - CollectingVisitor
 
 -    case class TryAgain(newT: IExpression, newArg: A) extends PreVisitResult with Product with Serializable
Call
preVisitagain with a different expression and argumentCall
preVisitagain with a different expression and argument- Definition Classes
 - CollectingVisitor
 
 -    case class UniSubArgs(arg: A) extends PreVisitResult with Product with Serializable
Use
argfor each of the direct sub-expressionsUse
argfor each of the direct sub-expressions- Definition Classes
 - CollectingVisitor
 
 
Value Members
-   final  def !=(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def ##: Int
- Definition Classes
 - AnyRef → Any
 
 -   final  def ==(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
 
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @HotSpotIntrinsicCandidate() @native()
 
 -    def hashCode(): Int
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @HotSpotIntrinsicCandidate() @native()
 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @HotSpotIntrinsicCandidate() @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @HotSpotIntrinsicCandidate() @native()
 
 -    def postVisit(t: IExpression, arg: Unit, subres: Seq[Seq[ITerm]]): Seq[ITerm]
- Definition Classes
 - SelectStoreCollector → CollectingVisitor
 
 -    def preVisit(t: IExpression, arg: Unit): PreVisitResult
- Definition Classes
 - CollectingVisitor
 
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -    def toString(): String
- Definition Classes
 - AnyRef → Any
 
 -    def visit(expr: IExpression, arg: Unit): Seq[ITerm]
- Definition Classes
 - CollectingVisitor
 
 -    def visitWithoutResult(expr: IExpression, arg: Unit): Unit
- Definition Classes
 - CollectingVisitor
 
 -   final  def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException]) @native()
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -    case object KeepArg extends PreVisitResult with Product with Serializable
Use the same argument for the direct sub-expressions as for this expression
Use the same argument for the direct sub-expressions as for this expression
- Definition Classes
 - CollectingVisitor
 
 
Deprecated Value Members
-    def finalize(): Unit
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.Throwable]) @Deprecated
 - Deprecated
 (Since version 9)