jfun.yan.xml.nut
Class BinderNut

java.lang.Object
  extended by jfun.yan.xml.nut.Nut
      extended by jfun.yan.xml.nut.BinderNut
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DelegatingBinderNut, TypeCaseNut

public abstract class BinderNut
extends Nut

Super class for any Nut that evaluates to Binder.

Author:
Ben Yu Nov 9, 2005 11:40:05 PM
See Also:
Serialized Form

Constructor Summary
BinderNut()
           
 
Method Summary
abstract  Binder eval()
           
 
Methods inherited from class jfun.yan.xml.nut.Nut
cast, checkDuplicate, checkMandatory, checkMandatory, convert, getComponentClassLoader, getId, getNutClassLoader, getNutEnvironment, getParameterWiring, getPropertyWiring, getSequenceNumber, getTagLocation, getTagName, initGloballyDefined, initNutEnvironment, initSequenceNumber, initTagLocation, initTagName, isGloballyDefined, raise, raise, register, registerEagerInstantiation, setId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BinderNut

public BinderNut()
Method Detail

eval

public abstract Binder eval()
                     throws java.lang.Exception
Throws:
java.lang.Exception