Class UseTable

All Implemented Interfaces:
Serializable, Cloneable, Map<String,String>

class UseTable extends Hashtable<String,String>
  • Field Details

    • iObj

      private int iObj
    • keyword

      private String keyword
    • term

      private char term
  • Constructor Details

    • UseTable

      UseTable(String keyword)
  • Method Details

    • getDef

      String getDef(String key)
      This Hashtable contains references to _n where n is a number. we look up a key for anything and see if an object has been assigned. If it is there, we just return the phrase "USE _n". If it is not there, we return the DEF name that needs to be assigned. The calling method must then make that definition.
      Parameters:
      key -
      Returns:
      "_n" or "[keyword]_n"
    • getDefRet

      boolean getDefRet(String key, String[] ret)
      Used by JSExporter for WebGL
      Parameters:
      key -
      ret -
      Returns:
      found