railo.transformer.bytecode.util
Class ASMPropertyImpl
java.lang.Object
railo.transformer.bytecode.util.ASMPropertyImpl
- All Implemented Interfaces:
- ASMProperty
public final class ASMPropertyImpl
- extends Object
- implements ASMProperty
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)
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