Interface ITemplateMethodInfo

All Superinterfaces:
ILocalizableInfo, IMethodInfo
All Known Implementing Classes:
TemplateMethodInfo

public interface ITemplateMethodInfo extends IMethodInfo
Represents the method information that can provide code template.
  • Method Details

    • getCodeTemplate

      String getCodeTemplate()
      Returns the template code snippet for the method.
      Returns:
      the code template in string