|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GrammarException | |
---|---|
org.irisa.genouest.logol | |
org.irisa.genouest.logol.test | |
org.irisa.genouest.logol.types | |
org.irisa.genouest.logol.utils |
Uses of GrammarException in org.irisa.genouest.logol |
---|
Methods in org.irisa.genouest.logol that throw GrammarException | |
---|---|
static void |
Logol.analyse()
|
Expression |
Expression.getExpressionData(java.lang.String value)
Analyse an expression, and map it in a prolog query and a variable referencing the result |
static void |
Logol.main(java.lang.String[] args)
Entry point of the program |
Uses of GrammarException in org.irisa.genouest.logol.test |
---|
Methods in org.irisa.genouest.logol.test that throw GrammarException | |
---|---|
void |
TestView.testExpression()
|
Uses of GrammarException in org.irisa.genouest.logol.types |
---|
Methods in org.irisa.genouest.logol.types that throw GrammarException | |
---|---|
java.lang.String |
ViewVariable.content(LogolVariable lvar)
Set the prolog content for the view. |
java.lang.String |
Variable.content(LogolVariable lvar)
Return prolog content for the variable definition |
java.lang.String |
RepeatVariable.content(LogolVariable lvar)
Manage repeat like variables |
java.lang.String |
ModelVariable.content(LogolVariable lvar)
Return prolog content for the variable definition |
java.lang.String |
FixedVariable.content(LogolVariable lvar)
Return prolog content for the variable definition |
java.lang.String |
AbstractVariable.externalPredicate(LogolVariable lvar,
boolean allowSpacer,
java.lang.String minSpacer,
java.lang.String maxSpacer)
Call a built-in predicate to search for a specifci pattern |
Uses of GrammarException in org.irisa.genouest.logol.utils |
---|
Methods in org.irisa.genouest.logol.utils that throw GrammarException | |
---|---|
static int |
LogolUtils.countGrammarModels(java.lang.String grammar,
java.lang.String model)
Counts the number of models required to match the sequence |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |