com.advancedpwr.record.methods
Class InstanceMethodBuilder

java.lang.Object
  extended by com.advancedpwr.record.methods.BuildMethodWriter
      extended by com.advancedpwr.record.methods.InstanceMethodBuilder

public class InstanceMethodBuilder
extends BuildMethodWriter


Field Summary
protected  BuildMethodWriter fieldBuilder
           
 
Fields inherited from class com.advancedpwr.record.methods.BuildMethodWriter
fieldAccessPath, fieldClassWriter, fieldFactory, fieldScope
 
Constructor Summary
InstanceMethodBuilder()
           
 
Method Summary
 void buildMethod()
           
 BuildMethodWriter getBuilder()
           
 String resultBuilder()
           
 void setBuilder(BuildMethodWriter firstInstance)
           
 
Methods inherited from class com.advancedpwr.record.methods.BuildMethodWriter
closeBrace, createMethodBuilder, declaredExceptions, depth, exceptions, formattedExceptionList, getAccessPath, getClassWriter, getFactory, getInstanceTree, hasDeclaredException, hasDefaultConstructor, instanceName, instanceType, newLine, openBrace, populator, returnType, scope, setAccessPath, setClassWriter, setFactory, setScopeProtected, setScopePublic, wrapException, write, writeBuilderMethods, writeField, writeIfNotNullReturnInstance, writeInstance, writeLine, writeMethodSignature, writePopulators
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fieldBuilder

protected BuildMethodWriter fieldBuilder
Constructor Detail

InstanceMethodBuilder

public InstanceMethodBuilder()
Method Detail

getBuilder

public BuildMethodWriter getBuilder()

setBuilder

public void setBuilder(BuildMethodWriter firstInstance)

buildMethod

public void buildMethod()
Overrides:
buildMethod in class BuildMethodWriter

resultBuilder

public String resultBuilder()
Overrides:
resultBuilder in class BuildMethodWriter


Copyright © 2011 Advanced Power Co. All Rights Reserved.