jif.types
Class GotoPath_c
java.lang.Object
jif.types.GotoPath_c
- All Implemented Interfaces:
- Path
- public class GotoPath_c
- extends java.lang.Object
- implements Path
The control flow path derived from GOTO like statements.
Jif only has two GOTO like statements: break
and continue
| Fields inherited from interface jif.types.Path |
N, NV, R, RV |
|
Constructor Summary |
GotoPath_c(polyglot.ast.Branch.Kind kind,
java.lang.String label)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
GotoPath_c
public GotoPath_c(polyglot.ast.Branch.Kind kind,
java.lang.String label)
toString
public java.lang.String toString()
equals
public boolean equals(java.lang.Object o)
hashCode
public int hashCode()