Searched defs:representations (Results 1 - 1 of 1) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynAnyConstructedImpl.java59 byte representations = REPRESENTATION_NONE; field in class:DynAnyConstructedImpl
74 representations = REPRESENTATION_ANY;
85 representations = REPRESENTATION_TYPECODE;
185 representations = REPRESENTATION_NONE;
198 if ((representations & REPRESENTATION_COMPONENTS) == 0) {
199 if ((representations & REPRESENTATION_ANY) != 0) {
201 representations |= REPRESENTATION_COMPONENTS;
205 } else if ((representations & REPRESENTATION_TYPECODE) != 0) {
207 representations |= REPRESENTATION_COMPONENTS;
218 if ((representations
[all...]

Completed in 29 milliseconds