Interface Stringable

All Known Implementing Classes:
AssignExpr.Operator, BinaryExpr.Operator, UnaryExpr.Operator

public interface Stringable
Something that has a printable form. I.e., it can be converted to a user-facing String.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details