Class FlowDecorations
java.lang.Object
com.llamalad7.mixinextras.expression.impl.utils.FlowDecorations
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringStores information about this array creation.static final StringStores the jump instruction for this complex comparison.static final StringStores information about this object instantiation.static final StringStores theLMFInfoof this LMF invocation.static final StringStores the type of this method call.static final String"Persistent" decorations will be copied to target nodes from flow nodes.static final StringStores information about this part of a string concatenation. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PERSISTENT
"Persistent" decorations will be copied to target nodes from flow nodes.- See Also:
-
ARRAY_CREATION_INFO
Stores information about this array creation.- See Also:
-
STRING_CONCAT_INFO
Stores information about this part of a string concatenation.- See Also:
-
INSTANTIATION_INFO
Stores information about this object instantiation.- See Also:
-
COMPLEX_COMPARISON_JUMP
Stores the jump instruction for this complex comparison.- See Also:
-
METHOD_CALL_TYPE
Stores the type of this method call.- See Also:
-
LMF_INFO
Stores theLMFInfoof this LMF invocation.- See Also:
-
-
Constructor Details
-
FlowDecorations
public FlowDecorations()
-