Class Context

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

class Context extends Object
  • Field Details

    • namespace

      String namespace
    • baseType

      String baseType
    • cppName

      String cppName
    • javaName

      String javaName
    • constName

      String constName
    • constBaseName

      String constBaseName
    • immutable

      boolean immutable
    • inaccessible

      boolean inaccessible
    • beanify

      boolean beanify
    • objectify

      boolean objectify
    • upcast

      boolean upcast
    • virtualize

      boolean virtualize
    • variable

      Declarator variable
    • infoMap

      InfoMap infoMap
    • templateMap

      TemplateMap templateMap
    • usingList

      List<String> usingList
    • namespaceMap

      Map<String,String> namespaceMap
  • Constructor Details

    • Context

      Context()
    • Context

      Context(Context c)
  • Method Details

    • qualify

      String[] qualify(String cppName)
      Return all likely combinations of namespaces and template arguments for this C++ type
    • qualify

      String[] qualify(String cppName, String parameters)
      or function, if parameters != null
    • shorten

      String shorten(String javaName)
      Shorten a qualified Java name, given the Context