Documentation of 'org.matheclipse.core.expression.ISymbolObserver' Java class
ISymbolObserver
org.matheclipse.core.expression

Interface ISymbolObserver



  • public interface ISymbolObserver
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      boolean createPredefinedSymbol(java.lang.String symbol)
      If a symbol with a starting upper case character in its name is created this method will be called.
      void createUserSymbol(ISymbol symbol)
      If a user symbol with a starting '$' character in its name is created this method will be called.
    • Method Detail

      • createPredefinedSymbol

        boolean createPredefinedSymbol(java.lang.String symbol)
        If a symbol with a starting upper case character in its name is created this method will be called.
        Parameters:
        symbol -
        Returns:
      • createUserSymbol

        void createUserSymbol(ISymbol symbol)
        If a user symbol with a starting '$' character in its name is created this method will be called.
        Parameters:
        symbol -

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.