Void
for visitors that do not need to return results.
Void
for visitors that do not need an
additional parameter.
RELEASE_9
through RELEASE_14
.
For types Xyz
that may have more than one
kind, the visitXyz
methods in this class delegate
to the visitXyzAsKind
method corresponding to the
first argument's kind. The visitXyzAsKind
methods
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>Compatibility note for subclasses</strong>
, TypeKindVisitor6
, TypeKindVisitor7
, TypeKindVisitor8
, TypeKindVisitor14
Access | Constructor and Description |
---|---|
protected | |
protected | TypeKindVisitor9(R
the value to assign to defaultValue)DEFAULT_VALUE Constructor for concrete subclasses to call; uses the argument for the default value. |
Modifier and Type | Method and Description |
---|---|
public R | Returns: the result ofdefaultAction the type to visit t, P a visitor-specified parameter p)Overrides javax. Visits a |
TypeKindVisitor9 | back to summary |
---|---|
protected TypeKindVisitor9() Constructor for concrete subclasses to call; uses |
TypeKindVisitor9 | back to summary |
---|---|
protected TypeKindVisitor9(R defaultValue) Constructor for concrete subclasses to call; uses the argument for the default value.
|
visitNoTypeAsModule | back to summary |
---|---|
public R visitNoTypeAsModule(NoType t, P p) Overrides javax. Doc from javax. Visits a Implementation Specification This implementation calls |