org.matheclipse.core.expression
Interface ISymbolObserver
-
public interface ISymbolObserver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description booleancreatePredefinedSymbol(java.lang.String symbol)If a symbol with a starting upper case character in its name is created this method will be called.voidcreateUserSymbol(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