public class CppTypeDescriptor extends Object
CppTypeDescriptor(Type t, String symbol, String cppTypeName)
String
getCppTypeName()
getSymbol()
Type
getType()
void
setCppTypeName(String cppTypeName)
setSymbol(String symbol)
setType(Type type)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CppTypeDescriptor(Type t, String symbol, String cppTypeName)
public String getSymbol()
public void setSymbol(String symbol)
public String getCppTypeName()
public void setCppTypeName(String cppTypeName)
public Type getType()
public void setType(Type type)
Copyright © 2015. All Rights Reserved.