Package org.luwrain.inlandes
Class Inlandes
java.lang.Object
org.luwrain.inlandes.Inlandes
- All Implemented Interfaces:
AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidclose()getRule(int index) intintvoidvoidloadRulesFromFile(String fileName) voidloadRulesFromFile(String fileName, String charset) voidToken[]Token[]
-
Constructor Details
-
Inlandes
-
Inlandes
public Inlandes()
-
-
Method Details
-
process
-
process
-
addDict
-
loadStandardLibrary
public void loadStandardLibrary() -
loadRules
-
loadRulesFromFile
- Throws:
IOException
-
loadRulesFromFile
- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-
getStageCount
public int getStageCount() -
getRuleCount
public int getRuleCount() -
getRule
-