railo.transformer.bytecode.statement.tag
Class TagOutput
java.lang.Object
railo.transformer.bytecode.statement.StatementBase
railo.transformer.bytecode.statement.tag.TagBase
railo.transformer.bytecode.statement.tag.TagGroup
railo.transformer.bytecode.statement.tag.TagOutput
- All Implemented Interfaces:
- Statement, HasBody, Tag
public final class TagOutput
- extends TagGroup
Methods inherited from class railo.transformer.bytecode.statement.tag.TagGroup |
getGroup, getNumberIterator, getPID, getQuery, hasGroup, hasNumberIterator, hasQuery, setGroup, setNumberIterator, setPID, setQuery |
Methods inherited from class railo.transformer.bytecode.statement.tag.TagBase |
_writeOut, addAttribute, addMetaData, addMissingAttribute, containsAttribute, getAppendix, getAttribute, getAttributes, getBody, getFullname, getMetaData, getMissingAttributes, getTagLibTag, isScriptBase, removeAttribute, setAppendix, setBody, setFullname, setScriptBase, setTagLibTag, toString |
TYPE_QUERY
public static final int TYPE_QUERY
- See Also:
- Constant Field Values
TYPE_GROUP
public static final int TYPE_GROUP
- See Also:
- Constant Field Values
TYPE_INNER_GROUP
public static final int TYPE_INNER_GROUP
- See Also:
- Constant Field Values
TYPE_INNER_QUERY
public static final int TYPE_INNER_QUERY
- See Also:
- Constant Field Values
TYPE_NORMAL
public static final int TYPE_NORMAL
- See Also:
- Constant Field Values
TagOutput
public TagOutput(Position start,
Position end)
getParentTagOutputQuery
public static TagOutput getParentTagOutputQuery(Statement stat)
throws BytecodeException
- Throws:
BytecodeException
setType
public void setType(int type)
_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:
railo.transformer.bytecode.statement.tag.TagBase#_writeOut(org.objectweb.asm.commons.GeneratorAdapter)
getType
public short getType()
- Specified by:
getType
in class TagGroup
getFlowControlFinal
public FlowControlFinal getFlowControlFinal()
- Returns:
- return the label where the finally block of this tags starts, IF there is a finally block, otherwise return null;
Copyright © 2012 Railo