edu.stanford.nlp.ling.tokensregex.types
Class ValueFunctions.ParamInfo

java.lang.Object
  extended by edu.stanford.nlp.ling.tokensregex.types.ValueFunctions.ParamInfo
Enclosing class:
ValueFunctions

public static class ValueFunctions.ParamInfo
extends java.lang.Object


Field Summary
 java.lang.Class className
           
 java.lang.String name
           
 boolean nullable
           
 java.lang.String typeName
           
 
Constructor Summary
ValueFunctions.ParamInfo(java.lang.String name, java.lang.String typeName, java.lang.Class className, boolean nullable)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public final java.lang.String name

typeName

public final java.lang.String typeName

className

public final java.lang.Class className

nullable

public final boolean nullable
Constructor Detail

ValueFunctions.ParamInfo

public ValueFunctions.ParamInfo(java.lang.String name,
                                java.lang.String typeName,
                                java.lang.Class className,
                                boolean nullable)


Stanford NLP Group