Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.tripi.asp
Class VBScriptGlobals.InStrRevFunction  view VBScriptGlobals.InStrRevFunction download VBScriptGlobals.InStrRevFunction.java

java.lang.Object
  extended bycom.tripi.asp.DefaultNode
      extended bycom.tripi.asp.AbstractFunctionNode
          extended bycom.tripi.asp.VBScriptGlobals.InStrRevFunction
All Implemented Interfaces:
FunctionNode, Node
Enclosing class:
VBScriptGlobals

static class VBScriptGlobals.InStrRevFunction
extends AbstractFunctionNode

Reverse string search function


Constructor Summary
(package private) VBScriptGlobals.InStrRevFunction()
           
 
Method Summary
 java.lang.Object execute(java.util.Vector values, AspContext context)
          Executes the InStrRev 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
 

Constructor Detail

VBScriptGlobals.InStrRevFunction

VBScriptGlobals.InStrRevFunction()
Method Detail

execute

public java.lang.Object execute(java.util.Vector values,
                                AspContext context)
                         throws AspException
Executes the InStrRev function. It differs from the Java lastIndexOf in the definition of the 'start' (third) paramater.

Specified by:
execute in class AbstractFunctionNode