Class ASTOperatorTuple
java.lang.Object
com.hypixel.hytale.server.npc.util.expression.compile.ast.AST
com.hypixel.hytale.server.npc.util.expression.compile.ast.ASTOperator
com.hypixel.hytale.server.npc.util.expression.compile.ast.ASTOperatorTuple
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidfromParsedTuple(Parser.ParsedToken openingToken, int argumentCount, CompileContext compileContext) booleanMethods inherited from class com.hypixel.hytale.server.npc.util.expression.compile.ast.ASTOperator
addArgument, fromParsedOperator, genCode, getArgumentsMethods inherited from class com.hypixel.hytale.server.npc.util.expression.compile.ast.AST
asOperand, getBoolean, getCodeGen, getNumber, getParent, getString, getToken, getTokenPosition, getValueType, returnType, setParent
-
Constructor Details
-
ASTOperatorTuple
-
-
Method Details
-
isConstant
public boolean isConstant()- Specified by:
isConstantin classAST
-
fromParsedTuple
public static void fromParsedTuple(@Nonnull Parser.ParsedToken openingToken, int argumentCount, @Nonnull CompileContext compileContext)
-