Class RoundRealScratchExpression
java.lang.Object
com.petrolpark.core.scratch.symbol.ScratchSymbol<IScratchEnvironment,ScratchArguments.Just<IScratchEnvironment,Double,ExpressionOrLiteralArgument<IScratchEnvironment,Double>>>
com.petrolpark.core.scratch.symbol.expression.ScratchExpression<IScratchEnvironment,Long,ScratchArguments.Just<IScratchEnvironment,Double,ExpressionOrLiteralArgument<IScratchEnvironment,Double>>,RoundRealScratchExpression>
com.petrolpark.core.scratch.symbol.expression.SimpleExpressionType<IScratchEnvironment,Long,ScratchArguments.Just<IScratchEnvironment,Double,ExpressionOrLiteralArgument<IScratchEnvironment,Double>>,RoundRealScratchExpression>
com.petrolpark.core.scratch.symbol.expression.UnaryExpressionType<IScratchEnvironment,Long,Double,ExpressionOrLiteralArgument<IScratchEnvironment,Double>,RoundRealScratchExpression>
com.petrolpark.core.scratch.symbol.expression.math.RoundRealScratchExpression
- All Implemented Interfaces:
IScratchExpression<IScratchEnvironment,,Long, ScratchArguments.Just<IScratchEnvironment, Double, ExpressionOrLiteralArgument<IScratchEnvironment, Double>>, RoundRealScratchExpression> IScratchExpression.Type<RoundRealScratchExpression>,IScratchSymbol<IScratchEnvironment,,ScratchArguments.Just<IScratchEnvironment, Double, ExpressionOrLiteralArgument<IScratchEnvironment, Double>>> IScratchSymbol.Type<RoundRealScratchExpression>
public class RoundRealScratchExpression
extends UnaryExpressionType<IScratchEnvironment,Long,Double,ExpressionOrLiteralArgument<IScratchEnvironment,Double>,RoundRealScratchExpression>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.petrolpark.core.scratch.symbol.expression.IScratchExpression
IScratchExpression.Type<EXPRESSION extends IScratchExpression<?,?, ?, ?>> Nested classes/interfaces inherited from interface com.petrolpark.core.scratch.symbol.IScratchSymbol
IScratchSymbol.Type<SYMBOL extends IScratchSymbol<?,?>> -
Field Summary
Fields inherited from class com.petrolpark.core.scratch.symbol.ScratchSymbol
parametersFields inherited from interface com.petrolpark.core.scratch.symbol.expression.IScratchExpression
CODEC, STREAM_CODEC, TYPED_CODEC -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionevaluate(IScratchEnvironment context, Double argument) protected RoundRealScratchExpressionself()Methods inherited from class com.petrolpark.core.scratch.symbol.expression.UnaryExpressionType
evaluateMethods inherited from class com.petrolpark.core.scratch.symbol.expression.SimpleExpressionType
codec, getExpressionType, streamCodecMethods inherited from class com.petrolpark.core.scratch.symbol.ScratchSymbol
getParametersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.petrolpark.core.scratch.symbol.IScratchSymbol
getParameters
-
Constructor Details
-
RoundRealScratchExpression
public RoundRealScratchExpression()
-
-
Method Details
-
getReturnClass
-
evaluate
-
self
-