Class ReturnStatement


public class ReturnStatement extends Statement
A return statement
Author:
James Strachan
  • Field Details

    • RETURN_NULL_OR_VOID

      public static final ReturnStatement RETURN_NULL_OR_VOID
      Only used for synthetic return statements emitted by the compiler. For comparisons use isReturningNullOrVoid() instead.
  • Constructor Details

  • Method Details