|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jdt.internal.compiler.codegen.Label
org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel
public class ExceptionLabel
Field Summary | |
---|---|
int |
count
|
TypeBinding |
exceptionType
|
int[] |
ranges
|
Fields inherited from class org.eclipse.jdt.internal.compiler.codegen.Label |
---|
codeStream, POS_NOT_SET, position |
Constructor Summary | |
---|---|
ExceptionLabel(CodeStream codeStream,
TypeBinding exceptionType)
|
Method Summary | |
---|---|
void |
place()
|
void |
placeEnd()
|
void |
placeStart()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int[] ranges
public int count
public TypeBinding exceptionType
Constructor Detail |
---|
public ExceptionLabel(CodeStream codeStream, TypeBinding exceptionType)
Method Detail |
---|
public void place()
place
in class Label
public void placeEnd()
public void placeStart()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |