Class ASTOperandStringArray
java.lang.Object
com.hypixel.hytale.server.npc.util.expression.compile.ast.AST
com.hypixel.hytale.server.npc.util.expression.compile.ast.ASTOperand
com.hypixel.hytale.server.npc.util.expression.compile.ast.ASTOperandStringArray
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionASTOperandStringArray(Token token, int tokenPosition, Scope scope, String identifier) ASTOperandStringArray(Token token, int tokenPosition, String[] constantStringArray) ASTOperandStringArray(Token token, int tokenPosition, Stack<AST> operandStack, int firstArgument, int argumentCount) -
Method Summary
Methods inherited from class com.hypixel.hytale.server.npc.util.expression.compile.ast.ASTOperand
createFromOperand, createFromParsedTokenMethods inherited from class com.hypixel.hytale.server.npc.util.expression.compile.ast.AST
genCode, getBoolean, getCodeGen, getNumber, getParent, getString, getToken, getTokenPosition, getValueType, returnType, setParent
-
Field Details
-
constantStringArray
-
-
Constructor Details
-
ASTOperandStringArray
-
ASTOperandStringArray
-
ASTOperandStringArray
-
-
Method Details
-
isConstant
public boolean isConstant()- Specified by:
isConstantin classAST
-
asOperand
-