Unit 'PascalParserTool' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#bs_codetools]

TProcHeadAttributes

Declaration

Source position: pascalparsertool.pas line 91

type TProcHeadAttributes = set of (

  phpWithStart,

  

  phpWithoutClassKeyword,

  

  phpAddClassName,

  

  phpAddParentProcs,

  

  phpWithoutClassName,

  

  phpWithoutName,

  

  phpWithoutGenericParams,

  

  phpWithoutParamList,

  

  phpWithVarModifiers,

  

  phpWithParameterNames,

  

  phpWithoutParamTypes,

  

  phpWithHasDefaultValues,

  

  phpWithDefaultValues,

  

  phpWithResultType,

  

  phpWithOfObject,

  

  phpWithCallingSpecs,

  

  phpWithProcModifiers,

  

  phpWithAssembler,

  

  phpWithComments,

  

  phpInUpperCase,

  

  phpCommentsToSpace,

  

  phpWithoutBrackets,

  

  phpWithEmptyParamList,

  

  phpWithoutSemicolon,

  

  phpDoNotAddSemicolon,

  

  phpIgnoreForwards,

  

  phpIgnoreProcsWithBody,

  

  phpIgnoreMethods,

  

  phpOnlyWithClassname,

  

  phpFindCleanPosition,

  

  phpCreateNodes

  

);



CT Web help

CodeTyphon Studio