com.saxonica.expr
Class TryCatch.CatchClause

java.lang.Object
  extended by com.saxonica.expr.TryCatch.CatchClause
All Implemented Interfaces:
Serializable
Enclosing class:
TryCatch

public static class TryCatch.CatchClause
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 Expression catchExpr
           
 QNameTest nameTest
           
 int slotNumber
           
 
Constructor Summary
TryCatch.CatchClause()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

slotNumber

public int slotNumber

catchExpr

public Expression catchExpr

nameTest

public QNameTest nameTest
Constructor Detail

TryCatch.CatchClause

public TryCatch.CatchClause()


Copyright (c) 2004-2011 Saxonica Limited. All rights reserved.