Uses of Class
org.bytedeco.javacpp.tools.Context
Packages that use Context
-
Uses of Context in org.bytedeco.javacpp.tools
Fields in org.bytedeco.javacpp.tools declared as ContextMethods in org.bytedeco.javacpp.tools with parameters of type ContextModifier and TypeMethodDescription(package private) void
Parser.containers
(Context context, DeclarationList declList) (package private) void
Parser.declarations
(Context context, DeclarationList declList) (package private) Declarator
Parser.declarator
(Context context, String defaultName, int infoNumber, boolean useDefaults, int varNumber, boolean arrayAsPointer, boolean pointerAsArray) (package private) boolean
Parser.enumeration
(Context context, DeclarationList declList) (package private) boolean
Parser.extern
(Context context, DeclarationList declList) (package private) boolean
Parser.function
(Context context, DeclarationList declList) (package private) Type
Parser.functionAfter
(Context context, Declaration decl, Declarator dcl, Type type) Parse function declaration or definition after parameters: const, attributes, trailing type, pure virtual functions.(package private) boolean
Parser.group
(Context context, DeclarationList declList) (package private) boolean
Parser.macro
(Context context, DeclarationList declList) (package private) boolean
Parser.namespace
(Context context, DeclarationList declList) private String
Read and return the operator following an operator keyword: any ofnew, delete, + - * / % ^ & | ~ ! = < > += -= *= /= %= ^= &= |= << >> >>= <<= == != <= >= <=>(since C++20) && || ++ -- , ->* -> ( ) [ ]
taking care of template arguments, if any.(package private) Parameters
Parser.parameters
(Context context, int infoNumber, boolean useDefaults) (package private) void
Parser.parse
(Context context, DeclarationList declList, String[] includePath, String include, boolean isCFile) (package private) TemplateMap
(package private) Type[]
Parser.templateArguments
(Context context) (package private) Type
(package private) Type
(package private) boolean
Parser.typedef
(Context context, DeclarationList declList) (package private) boolean
Parser.using
(Context context, DeclarationList declList) (package private) boolean
Parser.variable
(Context context, DeclarationList declList) Constructors in org.bytedeco.javacpp.tools with parameters of type Context