Class ExpressionDecorations
java.lang.Object
com.llamalad7.mixinextras.expression.impl.utils.ExpressionDecorations
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringStores injector-specific information about modified comparisons.static final StringStores information about this compound instruction.static final StringStores 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.static final StringStores the type of a simple expression.static final StringStores the arguments of this operation if they have been offered by an Expression.static final StringStores suggested parameter names for the handler of this operation, for use by MCDev.static final StringStores the return type of this operation if it has been offered by an Expression. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SIMPLE_EXPRESSION_TYPE
Stores the type of a simple expression.- See Also:
-
COMPARISON_INFO
Stores injector-specific information about modified comparisons.- See Also:
-
SIMPLE_OPERATION_ARGS
Stores the arguments of this operation if they have been offered by an Expression.- See Also:
-
SIMPLE_OPERATION_PARAM_NAMES
Stores suggested parameter names for the handler of this operation, for use by MCDev.- See Also:
-
SIMPLE_OPERATION_RETURN_TYPE
Stores the return type of this operation if it has been offered by an Expression.- See Also:
-
EXPANSION_INFO
Stores information about this compound instruction.- See Also:
-
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()
-