Interface ISemanticError
-
- All Known Implementing Classes:
RedeclaredSymbol
,SemanticError
,SymbolTypeMismatch
,UndeclaredSymbol
,UndefinedPrimitive
,UndefinedProductionRuleItem
,UnrecognizedStructure
,UnsupportedParameterType
public interface ISemanticError
Base interface to be supported by all object describing semantic errors in the specification detected by the translator.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getMessage()
-