ConversionTool.ctxt 755B

123456789101112131415161718192021222324
  1. #BlueJ class context
  2. comment0.target=ConversionTool
  3. comment1.params=args
  4. comment1.target=void\ main(java.lang.String[])
  5. comment10.params=value
  6. comment10.target=boolean\ checkNegative(float)
  7. comment2.params=centimeters
  8. comment2.target=float\ CentimetersToInches(float)
  9. comment3.params=inches
  10. comment3.target=float\ InchesToCentimeters(float)
  11. comment4.params=feet
  12. comment4.target=float\ FeetToMeters(float)
  13. comment5.params=meters
  14. comment5.target=float\ MetersToFeet(float)
  15. comment6.params=celsius
  16. comment6.target=float\ CelsiusToFahrenheit(float)
  17. comment7.params=fahrenheit
  18. comment7.target=float\ FahrenheitToCelsius(float)
  19. comment8.params=mph
  20. comment8.target=float\ MphToKph(float)
  21. comment9.params=kph
  22. comment9.target=float\ KphToMph(float)
  23. numComments=11