BuilderExpressionStaticNumber

public class BuilderExpressionStaticNumber extends BuilderExpression

Class BuilderExpressionStaticNumber. Provides builderexpressionstaticnumber functionality for the Hytale server.

java.lang.Object > BuilderExpression > BuilderExpressionStaticNumber

Field Summary

No fields documented.

Method Detail

BuilderExpressionStaticNumber

public public BuilderExpressionStaticNumber (final double number)

Method BuilderExpressionStaticNumber.

Parameters:
final double number

getType

public ValueType getType ()

Method getType.

isStatic

public boolean isStatic ()

Method isStatic.

getNumber

public double getNumber (final ExecutionContext executionContext)

Method getNumber.

Parameters:
final ExecutionContext executionContext

addToScope

public void addToScope (final String name, @Nonnull final StdScope scope)

Method addToScope.

Parameters:
final String name
@Nonnull final StdScope scope

updateScope

public void updateScope (@Nonnull final StdScope scope, final String name, final ExecutionContext executionContext)

Method updateScope.

Parameters:
@Nonnull final StdScope scope
final String name
final ExecutionContext executionContext