Void
for visitors that do not need to return results.
Void
for visitors that do not need an
additional parameter.
Preview
Language Model preview API.
SimpleTypeVisitorPreview
is a reflective preview API of the Java platform.
Preview features may be removed in a future release,
or upgraded to permanent features of the Java platform.
RELEASE_14
and earlier
language constructs call defaultAction
,
passing their arguments to defaultAction
's corresponding
parameters.
API Note
Methods in this class may be overridden subject to their general contract.
<strong>Expected visitor evolution</strong>
, <strong>Compatibility note for subclasses</strong>
, SimpleTypeVisitor6
, SimpleTypeVisitor7
, SimpleTypeVisitor8
, SimpleTypeVisitor9
, SimpleTypeVisitor14
Access | Constructor and Description |
---|---|
protected | |
protected | SimpleTypeVisitorPreview(R
the value to assign to defaultValue)DEFAULT_VALUE Constructor for concrete subclasses; uses the argument for the default value. |
SimpleTypeVisitorPreview | back to summary |
---|---|
protected SimpleTypeVisitorPreview() Constructor for concrete subclasses; uses |
SimpleTypeVisitorPreview | back to summary |
---|---|
protected SimpleTypeVisitorPreview(R defaultValue) Constructor for concrete subclasses; uses the argument for the default value.
|