public class CheckGrammer
extends java.lang.Object
History:
| Constructor and Description |
|---|
CheckGrammer() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Check(LineObject lineObject,
boolean printFlag,
CheckSt st,
CheckSt catSt,
boolean debugFlag)
Check if the grammer syntax for the input lexical record
|
static LexRecord |
GetLexRecord()
Get the checked lexical record
|
public static boolean Check(LineObject lineObject, boolean printFlag, CheckSt st, CheckSt catSt, 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 category checkingdebugFlag - the flag for print out debug informationpublic static LexRecord GetLexRecord()
Submit a bug or feature
Copyright © 2019 National Library of Medicine