Package ij.macro

Class Program

  • All Implemented Interfaces:
    MacroConstants

    public class Program
    extends Object
    implements MacroConstants
    An object of this type is a tokenized macro file and the associated symbol table.
    • Constructor Detail

      • Program

        public Program()
    • Method Detail

      • getCode

        public int[] getCode()
      • getSymbolTable

        public Symbol[] getSymbolTable()
      • dumpSymbolTable

        public void dumpSymbolTable()
      • dumpProgram

        public void dumpProgram()
      • getGlobals

        public Variable[] getGlobals()
      • hasVars

        public boolean hasVars()
      • macroCount

        public int macroCount()
      • decodeToken

        public String decodeToken​(int token)
      • hasWord

        public boolean hasWord​(String word)
      • getSize

        public int getSize()