|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RegexNFATypeEnum | |
---|---|
com.espertech.esper.rowregex | Match-recognize expression tree and state objects. |
Uses of RegexNFATypeEnum in com.espertech.esper.rowregex |
---|
Methods in com.espertech.esper.rowregex that return RegexNFATypeEnum | |
---|---|
static RegexNFATypeEnum |
RegexNFATypeEnum.fromString(java.lang.String code,
java.lang.String reluctantQuestion)
Inspect code and return enum for code. |
RegexNFATypeEnum |
RowRegexExprNodeNested.getType()
Returns multiplicity and greedy. |
RegexNFATypeEnum |
RowRegexExprNodeAtom.getType()
Returns multiplicity and greedy indicator. |
static RegexNFATypeEnum |
RegexNFATypeEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RegexNFATypeEnum[] |
RegexNFATypeEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in com.espertech.esper.rowregex with parameters of type RegexNFATypeEnum | |
---|---|
RowRegexExprNodeAtom(java.lang.String tag,
RegexNFATypeEnum type,
RowRegexExprRepeatDesc optionalRepeat)
Ctor. |
|
RowRegexExprNodeNested(RegexNFATypeEnum type,
RowRegexExprRepeatDesc optionalRepeat)
Ctor. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |