net.sf.farrago.catalog.codegen
Class ProxyGen.CppTypeInfo
java.lang.Object
net.sf.farrago.catalog.codegen.ProxyGen.CppTypeInfo
- Enclosing class:
- ProxyGen
private static class ProxyGen.CppTypeInfo
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cppTypeName
public final String cppTypeName
isPrimitive
public final boolean isPrimitive
boxingHelperMethod
public final String boxingHelperMethod
unboxingHelperMethod
public final String unboxingHelperMethod
ProxyGen.CppTypeInfo
protected ProxyGen.CppTypeInfo(String cppTypeName)
ProxyGen.CppTypeInfo
protected ProxyGen.CppTypeInfo(String cppTypeName,
String boxingHelperMethod,
String unboxingHelperMethod)