com.cedarsoft.codegen
Class ConstructorCallInfo

java.lang.Object
  extended by com.cedarsoft.codegen.ConstructorCallInfo

public class ConstructorCallInfo
extends Object


Constructor Summary
ConstructorCallInfo(com.sun.mirror.declaration.ConstructorDeclaration constructorDeclaration, int index, com.sun.mirror.declaration.ParameterDeclaration parameterDeclaration)
           
 
Method Summary
 com.sun.mirror.declaration.ConstructorDeclaration getConstructorDeclaration()
           
 int getIndex()
           
 com.sun.mirror.declaration.ParameterDeclaration getParameterDeclaration()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConstructorCallInfo

public ConstructorCallInfo(@NotNull
                           com.sun.mirror.declaration.ConstructorDeclaration constructorDeclaration,
                           int index,
                           @NotNull
                           com.sun.mirror.declaration.ParameterDeclaration parameterDeclaration)
Method Detail

getConstructorDeclaration

@NotNull
public com.sun.mirror.declaration.ConstructorDeclaration getConstructorDeclaration()

getIndex

public int getIndex()

getParameterDeclaration

@NotNull
public com.sun.mirror.declaration.ParameterDeclaration getParameterDeclaration()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 cedarsoft GmbH. All Rights Reserved.