jeb.api.ast

Class Monitor

    • Method Detail

      • isEnter

        public boolean isEnter()

        Determine if the monitor is a __monitor_enter or __monitor_exit statement.

        Returns:
        true if "enter", false if "exit"
      • getLock

        public IExpression getLock()

        Retrieve the lock object.

        Returns:
        the lock object, never null
JEB (c) PNF Software, 2013-2014