All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.apidocs.nl.praegus.fitnesse.slim.fixtures.util.Calculator.json Maven / Gradle / Ivy

There is a newer version: 1.38.1
Show newest version
{
  "constructors" : [ {
    "readableName" : "calculator",
    "usage" : "| calculator | [precision] |",
    "name" : "Calculator",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ {
      "name" : "precision",
      "type" : "int"
    } ],
    "exceptions" : [ ]
  }, {
    "readableName" : "calculator",
    "usage" : "| calculator |",
    "name" : "Calculator",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ ],
    "exceptions" : [ ]
  } ],
  "qualifiedName" : "nl.praegus.fitnesse.slim.fixtures.util.Calculator",
  "publicMethods" : [ {
    "readableName" : "calculate",
    "usage" : "| calculate | [input] | ",
    "contexthelp" : "calculate <input>",
    "name" : "calculate",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ {
      "name" : "input",
      "type" : "String"
    } ],
    "exceptions" : [ ],
    "returnType" : "String"
  } ],
  "typeName" : "nl.praegus.fitnesse.slim.fixtures.util.Calculator",
  "name" : "Calculator",
  "annotations" : [ ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy