Package jaxx.compiler.script
Class ScriptInitializer
java.lang.Object
jaxx.compiler.CompiledObject
jaxx.compiler.script.ScriptInitializer
public class ScriptInitializer extends CompiledObject
A dummy CompiledObject which serves to initialize scripted field. This is handled by
a CompiledObject rather than (say) simply inlining the initialization code in order to
ensure that the field is initialized in document order.
-
Nested Class Summary
Nested classes/interfaces inherited from class jaxx.compiler.CompiledObject
CompiledObject.ChildRef -
Constructor Summary
Constructors Constructor Description ScriptInitializer(java.lang.String initializer, JAXXCompiler compiler) -
Method Summary
Methods inherited from class jaxx.compiler.CompiledObject
addChild, addChild, addClientProperty, addEventHandler, addProperty, appendAdditionCode, appendInitializationCode, finalizeCompiler, getAdditionCode, getAdditionMethodName, getChilds, getClientProperties, getClientProperty, getConstructorParams, getCreationMethodName, getDecorator, getGenericTypes, getGenericTypesLength, getGetterName, getId, getInitializationCode, getInitializationCode, getInitializer, getJavaBeanInitCode, getJavaCode, getJavaCodeForProperty, getObjectClass, getOverrideType, getParent, getProperties, getSimpleType, getStyleClass, hasClientProperties, isJavaBean, isOverride, isOverrideType, isValidID, newChildRef, setConstructorParams, setDecorator, setGenericTypes, setInitializer, setJavaBean, setJavaBeanInitCode, setOverride, setOverrideType, setParent, setSimpleType, setStyleClass, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ScriptInitializer
-