com.android.dx.cf.code
Class Merger
java.lang.Object
com.android.dx.cf.code.Merger
public final class Merger
- extends Object
Utility methods to merge various frame information.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Merger
public Merger()
mergeType
public static TypeBearer mergeType(TypeBearer ft1,
TypeBearer ft2)
- Merges two frame types.
- Parameters:
ft1 - non-null; a frame typeft2 - non-null; another frame type
- Returns:
non-null; the result of merging the two types
Copyright © 2013. All Rights Reserved.