| |
|
| java.lang.Object org.apache.harmony.pack200.IcTuple
IcTuple | public class IcTuple (Code) | | |
NESTED_CLASS_FLAG | public static int NESTED_CLASS_FLAG(Code) | | |
innerBreakAtDollar | public String[] innerBreakAtDollar(String className)(Code) | | Break the receiver into components at $ boundaries.
|
isAnonymous | public boolean isAnonymous()(Code) | | |
isMember | public boolean isMember()(Code) | | |
outerClassString | public String outerClassString()(Code) | | Answer the outer class name for the receiver.
This may either be specified or inferred from
inner class name.
String name of outer class |
predicted | public boolean predicted()(Code) | | Answer true if the receiver is predicted;
answer false if the receiver is specified
explicitly in the outer and name fields.
|
simpleClassName | public String simpleClassName()(Code) | | Answer the inner class name for the receiver.
String name of inner class |
thisClassString | public String thisClassString()(Code) | | Answer the full name of the inner class represented
by this tuple (including its outer component)
String full name of inner class |
|
|
|