Package com.relogiclabs.jschema.tree
Class RuntimeContext
Object
RuntimeContext
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddDefinition
(JDefinition definition) boolean
addFuture
(FutureFunction future) boolean
areEqual
(double value1, double value2) void
clear()
int
compare
(double value1, double value2) ConstraintRegistry
ScriptGlobalScope
ScriptRegistry
boolean
-
Constructor Details
-
RuntimeContext
-
-
Method Details
-
addDefinition
-
getConstraints
public ConstraintRegistry getConstraints() -
getScripts
public ScriptRegistry getScripts() -
areEqual
public boolean areEqual(double value1, double value2) -
compare
public int compare(double value1, double value2) -
addFuture
-
invokeFutures
public boolean invokeFutures() -
clear
public void clear() -
getDefinitions
-
getFutures
-
getReceivers
-
getStorage
-
getOutlineFormatter
-
getImports
-
getPragmas
-
getScriptGlobalScope
public ScriptGlobalScope getScriptGlobalScope() -
getExceptions
-
getMessageFormatter
-