railo.transformer.cfml.evaluator.impl
Class Throw

java.lang.Object
  extended by railo.transformer.cfml.evaluator.EvaluatorSupport
      extended by railo.transformer.cfml.evaluator.impl.Throw
All Implemented Interfaces:
Evaluator

public final class Throw
extends EvaluatorSupport


Constructor Summary
Throw()
           
 
Method Summary
 void evaluate(Tag tag, TagLibTag tagLibTag, FunctionLib[] flibs)
          Die Methode evaluate wird aufgerufen, wenn der Context eines Tags geprueft werden soll.
 
Methods inherited from class railo.transformer.cfml.evaluator.EvaluatorSupport
evaluate, evaluate, execute
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Throw

public Throw()
Method Detail

evaluate

public void evaluate(Tag tag,
                     TagLibTag tagLibTag,
                     FunctionLib[] flibs)
              throws EvaluatorException
Description copied from class: EvaluatorSupport
Die Methode evaluate wird aufgerufen, wenn der Context eines Tags geprueft werden soll. Diese Methode ueberschreibt, jene des Interface Evaluator. Falls diese Methode durch eine Implementation nicht ueberschrieben wird, ruft sie wiederere, allenfalls implementierte evaluate Methoden auf. Mit Hilfe dieses Konstrukt ist es moeglich drei evaluate methoden anzubieten.

Specified by:
evaluate in interface Evaluator
Overrides:
evaluate in class EvaluatorSupport
tagLibTag - Die Definition des Tag aus der TLD.
flibs - Saemtliche Function Library Deskriptoren des aktuellen Tag Libray Deskriptors.
Throws:
EvaluatorException
See Also:
EvaluatorSupport.evaluate(railo.transformer.bytecode.statement.tag.Tag, railo.transformer.library.tag.TagLibTag, railo.transformer.library.function.FunctionLib[])


Copyright © 2012 Railo