Module ij
Package ij.macro

Class Symbol

java.lang.Object
ij.macro.Symbol
All Implemented Interfaces:
MacroConstants

public class Symbol
extends java.lang.Object
implements MacroConstants
Objects of this class are used as entries in the macro language symbol table.
  • Field Details

    • type

      public int type
    • value

      public double value
    • str

      public java.lang.String str
  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object