Uses of Class
org.bytedeco.javacpp.tools.ParserException
Packages that use ParserException
-
Uses of ParserException in org.bytedeco.javacpp.tools
Methods in org.bytedeco.javacpp.tools that throw ParserExceptionModifier and TypeMethodDescription(package private) String
Parser.body()
File[]
Builder.build()
Starts the build process and returns an array ofFile
produced.(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) Token
(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) File[]
CallsParser.parse(File, String[], Class)
after creating an instance of the Class.File[]
File[]
(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)