com.advancedpwr.record.methods
Class BooleanBuilder

java.lang.Object
  extended by com.advancedpwr.record.methods.BuildMethodWriter
      extended by com.advancedpwr.record.methods.AbstractPrimitiveBuilder
          extended by com.advancedpwr.record.methods.BooleanBuilder
All Implemented Interfaces:
MethodWriterFactory

public class BooleanBuilder
extends AbstractPrimitiveBuilder
implements MethodWriterFactory


Field Summary
 
Fields inherited from class com.advancedpwr.record.methods.BuildMethodWriter
fieldAccessPath, fieldClassWriter, fieldFactory, fieldScope
 
Constructor Summary
BooleanBuilder()
           
 
Method Summary
 boolean accept(Class inClass)
           
protected  Boolean booleanResult()
           
 BuildMethodWriter createMethodBuilder(AccessPath inPath)
           
 String resultBuilder()
           
 
Methods inherited from class com.advancedpwr.record.methods.AbstractPrimitiveBuilder
buildMethod, instanceName, result
 
Methods inherited from class com.advancedpwr.record.methods.BuildMethodWriter
closeBrace, declaredExceptions, depth, exceptions, formattedExceptionList, getAccessPath, getClassWriter, getFactory, getInstanceTree, hasDeclaredException, hasDefaultConstructor, 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
 

Constructor Detail

BooleanBuilder

public BooleanBuilder()
Method Detail

resultBuilder

public String resultBuilder()
Overrides:
resultBuilder in class BuildMethodWriter

booleanResult

protected Boolean booleanResult()

accept

public boolean accept(Class inClass)
Specified by:
accept in interface MethodWriterFactory

createMethodBuilder

public BuildMethodWriter createMethodBuilder(AccessPath inPath)
Specified by:
createMethodBuilder in interface MethodWriterFactory
Overrides:
createMethodBuilder in class BuildMethodWriter


Copyright © 2011 Advanced Power Co. All Rights Reserved.