com.advancedpwr.record.methods
Class LongBuilder

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

public class LongBuilder
extends AbstractPrimitiveBuilder
implements MethodWriterFactory


Field Summary
 
Fields inherited from class com.advancedpwr.record.methods.BuildMethodWriter
fieldAccessPath, fieldClassWriter, fieldFactory, fieldScope
 
Constructor Summary
LongBuilder()
           
 
Method Summary
 boolean accept(Class inClass)
           
 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

LongBuilder

public LongBuilder()
Method Detail

resultBuilder

public String resultBuilder()
Overrides:
resultBuilder in class BuildMethodWriter

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.