Class ReturnStatement


  • public class ReturnStatement
    extends Statement
    A return statement
    • Field Detail

      • 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 Detail

      • ReturnStatement

        public ReturnStatement​(Expression expression)