in scala/xml/path/Expression
class Child

case class Child(test: Test, e: Expr)
extends Expr
with ScalaObject
with CaseClass

Field Summary
  val e: Expr
  val test: Test

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

Methods inherited from scala/xml/path/Expression/Expr-class
\, \\, apply, eval

Field Detail

test

  val test: Test

e

  val e: Expr