Uses of Interface
parser.methods.BasicNumericalMethod
Packages that use BasicNumericalMethod
-
Uses of BasicNumericalMethod in parser.methods
Fields in parser.methods with type parameters of type BasicNumericalMethodModifier and TypeFieldDescriptionprivate static final List<BasicNumericalMethod>
Declarations.BASIC_NUMERICAL_METHODS
A list user registered hardcoded methodsMethods in parser.methods that return types with arguments of type BasicNumericalMethodModifier and TypeMethodDescription(package private) static List<BasicNumericalMethod>
Declarations.getBasicNumericalMethods()
Methods in parser.methods with parameters of type BasicNumericalMethodModifier and TypeMethodDescriptionstatic void
Declarations.registerBasicNumericalMethod
(BasicNumericalMethod basicNumericalMethod) Method parameters in parser.methods with type arguments of type BasicNumericalMethodModifier and TypeMethodDescriptionprivate static Collection<String>
Declarations.methodsToNames
(List<BasicNumericalMethod> basicNumericalMethods) -
Uses of BasicNumericalMethod in parser.methods.ext
Classes in parser.methods.ext that implement BasicNumericalMethod