Class TemplateMethodInfo

java.lang.Object
org.eclipse.birt.report.model.api.scripts.MethodInfo
org.eclipse.birt.report.model.api.scripts.TemplateMethodInfo
All Implemented Interfaces:
ILocalizableInfo, IMethodInfo, ITemplateMethodInfo

public class TemplateMethodInfo extends MethodInfo implements ITemplateMethodInfo
Represents the method information that can provide code snippet as the template.
  • Constructor Details

    • TemplateMethodInfo

      public TemplateMethodInfo(Method method)
      Default constructor.
      Parameters:
      method -
  • Method Details