package org.jmol.api;

public interface JmolScriptFunction {

  Object geTokens();

  String getSignature();

  String getName();

  int getTok();

}
