Constructor and Description |
---|
DoABCTag()
Constructor.
|
DoABCTag(long flags,
String name,
byte[] abcData)
Constructor and initializer.
|
Modifier and Type | Method and Description |
---|---|
protected String |
description()
Sub-class can override this method to provide more information when the
tag object is printed out.
|
byte[] |
getABCData()
A block of .abc bytecode to be parsed by the ActionScript 3.0 virtual
machine, up to the end of the tag.
|
long |
getFlags()
A 32-bit flags value, which may contain the following bits set:
kDoABCLazyInitializeFlag = 1 Indicates that the ABC block
should not be executed immediately, but only parsed.
|
String |
getName()
The name assigned to the bytecode.
|
void |
setABCData(byte[] abcData)
Set the ABC bytecode.
|
void |
setFlags(long flags)
Set the flag value.
|
void |
setName(String name)
Set the bytecode's name.
|
getTagType, toString
public DoABCTag()
public DoABCTag(long flags, String name, byte[] abcData)
public long getFlags()
public void setFlags(long flags)
flags
- flag valuepublic String getName()
public void setName(String name)
name
- bytecode's namepublic byte[] getABCData()
public void setABCData(byte[] abcData)
abcData
- bytecodeprotected String description()
Tag
description
in class Tag
Copyright © 2016 The Apache Software Foundation. All rights reserved.