Package | Description |
---|---|
org.apache.flex.abc.visitors |
This package contains the most basic model of ABC, which uses visitors.
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatingMetadataVisitor
this class just passes all calls through to the delegate - used as a base
class when you want to modify the behavior of some of the methods.
|
class |
NilMetadataVisitor
An IMetadataVisitor that ignores its input as far as possible.
|
Modifier and Type | Field and Description |
---|---|
static IMetadataVisitor |
NilVisitors.NIL_METADATA_VISITOR
Nil
IMetadataVisitor ; |
Modifier and Type | Method and Description |
---|---|
IMetadataVisitor |
NilTraitVisitor.visitMetadata(int count) |
IMetadataVisitor |
ITraitVisitor.visitMetadata(int count)
Visit the trait's metadata.
|
IMetadataVisitor |
DelegatingTraitVisitor.visitMetadata(int count) |
Constructor and Description |
---|
DelegatingMetadataVisitor(IMetadataVisitor delegate) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.