public class ExceptionGroup.Entry extends Object implements ComparableUnderEC
Constructor and Description |
---|
Entry(ExceptionTableEntry entry) |
Modifier and Type | Method and Description |
---|---|
boolean |
equivalentUnder(Object o,
EquivalenceConstraint constraint) |
int |
getBytecodeIndexHandler() |
int |
getBytecodeIndexTo() |
JavaRefTypeInstance |
getCatchType() |
ExceptionGroup |
getExceptionGroup() |
ExceptionGroup.ExtenderKey |
getExtenderKey() |
int |
getPriority() |
BlockIdentifier |
getTryBlockIdentifier() |
boolean |
isJustThrowable() |
String |
toString() |
public Entry(ExceptionTableEntry entry)
public int getBytecodeIndexTo()
public int getBytecodeIndexHandler()
public boolean isJustThrowable()
public int getPriority()
public JavaRefTypeInstance getCatchType()
public ExceptionGroup getExceptionGroup()
public BlockIdentifier getTryBlockIdentifier()
public boolean equivalentUnder(Object o, EquivalenceConstraint constraint)
equivalentUnder
in interface ComparableUnderEC
public ExceptionGroup.ExtenderKey getExtenderKey()
Copyright © 2011-2021. All Rights Reserved.