org.apache.tapestry5.internal.services
Class ConstructorArg

java.lang.Object
  extended by org.apache.tapestry5.internal.services.ConstructorArg

public class ConstructorArg
extends Object

Stores transformation type data about one argument to a class constructor. Used with InternalClassTransformation.


Method Summary
 javassist.CtClass getType()
           
 Object getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getType

public javassist.CtClass getType()

getValue

public Object getValue()


Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.