41package com.jogamp.gluegen;
46 private final String name;
47 private final int pointerDepth;
53 this.pointerDepth = pointerDepth;
54 this.javaType = javaType;
65 final StringBuilder buf =
new StringBuilder(
"TypeInfo: ");
67 buf.append(
" pointerDepth ");
68 buf.append(pointerDepth);
70 return buf.toString();
Describes a java-side representation of a type that is used to represent the same data on both the Ja...
Utility class for handling Opaque directives for JavaEmitter.
TypeInfo(final String name, final int pointerDepth, final JavaType javaType)
void setNext(final TypeInfo info)