railo.transformer.bytecode.statement.tag
Class Attribute

java.lang.Object
  extended by railo.transformer.bytecode.statement.tag.Attribute

public final class Attribute
extends Object


Constructor Summary
Attribute(boolean dynamicType, String name, Expression value, String type)
           
 
Method Summary
 String getName()
           
 String getType()
           
 Expression getValue()
           
 boolean isDynamicType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Attribute

public Attribute(boolean dynamicType,
                 String name,
                 Expression value,
                 String type)
Method Detail

getName

public String getName()
Returns:
the name

getValue

public Expression getValue()
Returns:
the value

getType

public String getType()
Returns:
the type

isDynamicType

public boolean isDynamicType()
Returns:
the dynamicType

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Railo