Class ASTBlockStatement

    • Method Detail

      • isAllocation

        public final boolean isAllocation()
        Tells if this BlockStatement is an allocation statement. This is done by
        Returns:
        the result of containsDescendantOfType(ASTAllocationExpression.class)