|
|||||||||
| Home >> All >> com >> tripi >> [ asp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.tripi.asp
Class VBScriptGlobals.RndFunction

java.lang.Objectcom.tripi.asp.DefaultNode
com.tripi.asp.AbstractFunctionNode
com.tripi.asp.VBScriptGlobals.RndFunction
- All Implemented Interfaces:
- FunctionNode, Node
- Enclosing class:
- VBScriptGlobals
- static class VBScriptGlobals.RndFunction
- extends AbstractFunctionNode
Random number function
| Field Summary | |
(package private) java.lang.Double |
lastNumber
Last random number generated |
(package private) java.util.Random |
rndGenerator
Random number generator. |
| Constructor Summary | |
(package private) |
VBScriptGlobals.RndFunction()
|
| Method Summary | |
java.lang.Object |
execute(java.util.Vector values,
AspContext context)
Executes this function. |
| Methods inherited from class com.tripi.asp.AbstractFunctionNode |
execute |
| Methods inherited from class com.tripi.asp.DefaultNode |
dump, execute, prepare |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.tripi.asp.Node |
dump, execute, prepare |
| Field Detail |
rndGenerator
java.util.Random rndGenerator
- Random number generator.
lastNumber
java.lang.Double lastNumber
- Last random number generated
| Constructor Detail |
VBScriptGlobals.RndFunction
VBScriptGlobals.RndFunction()
| Method Detail |
execute
public java.lang.Object execute(java.util.Vector values, AspContext context) throws AspException
- Executes this function.
- Specified by:
executein classAbstractFunctionNode
|
|||||||||
| Home >> All >> com >> tripi >> [ asp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC