Uses of Class
org.bytedeco.javacpp.tools.Declaration
Packages that use Declaration
-
Uses of Declaration in org.bytedeco.javacpp.tools
Subclasses with type arguments of type Declaration in org.bytedeco.javacpp.toolsFields in org.bytedeco.javacpp.tools declared as DeclarationMethods in org.bytedeco.javacpp.tools with parameters of type DeclarationModifier and TypeMethodDescriptionbooleanDeclarationList.add(Declaration decl) booleanDeclarationList.add(Declaration decl, String fullName) (package private) TypeParser.functionAfter(Context context, Declaration decl, Declarator dcl, Type type) Parse function declaration or definition after parameters: const, attributes, trailing type, pure virtual functions.