public class ASTOperatorTuple extends ASTOperator
  • Constructor Details

    • ASTOperatorTuple

      public ASTOperatorTuple(@Nonnull ValueType arrayType, @Nonnull Token token, int tokenPosition)
  • Method Details

    • isConstant

      public boolean isConstant()
      Specified by:
      isConstant in class AST
    • fromParsedTuple

      public static void fromParsedTuple(@Nonnull Parser.ParsedToken openingToken, int argumentCount, @Nonnull CompileContext compileContext)