Void
for visitors that do not need to return results.
Void
for visitors that do not need an additional parameter.
RELEASE_8
source version.
Visit methods corresponding to RELEASE_8
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.
SimpleElementVisitor6
, SimpleElementVisitor7
, SimpleElementVisitor9
, SimpleElementVisitor14
Access | Constructor and Description |
---|---|
protected | |
protected | SimpleElementVisitor8(R
the value to assign to defaultValue)DEFAULT_VALUE Constructor for concrete subclasses; uses the argument for the default value. |
SimpleElementVisitor8 | back to summary |
---|---|
protected SimpleElementVisitor8() Constructor for concrete subclasses; uses
|
SimpleElementVisitor8 | back to summary |
---|---|
protected SimpleElementVisitor8(R defaultValue) Constructor for concrete subclasses; uses the argument for the default value.
|