/*PLEASE DO NOT EDIT THIS CODE*/
/*This code was generated using the UMPLE 1.29.1.4260.b21abf3a3 modeling language!*/



// line 1 "InnerStatic.ump"
// line 12 "InnerStatic.ump"
public class AroundClass
{

  //------------------------
  // MEMBER VARIABLES
  //------------------------

  //------------------------
  // CONSTRUCTOR
  //------------------------

  public AroundClass()
  {}

  //------------------------
  // INTERFACE
  //------------------------

  public void delete()
  {}

  // line 4 "InnerStatic.ump"
   static  void doSomeThing(){
    // line 16 "InnerStatic.ump"
    // code before around.
     if (true) { 
           
    int x; int a;
      boolean flag = false;
      Label1: x = 0;
      Label2: a = 0;
      flag = true;
    
     }  
         // code after around.
    // END OF UMPLE AROUND INJECTION
  }

}
