Class CFacadeFieldDescGenerator


  • public class CFacadeFieldDescGenerator
    extends FieldVisitor
    • Constructor Detail

      • CFacadeFieldDescGenerator

        protected CFacadeFieldDescGenerator​(ClassGenerator classGenerator)
    • Method Detail

      • visitArray

        protected void visitArray​(long offset32,
                                  long offset64,
                                  CField field,
                                  JavaType jtype)
                           throws java.io.IOException
        Specified by:
        visitArray in class FieldVisitor
        Throws:
        java.io.IOException
      • visitPointer

        protected void visitPointer​(long offset32,
                                    long offset64,
                                    CField field,
                                    JavaType jtype)
                             throws java.io.IOException
        Specified by:
        visitPointer in class FieldVisitor
        Throws:
        java.io.IOException
      • visitScalar

        protected void visitScalar​(long offset32,
                                   long offset64,
                                   CField field,
                                   JavaType jtype)
                            throws java.io.IOException
        Specified by:
        visitScalar in class FieldVisitor
        Throws:
        java.io.IOException
      • visitStruct

        protected void visitStruct​(long offset32,
                                   long offset64,
                                   CField field,
                                   JavaType jtype)
                            throws java.io.IOException
        Specified by:
        visitStruct in class FieldVisitor
        Throws:
        java.io.IOException