Package | Description |
---|---|
org.jboss.com.sun.corba.se.impl.corba | |
org.jboss.com.sun.corba.se.impl.encoding | |
org.jboss.com.sun.corba.se.spi.orb |
Modifier and Type | Method and Description |
---|---|
protected static TypeCodeImpl |
TypeCodeImpl.convertToNative(ORB orb,
TypeCode tc) |
TypeCodeImpl |
TypeCodeFactory.getTypeCode(String id) |
TypeCodeImpl |
TypeCodeFactory.getTypeCodeForClass(Class<?> c) |
Modifier and Type | Method and Description |
---|---|
void |
TypeCodeFactory.setTypeCode(String id,
TypeCodeImpl code) |
void |
TypeCodeFactory.setTypeCodeForClass(Class<?> c,
TypeCodeImpl tcimpl) |
static void |
TypeCodeImplHelper.write(OutputStream ostream,
TypeCodeImpl value) |
Modifier and Type | Method and Description |
---|---|
TypeCodeImpl |
WrapperInputStream.getTypeCodeAtPosition(int position) |
TypeCodeImpl |
TypeCodeReader.getTypeCodeAtPosition(int position) |
TypeCodeImpl |
TypeCodeInputStream.getTypeCodeAtPosition(int position) |
Modifier and Type | Method and Description |
---|---|
void |
WrapperInputStream.addTypeCodeAtPosition(TypeCodeImpl tc,
int position) |
void |
TypeCodeReader.addTypeCodeAtPosition(TypeCodeImpl tc,
int position) |
void |
TypeCodeInputStream.addTypeCodeAtPosition(TypeCodeImpl tc,
int position) |
Modifier and Type | Method and Description |
---|---|
TypeCodeImpl |
ORB.get_primitive_tc(int kind) |
TypeCodeImpl |
ORB.getTypeCode(String id) |
Modifier and Type | Method and Description |
---|---|
void |
ORB.setTypeCode(String id,
TypeCodeImpl code) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.