| de.uka.ilkd.key.parser.jml.NotSupportedExpressionException
NotSupportedExpressionException | public class NotSupportedExpressionException extends antlr.RecognitionException (Code) | | |
Method Summary | |
public boolean | canBeIgnored() True if ignoring the unsupported expression doesn't change the semantics
of the affected specification. | public String | expression() |
NotSupportedExpressionException | public NotSupportedExpressionException(String s)(Code) | | |
NotSupportedExpressionException | public NotSupportedExpressionException(String s, boolean canBeIgnored)(Code) | | |
canBeIgnored | public boolean canBeIgnored()(Code) | | True if ignoring the unsupported expression doesn't change the semantics
of the affected specification.
|
|
|