Class TryData


  • public final class TryData
    extends java.lang.Object
    WARNING: The contents of this source file are not part of any supported API. Code that depends on them does so at its own risk: they are subject to change or removal without notice.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.Vector<CatchData> catches  
      (package private) Label endLabel  
    • Constructor Summary

      Constructors 
      Constructor Description
      TryData()  
    • Constructor Detail

      • TryData

        public TryData()
    • Method Detail

      • add

        public CatchData add​(java.lang.Object type)
        Add a label
      • getCatch

        public CatchData getCatch​(int n)
        Get a label
      • getEndLabel

        public Label getEndLabel()
        Get the default label