Uses of Interface
dev.civl.mc.model.IF.AbstractFunction
Packages that use AbstractFunction
Package
Description
Module model defines a static model, i.e., the control flow graph, representation of a CIVL-C program.
Submodule model.expression defines expression in CIVL.
-
Uses of AbstractFunction in dev.civl.mc.model.IF
Methods in dev.civl.mc.model.IF that return AbstractFunctionModifier and TypeMethodDescriptionModelFactory.abstractFunction(CIVLSource source, Identifier name, Scope parameterScope, List<Variable> parameters, CIVLType returnType, Scope containingScope, int continuity, String attribute) Generate an abstract function.Methods in dev.civl.mc.model.IF with parameters of type AbstractFunctionModifier and TypeMethodDescriptionModelFactory.abstractFunctionCallExpression(CIVLSource source, AbstractFunction function, List<Expression> arguments) An expression for a call to an abstract function.ModelFactory.derivativeCallExpression(CIVLSource source, AbstractFunction function, List<Pair<Variable, IntegerLiteralExpression>> partials, List<Expression> arguments) An expression for a call to the derivative of an abstract function.ModelFactory.differentiableExpression(CIVLSource source, AbstractFunction function, int degree, Expression[] lowerBounds, Expression[] upperBounds) An expression representing the claim that some function is differentiable. -
Uses of AbstractFunction in dev.civl.mc.model.IF.expression
Methods in dev.civl.mc.model.IF.expression that return AbstractFunction