Package org.teavm.ast

Class TryCatchStatement


  • public class TryCatchStatement
    extends Statement
    • Constructor Detail

      • TryCatchStatement

        public TryCatchStatement()
    • Method Detail

      • getExceptionType

        public String getExceptionType()
      • setExceptionType

        public void setExceptionType​(String exceptionType)
      • getExceptionVariable

        public Integer getExceptionVariable()
      • setExceptionVariable

        public void setExceptionVariable​(Integer exceptionVariable)
      • isAsync

        public boolean isAsync()
      • setAsync

        public void setAsync​(boolean async)