Package | Description |
---|---|
org.apache.flex.abc |
This package and its subpackages contain a support library
for manipulating ActionScript bytecode (ABC).
|
org.apache.flex.abc.visitors |
This package contains the most basic model of ABC, which uses visitors.
|
org.apache.flex.compiler.internal.abc |
Modifier and Type | Method and Description |
---|---|
IMethodVisitor |
PoolingABCVisitor.visitMethod(MethodInfo minfo) |
IMethodVisitor |
ABCEmitter.visitMethod(MethodInfo minfo) |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingMethodVisitor
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 |
NilMethodVisitor
An IMethodVisitor that ignores its input as far as possible.
|
Modifier and Type | Field and Description |
---|---|
static IMethodVisitor |
NilVisitors.NIL_METHOD_VISITOR
Nil
IMethodVisitor . |
Modifier and Type | Method and Description |
---|---|
IMethodVisitor |
NilABCVisitor.visitMethod(MethodInfo minfo) |
IMethodVisitor |
IABCVisitor.visitMethod(MethodInfo minfo)
Visit a method.
|
IMethodVisitor |
DelegatingABCVisitor.visitMethod(MethodInfo minfo) |
Constructor and Description |
---|
DelegatingMethodVisitor(IMethodVisitor delegate) |
Modifier and Type | Method and Description |
---|---|
IMethodVisitor |
ABCScopeBuilder.visitMethod(MethodInfo minfo) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.