Package | Description |
---|---|
org.apache.flex.abc |
This package and its subpackages contain a support library
for manipulating ActionScript bytecode (ABC).
|
Modifier and Type | Method and Description |
---|---|
Pool<Double> |
PoolingABCVisitor.getDoublePool()
double pool, has default zero entry.
|
Pool<Integer> |
PoolingABCVisitor.getIntPool()
int pool, has default zero entry.
|
Pool<Metadata> |
PoolingABCVisitor.getMetadataPool()
metadata pool, does not have default zero entry.
|
Pool<Name> |
PoolingABCVisitor.getNamePool()
Name pool, has default zero entry.
|
Pool<Namespace> |
PoolingABCVisitor.getNsPool()
namespace pool, has default zero entry.
|
Pool<Nsset> |
PoolingABCVisitor.getNssetPool()
namespace set pool, has default zero entry.
|
Pool<String> |
PoolingABCVisitor.getStringPool()
String pool, has default zero entry.
|
Pool<Long> |
PoolingABCVisitor.getUintPool()
uint pool, has default zero entry.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.