in scala/xml/path/Expression
class FExp

case class FExp(e: Expr, c: Cond)
extends Object
with ScalaObject
with CaseClass

Field Summary
  val c: Cond
  val e: Expr

Method Summary
  def eval(n: Node): NodeSeq

Methods inherited from java/lang/Object-class
clone, eq, equals, finalize, getClass, hashCode, notify, notifyAll, synchronized, toString, wait, wait, wait

Methods inherited from scala/Any-class
!=, ==, asInstanceOf, isInstanceOf, match

Methods inherited from scala/CaseClass-class
caseArity, caseElement

Field Detail

e

  val e: Expr

c

  val c: Cond
Method Detail

eval

  def eval(n: Node): NodeSeq