Class ASTGuardedPattern

    • Method Detail

      • getPattern

        public ASTPattern getPattern()
        Deprecated.
      • getGuard

        public JavaNode getGuard()
        Deprecated.
      • getParenthesisDepth

        @Experimental
        public int getParenthesisDepth()
        Deprecated.
        Description copied from interface: ASTPattern
        Returns the number of parenthesis levels around this pattern. If this method returns 0, then no parentheses are present.
        Specified by:
        getParenthesisDepth in interface ASTPattern