|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.stanford.nlp.ling.tokensregex.types.ValueFunctions.NamedValueFunction
edu.stanford.nlp.ling.tokensregex.types.ValueFunctions.TypeCheckedFunction
public abstract static class ValueFunctions.TypeCheckedFunction
| Field Summary |
|---|
| Fields inherited from class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions.NamedValueFunction |
|---|
name, signature |
| Constructor Summary | |
|---|---|
ValueFunctions.TypeCheckedFunction(java.lang.String name,
java.util.List<ValueFunctions.ParamInfo> paramInfos)
|
|
ValueFunctions.TypeCheckedFunction(java.lang.String name,
ValueFunctions.ParamInfo... paramInfos)
|
|
| Method Summary | |
|---|---|
boolean |
checkArgs(java.util.List<Value> in)
Checks if the arguments are valid |
java.lang.String |
getParamDesc()
|
| Methods inherited from class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions.NamedValueFunction |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface edu.stanford.nlp.ling.tokensregex.types.ValueFunction |
|---|
apply |
| Constructor Detail |
|---|
public ValueFunctions.TypeCheckedFunction(java.lang.String name,
java.util.List<ValueFunctions.ParamInfo> paramInfos)
public ValueFunctions.TypeCheckedFunction(java.lang.String name,
ValueFunctions.ParamInfo... paramInfos)
| Method Detail |
|---|
public java.lang.String getParamDesc()
getParamDesc in class ValueFunctions.NamedValueFunctionpublic boolean checkArgs(java.util.List<Value> in)
ValueFunction
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||