Class FlowDecorations

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

public class FlowDecorations extends Object
  • Field Details

    • PERSISTENT

      public static final String PERSISTENT
      "Persistent" decorations will be copied to target nodes from flow nodes.
      See Also:
    • ARRAY_CREATION_INFO

      public static final String ARRAY_CREATION_INFO
      Stores information about this array creation.
      See Also:
    • STRING_CONCAT_INFO

      public static final String STRING_CONCAT_INFO
      Stores information about this part of a string concatenation.
      See Also:
    • INSTANTIATION_INFO

      public static final String INSTANTIATION_INFO
      Stores information about this object instantiation.
      See Also:
    • COMPLEX_COMPARISON_JUMP

      public static final String COMPLEX_COMPARISON_JUMP
      Stores the jump instruction for this complex comparison.
      See Also:
    • METHOD_CALL_TYPE

      public static final String METHOD_CALL_TYPE
      Stores the type of this method call.
      See Also:
    • LMF_INFO

      public static final String LMF_INFO
      Stores the LMFInfo of this LMF invocation.
      See Also:
  • Constructor Details

    • FlowDecorations

      public FlowDecorations()