jif.types
Class ExceptionPath_c

java.lang.Object
  extended by jif.types.ExceptionPath_c
All Implemented Interfaces:
ExceptionPath, Path

public class ExceptionPath_c
extends java.lang.Object
implements ExceptionPath

An implementation of the ExceptionPath interface.


Nested Class Summary
 
Nested classes/interfaces inherited from interface jif.types.Path
Path.FixedPath
 
Field Summary
 
Fields inherited from interface jif.types.Path
N, NV, R
 
Constructor Summary
ExceptionPath_c(polyglot.types.Type type)
           
 
Method Summary
 boolean equalsImpl(polyglot.types.TypeObject o)
           
 polyglot.types.Type exception()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExceptionPath_c

public ExceptionPath_c(polyglot.types.Type type)
Method Detail

exception

public polyglot.types.Type exception()
Specified by:
exception in interface ExceptionPath

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equalsImpl

public boolean equalsImpl(polyglot.types.TypeObject o)

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object