public interface RowRecogNFAStateForge
Modifier and Type | Method and Description |
---|---|
List<RowRecogNFAStateForge> |
getNextStates()
Returns the next states.
|
int |
getNodeNumFlat()
Returns the absolute node num.
|
String |
getNodeNumNested()
Returns the nested node number.
|
int |
getStreamNum()
Returns stream number.
|
String |
getVariableName()
Returns the variable name.
|
boolean |
isExprRequiresMultimatchState()
Whether or not the match-expression requires multimatch state
|
Boolean |
isGreedy()
Returns greedy indicator.
|
CodegenExpression |
make(CodegenMethodScope parent,
SAIFFInitializeSymbol symbol,
CodegenClassScope classScope) |
String getNodeNumNested()
int getNodeNumFlat()
String getVariableName()
int getStreamNum()
Boolean isGreedy()
List<RowRecogNFAStateForge> getNextStates()
boolean isExprRequiresMultimatchState()
CodegenExpression make(CodegenMethodScope parent, SAIFFInitializeSymbol symbol, CodegenClassScope classScope)
Copyright © 2005–2018. All rights reserved.