railo.transformer.bytecode.util
Class ASMPropertyImpl

java.lang.Object
  extended by railo.transformer.bytecode.util.ASMPropertyImpl
All Implemented Interfaces:
ASMProperty

public final class ASMPropertyImpl
extends Object
implements ASMProperty


Constructor Summary
ASMPropertyImpl(Class type, String name)
           
ASMPropertyImpl(String type, String name)
           
ASMPropertyImpl(org.objectweb.asm.Type type, String name)
           
 
Method Summary
 org.objectweb.asm.Type getASMType()
           
 Class getClazz()
           
 String getName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASMPropertyImpl

public ASMPropertyImpl(Class type,
                       String name)

ASMPropertyImpl

public ASMPropertyImpl(String type,
                       String name)
                throws PageException
Throws:
PageException

ASMPropertyImpl

public ASMPropertyImpl(org.objectweb.asm.Type type,
                       String name)
Method Detail

getName

public String getName()
Specified by:
getName in interface ASMProperty
Returns:
the name

getASMType

public org.objectweb.asm.Type getASMType()
Specified by:
getASMType in interface ASMProperty
Returns:
the type

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()

getClazz

public Class getClazz()
Specified by:
getClazz in interface ASMProperty
Returns:
the clazz


Copyright © 2012 Railo