|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.transformer.bytecode.statement.StatementBase
railo.transformer.bytecode.statement.tag.TagBase
railo.transformer.bytecode.statement.tag.TagOutput
public final class TagOutput
Field Summary | |
---|---|
static org.objectweb.asm.commons.Method |
ADD_COLLECTION
|
static org.objectweb.asm.commons.Method |
CURRENT
|
static org.objectweb.asm.commons.Method |
FIRST
|
static org.objectweb.asm.commons.Method |
GET_CURRENTROW
|
static org.objectweb.asm.commons.Method |
GET_QUERY
|
static org.objectweb.asm.commons.Method |
GET_RECORDCOUNT
|
static org.objectweb.asm.commons.Method |
IS_VALID
|
static org.objectweb.asm.commons.Method |
LOAD_2
|
static org.objectweb.asm.commons.Method |
LOAD_3
|
static org.objectweb.asm.commons.Method |
LOAD_5
|
static org.objectweb.asm.Type |
NUMBER_ITERATOR
|
static org.objectweb.asm.commons.Method |
RANGE
|
static org.objectweb.asm.commons.Method |
REALEASE
|
static org.objectweb.asm.commons.Method |
REMOVE_COLLECTION
|
static org.objectweb.asm.commons.Method |
RESET
|
static org.objectweb.asm.commons.Method |
SET_CURRENT
|
static int |
TYPE_GROUP
|
static int |
TYPE_INNER_GROUP
|
static int |
TYPE_INNER_QUERY
|
static int |
TYPE_NORMAL
|
static int |
TYPE_QUERY
|
static org.objectweb.asm.Type |
UNDEFINED
|
static org.objectweb.asm.commons.Method |
US
|
Constructor Summary | |
---|---|
TagOutput(int line)
|
|
TagOutput(int sl,
int el)
|
Method Summary | |
---|---|
void |
_writeOut(BytecodeContext bc)
write out the stament to the adater |
int |
getGroup()
returns query of output |
int |
getNumberIterator()
returns numberiterator of output |
static TagOutput |
getParentTagOutputQuery(Statement stat)
|
int |
getQuery()
returns query of output |
boolean |
hasGroup()
returns if output has query |
boolean |
hasNumberIterator()
returns if output has numberiterator |
boolean |
hasQuery()
returns if output has query |
void |
setType(int type)
|
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 |
Methods inherited from class railo.transformer.bytecode.statement.StatementBase |
---|
getDescendantCount, getEndLine, getLine, getParent, getStartLine, hasFlowController, setEndLine, setHasFlowController, setLine, setParent, setStartLine, writeOut |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface railo.transformer.bytecode.statement.tag.Tag |
---|
getEndLine, getStartLine, setEndLine, setStartLine |
Methods inherited from interface railo.transformer.bytecode.Statement |
---|
getLine, getParent, hasFlowController, setHasFlowController, setParent, writeOut |
Field Detail |
---|
public static final int TYPE_QUERY
public static final int TYPE_GROUP
public static final int TYPE_INNER_GROUP
public static final int TYPE_INNER_QUERY
public static final int TYPE_NORMAL
public static final org.objectweb.asm.commons.Method GET_CURRENTROW
public static final org.objectweb.asm.Type UNDEFINED
public static final org.objectweb.asm.commons.Method US
public static final org.objectweb.asm.commons.Method ADD_COLLECTION
public static final org.objectweb.asm.commons.Method REMOVE_COLLECTION
public static final org.objectweb.asm.commons.Method GET_QUERY
public static final org.objectweb.asm.commons.Method GET_RECORDCOUNT
public static final org.objectweb.asm.commons.Method RANGE
public static final org.objectweb.asm.Type NUMBER_ITERATOR
public static final org.objectweb.asm.commons.Method LOAD_3
public static final org.objectweb.asm.commons.Method LOAD_2
public static final org.objectweb.asm.commons.Method LOAD_5
public static final org.objectweb.asm.commons.Method IS_VALID
public static final org.objectweb.asm.commons.Method CURRENT
public static final org.objectweb.asm.commons.Method REALEASE
public static final org.objectweb.asm.commons.Method SET_CURRENT
public static final org.objectweb.asm.commons.Method RESET
public static final org.objectweb.asm.commons.Method FIRST
Constructor Detail |
---|
public TagOutput(int line)
public TagOutput(int sl, int el)
Method Detail |
---|
public static TagOutput getParentTagOutputQuery(Statement stat) throws BytecodeException
BytecodeException
public void setType(int type)
public void _writeOut(BytecodeContext bc) throws BytecodeException
StatementBase
_writeOut
in class TagBase
BytecodeException
railo.transformer.bytecode.statement.tag.TagBase#_writeOut(org.objectweb.asm.commons.GeneratorAdapter)
public int getNumberIterator()
public int getQuery()
public int getGroup()
public boolean hasNumberIterator()
public boolean hasQuery()
public boolean hasGroup()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |