Interface ExecutableCode

All Superinterfaces:
GenericNode<PLSQLNode>, JjtreeNode<PLSQLNode>, Node, PLSQLNode, Reportable, ScopedNode, TextAvailableNode
All Known Implementing Classes:
ASTMethodDeclaration, ASTProgramUnit, ASTTriggerTimingPointSection, ASTTriggerUnit, ASTTypeMethod

public interface ExecutableCode extends PLSQLNode
Methods required to be considered as an executable piece of code.
  • Method Details

    • getMethodName

      String getMethodName()
      Gets the name of the executable: named thus to match ASTMethodDeclaration.
      Returns:
      a String representing the name of the method