public abstract class ViewFactoryForgeBase extends Object implements ViewFactoryForge
Constructor and Description |
---|
ViewFactoryForgeBase() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
assign(CodegenMethod method,
CodegenExpressionRef factory,
SAIFFInitializeSymbol symbols,
CodegenClassScope classScope) |
protected abstract String |
factoryMethod() |
EventType |
getEventType() |
CodegenExpression |
make(CodegenMethodScope parent,
SAIFFInitializeSymbol symbols,
CodegenClassScope classScope) |
protected abstract Class |
typeOfFactory() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accept, attach, getViewName, setViewParameters
protected EventType eventType
protected abstract Class typeOfFactory()
protected abstract String factoryMethod()
protected abstract void assign(CodegenMethod method, CodegenExpressionRef factory, SAIFFInitializeSymbol symbols, CodegenClassScope classScope)
public final EventType getEventType()
getEventType
in interface ViewFactoryForge
public final CodegenExpression make(CodegenMethodScope parent, SAIFFInitializeSymbol symbols, CodegenClassScope classScope)
make
in interface CodegenMakeable<SAIFFInitializeSymbol>
Copyright © 2005–2019. All rights reserved.