Uses of Class
org.eclipse.actf.validation.core.TargetArgument

Packages that use TargetArgument
org.eclipse.actf.validation.core   
 

Uses of TargetArgument in org.eclipse.actf.validation.core
 

Fields in org.eclipse.actf.validation.core declared as TargetArgument
protected  TargetArgument[] MethodExecutionPointTarget.arguments
           
 

Methods in org.eclipse.actf.validation.core that return TargetArgument
 TargetArgument[] MethodExecutionPointTarget.getArguments()
           
 

Methods in org.eclipse.actf.validation.core with parameters of type TargetArgument
 void MethodExecutionPointTarget.setArguments(TargetArgument[] arguments)
           
 

Constructors in org.eclipse.actf.validation.core with parameters of type TargetArgument
MethodExecutionPointTarget(String targetClassName, String methodName, TargetArgument[] arguments, boolean polymorphic)
          create a descriptor for a method execution point.