Public Member Functions

antlr.SemanticException Class Reference

Inheritance diagram for antlr.SemanticException:
antlr.RecognitionException antlr.ANTLRException

List of all members.

Public Member Functions

 SemanticException (String s)
 SemanticException (String s, String fileName, int line)
 SemanticException (String s, String fileName, int line, int column)

Constructor & Destructor Documentation

antlr.SemanticException.SemanticException ( String  s  ) 
antlr.SemanticException.SemanticException ( String  s,
String  fileName,
int  line 
)
Deprecated:
As of ANTLR 2.7.2 use {
See also:
SemanticException(char, String, int, int) }
antlr.SemanticException.SemanticException ( String  s,
String  fileName,
int  line,
int  column 
)

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties