net.sourceforge.jparam.parser
Interface TreeNode

All Known Implementing Classes:
CompositeTreeNode, MapLeaf, SimpleLeaf, VectorLeaf

public interface TreeNode

A description of class TreeNode


Method Summary
 java.lang.Object getConstructedValue(java.lang.Class expectedValueType)
           
 ScalarConversionWeight getConversionWeight(java.lang.Class expectedValueType)
           
 

Method Detail

getConstructedValue

public java.lang.Object getConstructedValue(java.lang.Class expectedValueType)
                                     throws JParamException

getConversionWeight

public ScalarConversionWeight getConversionWeight(java.lang.Class expectedValueType)
                                           throws JParamException


Copyright © 2004 SourceForge. All Rights Reserved.