Package org.teavm.ast

Class TryCatchStatement


  • public class TryCatchStatement
    extends Statement
    • Constructor Detail

      • TryCatchStatement

        public TryCatchStatement()
    • Method Detail

      • getProtectedBody

        public java.util.List<Statement> getProtectedBody()
      • getHandler

        public java.util.List<Statement> getHandler()
      • getExceptionType

        public java.lang.String getExceptionType()
      • setExceptionType

        public void setExceptionType​(java.lang.String exceptionType)
      • getExceptionVariable

        public java.lang.Integer getExceptionVariable()
      • setExceptionVariable

        public void setExceptionVariable​(java.lang.Integer exceptionVariable)
      • isAsync

        public boolean isAsync()
      • setAsync

        public void setAsync​(boolean async)