Class ASTExprUnresolvedMutation


public final class ASTExprUnresolvedMutation extends ASTExpression
Unresolved local-or-field increment/decrement expression before semantic binding.
  • Constructor Details

    • ASTExprUnresolvedMutation

      public ASTExprUnresolvedMutation(int line, String name, int delta, boolean prefix)
  • Method Details

    • name

      public String name()
    • delta

      public int delta()
    • isPrefix

      public boolean isPrefix()
      Returns true when the expression should evaluate to the updated value.
    • lpcType

      public LPCType lpcType()
      Specified by:
      lpcType in class ASTExpression