Class Declaration

java.lang.Object
org.bytedeco.javacpp.tools.Declaration

class Declaration extends Object
  • Field Details

    • type

      Type type
    • declarator

      Declarator declarator
    • abstractMember

      boolean abstractMember
    • constMember

      boolean constMember
    • inaccessible

      boolean inaccessible
    • incomplete

      boolean incomplete
    • function

      boolean function
    • variable

      boolean variable
    • comment

      boolean comment
    • custom

      boolean custom
    • signature

      String signature
    • text

      String text
  • Constructor Details

    • Declaration

      Declaration()
  • Method Details