JBoss Reflection 2.2.1.SP1

org.jboss.reflect.plugins.javassist.expr
Interface ConstructorCall

All Superinterfaces:
Expression, MethodCall

public interface ConstructorCall
extends MethodCall

An Expression.

Version:
$Revision: 1.1 $
Author:
Stale W. Pedersen

Method Summary
 MutableConstructorInfo getConstructor()
          Returns the called constructor.
 
Methods inherited from interface org.jboss.reflect.plugins.javassist.expr.MethodCall
getClassName, getMethod, getMethodName, getSignatue, isSuper, replace
 
Methods inherited from interface org.jboss.reflect.plugins.javassist.expr.Expression
getFileName, getLineNumber, indexOfBytecode, mayThrow, replace, whereConstructor, whereMethod
 

Method Detail

getConstructor

MutableConstructorInfo getConstructor()
                                      throws NotFoundException
Returns the called constructor.

Returns:
the called constructor
Throws:
NotFoundException

JBoss Reflection 2.2.1.SP1

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.