org.jicengine.element.impl
Class BlockElementCompiler

java.lang.Object
  extended byorg.jicengine.element.ElementCompiler
      extended byorg.jicengine.element.impl.BlockElementCompiler

public class BlockElementCompiler
extends ElementCompiler

Author:
.timo

Constructor Summary
BlockElementCompiler(java.lang.String name, Location location)
           
 
Method Summary
protected  ActionElement handleExtraChildElement(ValueElement child)
          compiles the unused value element to an action element, that doesn't actually do anything than just creates the value..
 
Methods inherited from class org.jicengine.element.ElementCompiler
createElement, elementInitialized, getConstructor, getElement, getLocation, getName, handleChildElement, setAction, setCData, setConstructor, setId, setInstanceClass, setOverridableBy, setParameters, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BlockElementCompiler

public BlockElementCompiler(java.lang.String name,
                            Location location)
Method Detail

handleExtraChildElement

protected ActionElement handleExtraChildElement(ValueElement child)
                                         throws ElementException
compiles the unused value element to an action element, that doesn't actually do anything than just creates the value..

Specified by:
handleExtraChildElement in class ElementCompiler
Throws:
ElementException