private static class Op02WithProcessedDataAndRefs.ExceptionTempStatement extends java.lang.Object implements java.lang.Comparable<Op02WithProcessedDataAndRefs.ExceptionTempStatement>
Modifier and Type | Field and Description |
---|---|
private boolean |
isTry |
private Op02WithProcessedDataAndRefs |
op |
private ExceptionGroup |
triggeringGroup |
Modifier | Constructor and Description |
---|---|
private |
ExceptionTempStatement(ExceptionGroup triggeringGroup,
Op02WithProcessedDataAndRefs op) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Op02WithProcessedDataAndRefs.ExceptionTempStatement other) |
Op02WithProcessedDataAndRefs |
getOp() |
boolean |
isTry() |
java.lang.String |
toString() |
private final ExceptionGroup triggeringGroup
private final Op02WithProcessedDataAndRefs op
private final boolean isTry
private ExceptionTempStatement(ExceptionGroup triggeringGroup, Op02WithProcessedDataAndRefs op)
public Op02WithProcessedDataAndRefs getOp()
public boolean isTry()
public int compareTo(Op02WithProcessedDataAndRefs.ExceptionTempStatement other)
compareTo
in interface java.lang.Comparable<Op02WithProcessedDataAndRefs.ExceptionTempStatement>
public java.lang.String toString()
toString
in class java.lang.Object