wt.tools.generation.architecture.service
Class ImplementationMethod

java.lang.Object
  extended bywt.tools.generation.language.JavaMethodGenerator
      extended bywt.tools.generation.architecture.WTMethodGenerator
          extended bywt.tools.generation.architecture.service.ImplementationMethod

public class ImplementationMethod
extends WTMethodGenerator


Field Summary
protected static ImplementationMethod theInstance
           
 
Fields inherited from class wt.tools.generation.language.JavaMethodGenerator
source
 
Constructor Summary
ImplementationMethod()
           
 
Method Summary
protected  void defaultBody(Vector bodyLines)
           
static JavaMethodGenerator get()
           
 
Methods inherited from class wt.tools.generation.architecture.WTMethodGenerator
addRemoteTry, clientAnchorName, dereferenceGet, dereferenceSet, enumFactory, enumFactoryDynamic, enumFriend, enumGetDefault, enumGetGeneric, enumGetInternal, enumGetLocaleSet, enumGetSpecific, enumInitLocale, enumStaticInit, genBody, linkGet, linkGetAlias, linkSet, linkSetAlias, linkSetCovariant, remote, serverAnchorName
 
Methods inherited from class wt.tools.generation.language.JavaMethodGenerator
addReadType, addWriteType, argCheck, arguments, attributeName, biDirectionalSet, classInfo, classname, construct, construct, construct, construct, constructFactory, constructFactory, constructor, containerPlus, create, defaultReturn, delegator, derivedTraversal, evolvableRead, evolvableReadProtected, evolvableWrite, externalizationRead, externalizationReadFields, externalizationWrite, genBody, genEquals, genHashcode, getter, getter, getterDerived, getterKeyed, getterRBcontents, identification, initialize, instance, instantiate, instantiate, isPDSArray, keyArgs, mappableType, oldVersionRead, oldVersionReadTop, PDSRead, PDSWrite, readObject, readWriter, readWriterPDS, removerKeyed, returnCast, returnNoCast, setter, setterCovariant, setterDerived, setterKeyed, setterValidation, setterValueName, setterValueType, staticMethod, superCall, tab, toPrimitive, toPrimitive, toPrimitive, toStringDefault, toWrapper, toWrapper, transformArg, writeObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theInstance

protected static ImplementationMethod theInstance
Constructor Detail

ImplementationMethod

public ImplementationMethod()
Method Detail

defaultBody

protected void defaultBody(Vector bodyLines)
Overrides:
defaultBody in class WTMethodGenerator

get

public static JavaMethodGenerator get()