|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attribute | |
---|---|
railo.transformer.bytecode.statement | |
railo.transformer.bytecode.statement.tag | |
railo.transformer.bytecode.util | |
railo.transformer.cfml.script | |
railo.transformer.library.tag |
Uses of Attribute in railo.transformer.bytecode.statement |
---|
Methods in railo.transformer.bytecode.statement with parameters of type Attribute | |
---|---|
void |
Function.addAttribute(Attribute attr)
|
Method parameters in railo.transformer.bytecode.statement with type arguments of type Attribute | |
---|---|
void |
Function.setMetaData(Map<String,Attribute> metadata)
|
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.util |
---|
Methods in railo.transformer.bytecode.util with parameters of type Attribute | |
---|---|
static Boolean |
ASMUtil.toBoolean(Attribute attr,
int line)
|
static Boolean |
ASMUtil.toBoolean(Attribute attr,
int line,
Boolean defaultValue)
|
Uses of Attribute in railo.transformer.cfml.script |
---|
Methods in railo.transformer.cfml.script that return Attribute | |
---|---|
Attribute[] |
CFMLScriptTransformer.attributes(Tag tag,
TagLibTag tlt,
CFMLExprTransformer.Data data,
CFMLScriptTransformer.EndCondition endCond,
Expression defaultValue,
Object oAllowExpression,
String ignoreAttrReqFor,
boolean allowTwiceAttr)
|
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 |