com.google.clearsilver.jsilver.functions.bundles
Class CoreOperators
java.lang.Object
com.google.clearsilver.jsilver.functions.FunctionRegistry
com.google.clearsilver.jsilver.functions.bundles.CoreOperators
- All Implemented Interfaces:
- FunctionExecutor
- Direct Known Subclasses:
- ClearSilverCompatibleFunctions
public class CoreOperators
- extends FunctionRegistry
Function registry containing core operators used in expressions.
These are: + - * / % ? ! && || == != < > <= >=, name.
- See Also:
FunctionRegistry
Method Summary |
protected void |
setupDefaultFunctions()
Subclasses can override this to register their own functions. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CoreOperators
public CoreOperators()
setupDefaultFunctions
protected void setupDefaultFunctions()
- Description copied from class:
FunctionRegistry
- Subclasses can override this to register their own functions.
- Overrides:
setupDefaultFunctions
in class FunctionRegistry
Copyright © 2010-2012 Google. All Rights Reserved.