Class ExpressionDecorations

java.lang.Object
com.llamalad7.mixinextras.expression.impl.utils.ExpressionDecorations

public class ExpressionDecorations extends Object
  • Field Details

    • SIMPLE_EXPRESSION_TYPE

      public static final String SIMPLE_EXPRESSION_TYPE
      Stores the type of a simple expression.
      See Also:
    • COMPARISON_INFO

      public static final String COMPARISON_INFO
      Stores injector-specific information about modified comparisons.
      See Also:
    • SIMPLE_OPERATION_ARGS

      public static final String SIMPLE_OPERATION_ARGS
      Stores the arguments of this operation if they have been offered by an Expression.
      See Also:
    • SIMPLE_OPERATION_PARAM_NAMES

      public static final String SIMPLE_OPERATION_PARAM_NAMES
      Stores suggested parameter names for the handler of this operation, for use by MCDev.
      See Also:
    • SIMPLE_OPERATION_RETURN_TYPE

      public static final String SIMPLE_OPERATION_RETURN_TYPE
      Stores the return type of this operation if it has been offered by an Expression.
      See Also:
    • EXPANSION_INFO

      public static final String EXPANSION_INFO
      Stores information about this compound instruction.
      See Also:
    • IS_STRING_CONCAT_EXPRESSION

      public static final String IS_STRING_CONCAT_EXPRESSION
      Stores that this StringBuilder#append call was targeted as part of a String concatenation expression, and should therefore be modifiable as though it were a String.
      See Also:
  • Constructor Details

    • ExpressionDecorations

      public ExpressionDecorations()