
Public Member Functions | |
| ErrorToken (String str, int i) | |
| boolean | isErrorToken () |
| String | print () |
Definition at line 35 of file ErrorToken.java.
| theoremprover.ErrorToken.ErrorToken | ( | String | str, |
| int | i | ||
| ) | [inline] |
Definition at line 37 of file ErrorToken.java.
| boolean theoremprover.ErrorToken.isErrorToken | ( | ) | [inline] |
Reimplemented from theoremprover.GenericToken.
Definition at line 44 of file ErrorToken.java.
| String theoremprover.ErrorToken.print | ( | ) | [inline] |
Reimplemented from theoremprover.GenericToken.
Definition at line 51 of file ErrorToken.java.