com.sun.tools.xjc.model

Interface CTypeInfo

public interface CTypeInfo extends TypeInfo<NType,NClass>, CCustomizable

TypeInfo at the compile-time. Either CClassInfo, CBuiltinLeafInfo, or CElementInfo.
Method Summary
JTypetoType(Outline o, Aspect aspect)
Returns the JClass that represents the class being bound, under the given Outline.

Method Detail

toType

public JType toType(Outline o, Aspect aspect)
Returns the JClass that represents the class being bound, under the given Outline.

See Also: NType