Class ReturnStatement

All Implemented Interfaces:
NodeMetaDataHandler

public class ReturnStatement extends Statement
A return statement
  • 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