Package ij.macro

Class Symbol

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

public class Symbol extends 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 String str
  • Method Details