| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--jellyj.util.TypeCheckError
Field Summary | |
(package private) ErrorMsg | error_d |
(package private) SyntaxTreeNode | node_d |
Constructor Summary | |
TypeCheckError(SyntaxTreeNode node) This constructor is deprecated. | |
TypeCheckError(ErrorMsg error) |
Method Summary | |
String | toString() |
Methods inherited from class java.lang.Throwable |
getMessage, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace |
Methods inherited from class java.lang.Object |
getClass, hashCode, equals, notify, notifyAll, wait, wait, wait |
Field Detail |
ErrorMsg error_d
SyntaxTreeNode node_d
Constructor Detail |
public TypeCheckError(SyntaxTreeNode node)
public TypeCheckError(ErrorMsg error)
Method Detail |
public String toString()
Association Links |
to Class jellyj.syntaxtree.SyntaxTreeNode
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |