JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
com.oracle.truffle.api.dsl
Annotation Type GenerateNodeFactory
@Retention
(
value
=
CLASS
)
@Target
(
value
=
TYPE
) public @interface
GenerateNodeFactory
Annotate nodes or base classes of nodes to generate factory handlers implementing the
NodeFactory
interface. The generated factory handlers class name starts with the source original class and ends with 'Factory'.
Since:
0.8 or earlier
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Field |
Required |
Optional
Detail:
Field |
Element