Piethon  1.0
A Python-like interpreter using flex and bison.
Public Member Functions | List of all members
UnknownType Class Reference

#include <exception.h>

Inheritance diagram for UnknownType:
Inheritance graph
Collaboration diagram for UnknownType:
Collaboration graph

Public Member Functions

 UnknownType ()
 
- Public Member Functions inherited from ParseException
virtual int getLineNumber () const
 
virtual const char * what () const throw ()
 

Additional Inherited Members

- Protected Member Functions inherited from ParseException
 ParseException (const char *m)
 
- Protected Attributes inherited from ParseException
const char * msg
 
int lineNumber
 

Detailed Description

Definition at line 38 of file exception.h.

Constructor & Destructor Documentation

◆ UnknownType()

UnknownType::UnknownType ( )
inline

Definition at line 40 of file exception.h.

40 : ParseException("operand has unknown type") { }
ParseException(const char *m)
Definition: exception.h:14

The documentation for this class was generated from the following file: