@@ -43,7 +43,8 @@ * Label associated with this break statement. This is null * if there is no label associated with this break statement. * * @return label associated with this break statement. */ + @Override String getLabel(); }