public class CheckCatEntry
extends java.lang.Object
History:
| Constructor and Description |
|---|
CheckCatEntry() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Check(LineObject lineObject,
boolean printFlag,
CheckSt st,
CheckSt catSt,
LexRecord lexObj,
int nextState,
boolean debugFlag)
Check the code of the input line.
|
public static boolean Check(LineObject lineObject, boolean printFlag, CheckSt st, CheckSt catSt, LexRecord lexObj, int nextState, boolean debugFlag)
lineObject - the java object of the input lineprintFlag - the flag for print out check resultst - the state of current checkingcatSt - the state of current categorylexObj - the current object of lexical recordnextState - the next state after this checkdebugFlag - the boolean flag of printing out debug informationSubmit a bug or feature
Copyright © 2019 National Library of Medicine