org.eclipse.internal.xpand2.type
Class XpandDefinitionImpl

java.lang.Object
  extended by org.eclipse.internal.xpand2.type.XpandDefinitionImpl

public class XpandDefinitionImpl
extends Object


Constructor Summary
XpandDefinitionImpl(XpandDefinition def, XpandExecutionContext ctx, Object this1, Object[] params)
           
 
Method Summary
 String getName()
           
 List<String> getParamNames()
           
 List<Type> getParamTypes()
           
 Type getTargetType()
           
 void proceed()
           
 void proceed(Object _this, Object... parameters)
           
 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,
                           Object this1,
                           Object[] params)
Method Detail

getName

public String getName()

getTargetType

public Type getTargetType()

getParamTypes

public List<Type> getParamTypes()

getParamNames

public List<String> getParamNames()

proceed

public void proceed()

proceed

public void proceed(Object _this,
                    Object... parameters)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015. All rights reserved.