|
LexCheck 2011 Version |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.nih.nlm.nls.lexCheck.Gram.CheckGrammer
public class CheckGrammer
This class provides methods of Grammer check for LexCheck, top level.
History:
| Constructor Summary | |
|---|---|
CheckGrammer()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CheckGrammer()
| Method Detail |
|---|
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 information
public static LexRecord GetLexRecord()
|
LexCheck 2011 Version |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||