ExprStep

case
class ExprStep(maybeType: Option[ContextType], exprIndex: ExprIndex, predicates: List[Predicate]) extends Step
trait Serializable
trait Product
trait Equals
class Step
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def addPredicates(ps: List[Predicate]): Step
Definition Classes
override
def showQualify(pm: PrefixMap): String
Definition Classes

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product