Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Edu.stanford.nlp.ling.tokensregex.types Classes and Interfaces - 84 results found.
NameDescriptionTypePackageFramework
AssignableExpressionThis interface represents an expression that can be assigned to.Interfaceedu.stanford.nlp.ling.tokensregex.typesStanford Parser
ExpressionThis interface represents an expression that can be evaluated to obtain a value.Interfaceedu.stanford.nlp.ling.tokensregex.typesStanford Parser
ExpressionsVarious implementations of the Expression interface, which is used for specifying an "action" or "result" in TokensRegex extraction rules.Classedu.stanford.nlp.ling.tokensregex.typesStanford Parser
Expressions .AndExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .AssignableFunctionCallExpressionA function call that can be assigned a value.Classedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .CaseExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .CompositeValueA composite value with field names and values for each fieldSee Also:Serialized FormClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .ConditionalExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .FieldExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .FunctionCallExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .IfExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .IndexedExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .ListExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .MethodCallExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .NotExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .OrExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .PrimitiveValuePrimitive value that is directly represented by a Java object of type TSee Also:Serialized FormClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .RegexMatchResultVarExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .RegexMatchVarExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .RegexValueA string that represents a regular expressionSee Also:Serialized FormClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .SimpleCachedExpressionA simple implementation of an expression that is represented by a java object of type T and which also has a cached Value stored with itClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .SimpleExpressionA simple implementation of an expression that is represented by a java object of type TSee Also:Serialized FormClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .SimpleValueSimple implementation of Value backed by a java object of type TSee Also:Serialized FormClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .TypedExpressionAn expression with a typename and tags.Classedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .VarAssignmentExpressionA variable assignment with the name of the variable, and the expression to assign to that variableSee Also:Serialized FormClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .VarExpressionA variable, which can be assigned any expression.Classedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .WrappedExpressionAn expression that is a wrapper around another expression.Classedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
TagsTags that can be added to values or annotationsSee Also:Serialized FormClassedu.stanford.nlp.ling.tokensregex.typesStanford Parser
Tags .TagsAnnotationClassedu.stanford.nlp.ling.tokensregex.types.TagsStanford Parser
ValueAn expression that has been evaluated to a Java object of type T.Interfaceedu.stanford.nlp.ling.tokensregex.typesStanford Parser
ValueFunctionA function that takes as input an environment (Env) and a list of values (List) and returns a Value.Interfaceedu.stanford.nlp.ling.tokensregex.typesStanford Parser
ValueFunctionsValueFunctions supported by tokensregex.Classedu.stanford.nlp.ling.tokensregex.typesStanford Parser
ValueFunctions .BooleanFunctionClassedu.stanford.nlp.ling.tokensregex.types.ValueFunctionsStanford Parser
ValueFunctions .ComparableComparatorClassedu.stanford.nlp.ling.tokensregex.types.ValueFunctionsStanford Parser
ValueFunctions .CompareFunctionClassedu.stanford.nlp.ling.tokensregex.types.ValueFunctionsStanford Parser
ValueFunctions .CompareTypeReturns the enum constant of this type with the specified name.Classedu.stanford.nlp.ling.tokensregex.types.ValueFunctionsStanford Parser
ValueFunctions .NamedValueFunctionClassedu.stanford.nlp.ling.tokensregex.types.ValueFunctionsStanford Parser
ValueFunctions .NumericComparatorClassedu.stanford.nlp.ling.tokensregex.types.ValueFunctionsStanford Parser
ValueFunctions .NumericFunctionClassedu.stanford.nlp.ling.tokensregex.types.ValueFunctionsStanford Parser
ValueFunctions .ParamInfoClassedu.stanford.nlp.ling.tokensregex.types.ValueFunctionsStanford Parser
ValueFunctions .StringFunctionClassedu.stanford.nlp.ling.tokensregex.types.ValueFunctionsStanford Parser
ValueFunctions .TypeCheckedFunctionClassedu.stanford.nlp.ling.tokensregex.types.ValueFunctionsStanford Parser
AssignableExpressionThis interface represents an expression that can be assigned to.Interfaceedu.stanford.nlp.ling.tokensregex.typesJavaNlp
ExpressionThis interface represents an expression that can be evaluated to obtain a value.Interfaceedu.stanford.nlp.ling.tokensregex.typesJavaNlp
ExpressionsVarious implementations of the Expression interface, which is used for specifying an "action" or "result" in TokensRegex extraction rules.Classedu.stanford.nlp.ling.tokensregex.typesJavaNlp
Expressions .AndExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .AssignableFunctionCallExpressionA function call that can be assigned a value.Classedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .CaseExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .CompositeValueA composite value with field names and values for each fieldSee Also:Serialized FormClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .ConditionalExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .FieldExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .FunctionCallExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .IfExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .IndexedExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .ListExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .MethodCallExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .NotExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .OrExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .PrimitiveValuePrimitive value that is directly represented by a Java object of type TSee Also:Serialized FormClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .RegexMatchResultVarExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .RegexMatchVarExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .RegexValueA string that represents a regular expressionSee Also:Serialized FormClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .SimpleCachedExpressionA simple implementation of an expression that is represented by a java object of type T and which also has a cached Value stored with itClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .SimpleExpressionA simple implementation of an expression that is represented by a java object of type TSee Also:Serialized FormClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .SimpleValueSimple implementation of Value backed by a java object of type TSee Also:Serialized FormClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .TypedExpressionAn expression with a typename and tags.Classedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .VarAssignmentExpressionA variable assignment with the name of the variable, and the expression to assign to that variableSee Also:Serialized FormClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .VarExpressionA variable, which can be assigned any expression.Classedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .WrappedExpressionAn expression that is a wrapper around another expression.Classedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
TagsTags that can be added to values or annotationsSee Also:Serialized FormClassedu.stanford.nlp.ling.tokensregex.typesJavaNlp
Tags .TagsAnnotationClassedu.stanford.nlp.ling.tokensregex.types.TagsJavaNlp
ValueAn expression that has been evaluated to a Java object of type T.Interfaceedu.stanford.nlp.ling.tokensregex.typesJavaNlp
ValueFunctionA function that takes as input an environment (Env) and a list of values (List) and returns a Value.Interfaceedu.stanford.nlp.ling.tokensregex.typesJavaNlp
ValueFunctionsValueFunctions supported by tokensregex.Classedu.stanford.nlp.ling.tokensregex.typesJavaNlp
ValueFunctions .BooleanFunctionClassedu.stanford.nlp.ling.tokensregex.types.ValueFunctionsJavaNlp
ValueFunctions .ComparableComparatorClassedu.stanford.nlp.ling.tokensregex.types.ValueFunctionsJavaNlp
ValueFunctions .CompareFunctionClassedu.stanford.nlp.ling.tokensregex.types.ValueFunctionsJavaNlp
ValueFunctions .CompareTypeReturns the enum constant of this type with the specified name.Classedu.stanford.nlp.ling.tokensregex.types.ValueFunctionsJavaNlp
ValueFunctions .NamedValueFunctionClassedu.stanford.nlp.ling.tokensregex.types.ValueFunctionsJavaNlp
ValueFunctions .NumericComparatorClassedu.stanford.nlp.ling.tokensregex.types.ValueFunctionsJavaNlp
ValueFunctions .NumericFunctionClassedu.stanford.nlp.ling.tokensregex.types.ValueFunctionsJavaNlp
ValueFunctions .ParamInfoClassedu.stanford.nlp.ling.tokensregex.types.ValueFunctionsJavaNlp
ValueFunctions .StringFunctionClassedu.stanford.nlp.ling.tokensregex.types.ValueFunctionsJavaNlp
ValueFunctions .TypeCheckedFunctionClassedu.stanford.nlp.ling.tokensregex.types.ValueFunctionsJavaNlp