public class NoopFactory extends java.lang.Object implements GeneratorFactory
| Constructor and Description |
|---|
NoopFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
generatorPass(Definition def,
SymbolTable symbolTable)
Method generatorPass
|
BaseTypeMapping |
getBaseTypeMapping()
Method getBaseTypeMapping
|
Generator |
getGenerator(Binding binding,
SymbolTable symbolTable)
Method getGenerator
|
Generator |
getGenerator(Definition definition,
SymbolTable symbolTable)
Method getGenerator
|
Generator |
getGenerator(Message message,
SymbolTable symbolTable)
Method getGenerator
|
Generator |
getGenerator(PortType portType,
SymbolTable symbolTable)
Method getGenerator
|
Generator |
getGenerator(Service service,
SymbolTable symbolTable)
Method getGenerator
|
Generator |
getGenerator(TypeEntry type,
SymbolTable symbolTable)
Method getGenerator
|
void |
setBaseTypeMapping(BaseTypeMapping btm)
Method setBaseTypeMapping
|
public void generatorPass(Definition def, SymbolTable symbolTable)
generatorPass in interface GeneratorFactorydef - symbolTable - public Generator getGenerator(Message message, SymbolTable symbolTable)
getGenerator in interface GeneratorFactorymessage - symbolTable - public Generator getGenerator(PortType portType, SymbolTable symbolTable)
getGenerator in interface GeneratorFactoryportType - symbolTable - public Generator getGenerator(Binding binding, SymbolTable symbolTable)
getGenerator in interface GeneratorFactorybinding - symbolTable - public Generator getGenerator(Service service, SymbolTable symbolTable)
getGenerator in interface GeneratorFactoryservice - symbolTable - public Generator getGenerator(TypeEntry type, SymbolTable symbolTable)
getGenerator in interface GeneratorFactorytype - symbolTable - public Generator getGenerator(Definition definition, SymbolTable symbolTable)
getGenerator in interface GeneratorFactorydefinition - symbolTable - public void setBaseTypeMapping(BaseTypeMapping btm)
setBaseTypeMapping in interface GeneratorFactorybtm - public BaseTypeMapping getBaseTypeMapping()
getBaseTypeMapping in interface GeneratorFactory