HyCodeYourTale
classpublicabstractPriority 3

BuilderExpression

com.hypixel.hytale.server.npc.asset.builder.expression.BuilderExpression

15

Methods

15

Public Methods

0

Fields

1

Constructors

Constants

StringSTATIC= "<STATIC>"

Constructors

public
BuilderExpression()

Methods

Public Methods (15)

public
void addToScope(String name, StdScope scope)
public
void compile(BuilderParameters builderParameters)
public
boolean getBoolean(ExecutionContext executionContext)
public
boolean[] getBooleanArray(ExecutionContext executionContext)
public
String getExpression()
public
int[] getIntegerArray(ExecutionContext executionContext)
public
double getNumber(ExecutionContext executionContext)
public
double[] getNumberArray(ExecutionContext executionContext)
public
String getSchemaName()
@Nonnull@Override
public
String getString(ExecutionContext executionContext)
public
String[] getStringArray(ExecutionContext executionContext)
@Nullable
public
ValueType getType()
public
boolean isStatic()
publicstatic
Schema toSchema(SchemaContext context)
@Nonnull
public
void updateScope(StdScope scope, String name, ExecutionContext executionContext)

Related Classes