wt.tools.generation.architecture.service
Class ConceptualMethod

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

public class ConceptualMethod
extends WTMethodGenerator


Field Summary
protected static ConceptualMethod theInstance
           
 
Fields inherited from class wt.tools.generation.language.JavaMethodGenerator
source
 
Constructor Summary
ConceptualMethod()
           
 
Method Summary
protected  void create(Vector bodyLines)
           
protected  void factory(Vector bodyLines)
           
protected  Vector genBody(Vector bodyLines, MethodBody bodyType)
           
static JavaMethodGenerator get()
           
protected  void staticMethod(Vector bodyLines)
           
 
Methods inherited from class wt.tools.generation.architecture.WTMethodGenerator
addRemoteTry, clientAnchorName, defaultBody, dereferenceGet, dereferenceSet, enumFactory, enumFactoryDynamic, enumFriend, enumGetDefault, enumGetGeneric, enumGetInternal, enumGetLocaleSet, enumGetSpecific, enumInitLocale, enumStaticInit, 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, 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, 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 ConceptualMethod theInstance
Constructor Detail

ConceptualMethod

public ConceptualMethod()
Method Detail

create

protected final void create(Vector bodyLines)
Overrides:
create in class JavaMethodGenerator

factory

protected final void factory(Vector bodyLines)

genBody

protected Vector genBody(Vector bodyLines,
                         MethodBody bodyType)
Overrides:
genBody in class WTMethodGenerator

get

public static JavaMethodGenerator get()

staticMethod

protected final void staticMethod(Vector bodyLines)
Overrides:
staticMethod in class JavaMethodGenerator