org.eclipse.xpand2
Class XpandExecutionContextImpl.DefinitionOperationAdapter

java.lang.Object
  extended by org.eclipse.xpand2.XpandExecutionContextImpl.DefinitionOperationAdapter
Enclosing class:
XpandExecutionContextImpl

public class XpandExecutionContextImpl.DefinitionOperationAdapter
extends java.lang.Object


Field Summary
 org.eclipse.internal.xpand2.model.XpandDefinition def
           
 
Constructor Summary
XpandExecutionContextImpl.DefinitionOperationAdapter(org.eclipse.internal.xpand2.model.XpandDefinition def, java.lang.String name, Type owner, java.util.List<Type> paramTypes)
           
 
Method Summary
 java.lang.Object evaluate(java.lang.Object target, java.lang.Object[] params)
           
 java.lang.String getDocumentation()
           
 java.lang.String getName()
           
 Type getOwner()
           
 java.util.List<Type> getParameterTypes()
           
 Type getReturnType()
           
 Type getReturnType(Type targetType, Type[] paramTpes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

def

public org.eclipse.internal.xpand2.model.XpandDefinition def
Constructor Detail

XpandExecutionContextImpl.DefinitionOperationAdapter

public XpandExecutionContextImpl.DefinitionOperationAdapter(org.eclipse.internal.xpand2.model.XpandDefinition def,
                                                            java.lang.String name,
                                                            Type owner,
                                                            java.util.List<Type> paramTypes)
Method Detail

getName

public java.lang.String getName()

getReturnType

public Type getReturnType()

getOwner

public Type getOwner()

getParameterTypes

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

evaluate

public java.lang.Object evaluate(java.lang.Object target,
                                 java.lang.Object[] params)

getDocumentation

public java.lang.String getDocumentation()

getReturnType

public Type getReturnType(Type targetType,
                          Type[] paramTpes)

Copyright 2007 committers of openArchitectureWare and others.
All Rights Reserved.