|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Attribute in railo.transformer.bytecode.statement.tag |
---|
Methods in railo.transformer.bytecode.statement.tag that return Attribute | |
---|---|
Attribute |
Tag.getAttribute(String name)
returns a specified attribute from the tag |
Attribute |
TagBase.getAttribute(String name)
|
Attribute |
Tag.removeAttribute(String name)
returns a specified attribute from the tag |
Attribute |
TagBase.removeAttribute(String name)
|
Methods in railo.transformer.bytecode.statement.tag that return types with arguments of type Attribute | |
---|---|
Map<String,Attribute> |
Tag.getMetaData()
|
Map<String,Attribute> |
TagBase.getMetaData()
|
Methods in railo.transformer.bytecode.statement.tag with parameters of type Attribute | |
---|---|
void |
Tag.addAttribute(Attribute attribute)
adds a attribute to the tag |
void |
TagBase.addAttribute(Attribute attribute)
|
void |
Tag.addMetaData(Attribute metadata)
|
void |
TagBase.addMetaData(Attribute metadata)
|
Uses of Attribute in railo.transformer.bytecode.statement.udf |
---|
Methods in railo.transformer.bytecode.statement.udf with parameters of type Attribute | |
---|---|
void |
Function.addAttribute(Attribute attr)
|
Method parameters in railo.transformer.bytecode.statement.udf with type arguments of type Attribute | |
---|---|
void |
Function.setMetaData(Map<String,Attribute> metadata)
|
Uses of Attribute in railo.transformer.bytecode.util |
---|
Methods in railo.transformer.bytecode.util with parameters of type Attribute | |
---|---|
static boolean |
ASMUtil.isLiteralAttribute(Tag tag,
Attribute attr,
short type,
boolean required,
boolean throwWhenNot)
|
static Boolean |
ASMUtil.toBoolean(Attribute attr,
int line,
Boolean defaultValue)
|
static Boolean |
ASMUtil.toBoolean(Attribute attr,
Position start)
|
Uses of Attribute in railo.transformer.cfml.script |
---|
Methods in railo.transformer.cfml.script that return Attribute | |
---|---|
Attribute |
DocComment.getHintAsAttribute()
|
Methods in railo.transformer.cfml.script that return types with arguments of type Attribute | |
---|---|
Map<String,Attribute> |
DocComment.getParams()
|
Methods in railo.transformer.cfml.script with parameters of type Attribute | |
---|---|
void |
DocComment.addParam(Attribute attribute)
|
Uses of Attribute in railo.transformer.library.tag |
---|
Methods in railo.transformer.library.tag with parameters of type Attribute | |
---|---|
String |
TagLibTag.getSetter(Attribute attr,
org.objectweb.asm.Type type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |