railo.runtime.op
Class Elvis

java.lang.Object
  extended by railo.runtime.op.Elvis

public class Elvis
extends Object


Constructor Summary
Elvis()
           
 
Method Summary
static boolean operate(PageContext pc, double scope, Collection.Key[] varNames)
          called by the Elvis operator from generated bytecode
static boolean operate(PageContext pc, double scope, String[] varNames)
          called by the Elvis operator from generated bytecode
static boolean operate(PageContext pc, String[] varNames)
          called by the Elvis operator from the interpreter
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Elvis

public Elvis()
Method Detail

operate

public static boolean operate(PageContext pc,
                              double scope,
                              Collection.Key[] varNames)
called by the Elvis operator from generated bytecode

Parameters:
pc -
scope -
varNames -
Returns:

operate

public static boolean operate(PageContext pc,
                              double scope,
                              String[] varNames)
called by the Elvis operator from generated bytecode

Parameters:
pc -
scope -
varNames -
Returns:

operate

public static boolean operate(PageContext pc,
                              String[] varNames)
called by the Elvis operator from the interpreter

Parameters:
pc -
scope -
varNames -
Returns:


Copyright © 2012 Railo