BuilderExpressionStaticEmptyArray

public class BuilderExpressionStaticEmptyArray extends BuilderExpression

Class BuilderExpressionStaticEmptyArray. Provides builderexpressionstaticemptyarray functionality for the Hytale server.

java.lang.Object > BuilderExpression > BuilderExpressionStaticEmptyArray

Field Summary

No fields documented.

Method Detail

getType

public ValueType getType ()

Method getType.

isStatic

public boolean isStatic ()

Method isStatic.

getNumberArray

public double[] getNumberArray (final ExecutionContext executionContext)

Method getNumberArray.

Parameters:
final ExecutionContext executionContext

getIntegerArray

public int[] getIntegerArray (final ExecutionContext executionContext)

Method getIntegerArray.

Parameters:
final ExecutionContext executionContext

getStringArray

public String[] getStringArray (final ExecutionContext executionContext)

Method getStringArray.

Parameters:
final ExecutionContext executionContext

getBooleanArray

public boolean[] getBooleanArray (final ExecutionContext executionContext)

Method getBooleanArray.

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