JavaScript is disabled on your browser.
This specification is not final and is subject to change. Use is subject to
license terms
.
Skip navigation links
Java SE 19 & JDK 19
DRAFT 19-panama+1-13
Overview
Module
Package
Class
Use
Tree
Preview
New
Deprecated
Index
Help
SEARCH:
Uses of Package
jdk.incubator.jextract
Packages that use
jdk.incubator.jextract
Package
Description
jdk.incubator.jextract
Classes in
jdk.incubator.jextract
used by
jdk.incubator.jextract
Class
Description
Declaration
Instances of this class are used to model declaration elements in the foreign language.
Declaration.Constant
A constant value declaration.
Declaration.Function
A function declaration.
Declaration.Scoped
A scoped declaration is a container for one or more nested declarations.
Declaration.Scoped.Kind
The scoped declaration kind.
Declaration.Typedef
A typedef declaration
Declaration.Variable
A variable declaration.
Declaration.Variable.Kind
The variable declaration kind.
Declaration.Visitor
Declaration visitor interface.
Position
Instances of this class model are used to model source code positions.
Type
Instances of this class are used to model types in the foreign language.
Type.Array
An array type.
Type.Array.Kind
The array type kind.
Type.Declared
Instances of this class are used to model types which are associated to a declaration in the foreign language (see
Declaration
).
Type.Delegated
A delegated type is used to model a type which contains an indirection to some other underlying type.
Type.Delegated.Kind
The delegated type kind.
Type.Function
A function type.
Type.Primitive
A primitive type.
Type.Primitive.Kind
The primitive type kind.
Type.Visitor
Type visitor interface.