BuilderExpressionStaticBoolean

public class BuilderExpressionStaticBoolean extends BuilderExpression

Class BuilderExpressionStaticBoolean. Provides builderexpressionstaticboolean functionality for the Hytale server.

java.lang.Object > BuilderExpression > BuilderExpressionStaticBoolean

Field Summary

No fields documented.

Method Detail

BuilderExpressionStaticBoolean

public public BuilderExpressionStaticBoolean (final boolean bool)

Method BuilderExpressionStaticBoolean.

Parameters:
final boolean bool

getType

public ValueType getType ()

Method getType.

isStatic

public boolean isStatic ()

Method isStatic.

getBoolean

public boolean getBoolean (final ExecutionContext executionContext)

Method getBoolean.

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