public class AmbiguityReport
extends java.lang.Object
This is a report derived from the dk.brics.grammar ambiguity analyzer.
Modifier and Type | Method and Description |
---|---|
void |
check()
Run the checker.
|
java.lang.String |
getAmbiguityReport()
Get the report.
|
boolean |
getCheckSucceeded()
Did the check succeed?
|
boolean |
getReliable()
Is the report reliable?
|
boolean |
getUnambiguous()
Is the grammar unambiguous?
|
public boolean getReliable()
Some grammars cannot be reliably analyzed.
public boolean getUnambiguous()
public boolean getCheckSucceeded()
public java.lang.String getAmbiguityReport()
The report is the text output from the brics analyzer.
public void check()