Cheetah :: Compiler :: AutoMethodCompiler :: Class AutoMethodCompiler
[hide private]
[frames] | no frames]

Class AutoMethodCompiler



  GenUtils --+    
             |    
MethodCompiler --+
                 |
                AutoMethodCompiler

Instance Methods [hide private]
 
_addAutoCleanupCode(self)
 
_addAutoSetupCode(self)
 
_setupState(self)
 
_useKWsDictArgForPassingTrans(self)
 
addMethArg(self, name, defVal=None)
 
addStop(self, expr=None)
 
cleanupState(self)
Called by the containing class compiler instance
 
methodSignature(self)

Inherited from MethodCompiler: __init__, __str__, addAssert, addBreak, addChunk, addClosure, addContinue, addDel, addEcho, addElif, addElse, addExcept, addFilteredChunk, addFinally, addFor, addIf, addInclude, addIndentingDirective, addMethComment, addMethDocString, addOneLineIf, addPSP, addPass, addPlaceholder, addRaise, addRawText, addReIndentingDirective, addRepeat, addReturn, addSet, addSilent, addStrConst, addTernaryExpr, addTry, addUnless, addWhile, addWriteChunk, addYield, appendToPrevChunk, closeFilterBlock, commitStrConst, dedent, docString, endCacheRegion, endCallRegion, endCaptureRegion, handleWSBeforeDirective, indent, indentation, isErrorCatcherOn, methodBody, methodDef, methodName, nextCacheID, nextCallRegionID, nextCaptureRegionID, nextFilterRegionID, setCallArg, setErrorCatcher, setFilter, setMethodName, setMethodSignature, setting, startCacheRegion, startCallRegion, startCaptureRegion, turnErrorCatcherOff, turnErrorCatcherOn, wrapCode

Inherited from GenUtils: addGetTextVar, genCacheInfo, genCacheInfoFromArgList, genCheetahVar, genNameMapperVar, genPlainVar, genTimeInterval

Method Details [hide private]

_setupState(self)

 
Overrides: MethodCompiler._setupState

cleanupState(self)

 
Called by the containing class compiler instance
Overrides: MethodCompiler.cleanupState
(inherited documentation)

methodSignature(self)

 
Overrides: MethodCompiler.methodSignature