Annotation Type StackCallParam

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String pattern
      The element matching pattern.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      int stackIndex
      The call parameter to the stackIndex'th object down the stack, where 0 is the top of the stack, 1 the next element down and so on.
    • Element Detail

      • pattern

        String pattern
        The element matching pattern.
        Returns:
        the element matching pattern.
      • stackIndex

        int stackIndex
        The call parameter to the stackIndex'th object down the stack, where 0 is the top of the stack, 1 the next element down and so on.
        Returns:
        the stackIndex'th object down the stack.
        Default:
        0