|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.bcel.generic.Type
org.apache.bcel.generic.ReturnaddressType
jist.runtime.RewriterFlow.WildcardReturnaddressType
private static class RewriterFlow.WildcardReturnaddressType
Utility class to replace BCEL's ReturnaddressType and ignore the return address when checking for type equality for stack merging purposes.
| Field Summary | |
|---|---|
static RewriterFlow.WildcardReturnaddressType |
ANY_TARGET
singleton WildcardReturnaddressType |
| Fields inherited from class org.apache.bcel.generic.ReturnaddressType |
|---|
NO_TARGET |
| Fields inherited from class org.apache.bcel.generic.Type |
|---|
BOOLEAN, BYTE, CHAR, DOUBLE, FLOAT, INT, LONG, NO_ARGS, NULL, OBJECT, SHORT, signature, STRING, STRINGBUFFER, THROWABLE, type, UNKNOWN, VOID |
| Constructor Summary | |
|---|---|
private |
RewriterFlow.WildcardReturnaddressType()
Default, private constructor. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Any WildcardReturnaddressType is equal to any other. |
java.lang.String |
toString()
|
| Methods inherited from class org.apache.bcel.generic.ReturnaddressType |
|---|
getTarget |
| Methods inherited from class org.apache.bcel.generic.Type |
|---|
getArgumentTypes, getMethodSignature, getReturnType, getSignature, getSignature, getSize, getType, getType, getType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final RewriterFlow.WildcardReturnaddressType ANY_TARGET
| Constructor Detail |
|---|
private RewriterFlow.WildcardReturnaddressType()
| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class org.apache.bcel.generic.ReturnaddressTypepublic java.lang.String toString()
toString in class org.apache.bcel.generic.Type
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||