railo.transformer.bytecode.statement.tag
Class TagThread
java.lang.Object
railo.transformer.bytecode.statement.StatementBase
railo.transformer.bytecode.statement.tag.TagBase
railo.transformer.bytecode.statement.tag.TagBaseNoFinal
railo.transformer.bytecode.statement.tag.TagThread
- All Implemented Interfaces:
- Statement, HasBody, Tag
public final class TagThread
- extends TagBaseNoFinal
Field Summary |
static org.objectweb.asm.Type |
THREAD_TAG
|
Methods inherited from class railo.transformer.bytecode.statement.tag.TagBase |
_writeOut, addAttribute, addMetaData, addMissingAttribute, containsAttribute, getAppendix, getAttribute, getAttributes, getFullname, getMetaData, getMissingAttributes, getTagLibTag, isScriptBase, removeAttribute, setAppendix, setBody, setFullname, setScriptBase, setTagLibTag, toString |
THREAD_TAG
public static final org.objectweb.asm.Type THREAD_TAG
TagThread
public TagThread(Position start,
Position end)
_writeOut
public void _writeOut(BytecodeContext bc)
throws BytecodeException
- Description copied from class:
StatementBase
- write out the stament to the adater
- Overrides:
_writeOut
in class TagBase
- Throws:
BytecodeException
- See Also:
TagBase._writeOut(railo.transformer.bytecode.BytecodeContext)
getBody
public Body getBody()
- Description copied from interface:
Tag
- returns the body of the tag
- Specified by:
getBody
in interface HasBody
- Specified by:
getBody
in interface Tag
- Overrides:
getBody
in class TagBase
- Returns:
- body of the tag
- See Also:
TagBase.getBody()
getRealBody
public Body getRealBody()
Copyright © 2012 Railo