org.openarchitectureware.xpand2.type
Class XpandDefinitionImpl

java.lang.Object
  extended by org.openarchitectureware.xpand2.type.XpandDefinitionImpl

public class XpandDefinitionImpl
extends java.lang.Object


Constructor Summary
XpandDefinitionImpl(XpandDefinition def, XpandExecutionContext ctx)
           
 
Method Summary
 java.lang.String getName()
           
 java.util.List<java.lang.String> getParamNames()
           
 java.util.List<Type> getParamTypes()
           
 Type getTargetType()
           
 void proceed()
           
 void proceed(java.lang.Object target, java.util.List<?> list)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XpandDefinitionImpl

public XpandDefinitionImpl(XpandDefinition def,
                           XpandExecutionContext ctx)
Method Detail

getName

public java.lang.String getName()

getTargetType

public Type getTargetType()

getParamTypes

public java.util.List<Type> getParamTypes()

getParamNames

public java.util.List<java.lang.String> getParamNames()

proceed

public void proceed()

proceed

public void proceed(java.lang.Object target,
                    java.util.List<?> list)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object