ParserFlags.st
changeset 4043 c7360098ca6f
parent 4041 5fdfb29a67e2
child 4048 e3c3a9e1f3a9
--- a/ParserFlags.st	Thu Nov 17 10:02:59 2016 +0100
+++ b/ParserFlags.st	Thu Nov 17 16:05:06 2016 +0100
@@ -57,49 +57,49 @@
 		lineNumberInfo allowSTXDelimiterComments
 		allowSTXExtendedArrayLiterals warnAssignmentToBlockArgument
 		warnAssignmentToMethodArgument warnAssignmentToPoolVariable'
-	classVariableNames:'WarnST80Directives WarnUnusedVars WarnUndeclared
-		WarnAboutWrongVariableNames WarnAboutBadComments
-		WarnAboutVariableNameConventions WarnSTXSpecials
-		WarnOldStyleAssignment WarnUnderscoreInIdentifier
-		WarnCommonMistakes WarnPossibleIncompatibilities
-		WarnDollarInIdentifier WarnParagraphInIdentifier
-		WarnHiddenVariables WarnAboutNonLowercaseLocalVariableNames
-		WarnInconsistentReturnValues Warnings
-		WarnAboutPossibleSTCCompilationProblems
-		WarnAboutReferenceToPrivateClass WarnAboutShortLocalVariableNames
-		WarnAboutPossiblyUnimplementedSelectors WarnAboutPeriodInSymbol
-		WarnAboutUnknownCharacterEscapesInJavaScriptStringConstant
-		WarnPlausibilityChecks AllowUnderscoreInIdentifier
-		AllowFunctionCallSyntaxForBlockEvaluation AllowLazyValueExtension
-		AllowVariableReferences AllowReservedWordsAsSelectors
+	classVariableNames:'AllowArrayIndexSyntaxExtension AllowAssignmentToBlockArgument
+		AllowAssignmentToMethodArgument AllowAssignmentToPoolVariable
+		AllowCaretAsBinop AllowCharacterEscapes AllowDollarInIdentifier
+		AllowDolphinExtensions AllowDomainVariables AllowEmptyStatements
+		AllowExtendedBinarySelectors AllowExtendedSTXSyntax
+		AllowExtensionsToPrivateClasses AllowFixedPointLiterals
+		AllowFunctionCallSyntaxForBlockEvaluation
+		AllowHashAsBinarySelector AllowLazyValueExtension
+		AllowLiteralNameSpaceSymbols
 		AllowLocalVariableDeclarationWithInitializerExpression
-		AllowArrayIndexSyntaxExtension AllowDomainVariables
-		AllowDollarInIdentifier AllowParagraphInIdentifier
-		AllowSqueakExtensions AllowQualifiedNames AllowDolphinExtensions
-		AllowOldStyleAssignment AllowExtendedBinarySelectors
-		AllowExtendedSTXSyntax AllowFixedPointLiterals
-		AllowLiteralNameSpaceSymbols AllowVisualAgeESSymbolLiterals
-		AllowExtensionsToPrivateClasses AllowSqueakPrimitives
-		AllowVisualAgePrimitives AllowSTVPrimitives AllowSTVExtensions
-		AllowNationalCharactersInIdentifier AllowHashAsBinarySelector
-		AllowSTXEOLComments AllowPossibleSTCCompilationProblems
-		AllowEmptyStatements AllowVisualWorksMethodAnnotations
-		ArraysAreImmutable AllowPeriodInSymbol StringsAreImmutable
-		ImplicitSelfSends STCModulePath STCKeepCIntermediate
-		STCKeepOIntermediate STCKeepSTIntermediate STCCompilation
-		STCCompilationIncludes STCCompilationDefines
-		STCCompilationOptions STCPath CCCompilationOptions CCPath
-		LinkArgs LinkSharedArgs LinkCommand LibPath SearchedLibraries
-		MakeCommand AllowCaretAsBinop AllowUnicodeStrings
-		AllowUnicodeCharacters AllowCharacterEscapes AllowStringEscapes
-		AllowAssignmentToBlockArgument AllowAssignmentToMethodArgument
-		AllowAssignmentToPoolVariable LineNumberInfo LibDirectory VCTop
-		SDKTop BCCTop MingwTop ForcedCompiler DefineForBorlandC
-		DefineForVisualC DefineForMSC DefineForGNUC PerMethodFlags
-		AllowSTXDelimiterComments AllowSTXExtendedArrayLiterals
-		DefineForMINGW32 DefineForMINGW64 DefineForMINGW DefineForCLANG
-		WarnAssignmentToBlockArgument WarnAssignmentToPoolVariable
-		WarnAssignmentToMethodArgument'
+		AllowNationalCharactersInIdentifier AllowOldStyleAssignment
+		AllowParagraphInIdentifier AllowPeriodInSymbol
+		AllowPossibleSTCCompilationProblems AllowQualifiedNames
+		AllowReservedWordsAsSelectors AllowSTVExtensions
+		AllowSTVPrimitives AllowSTXDelimiterComments AllowSTXEOLComments
+		AllowSTXExtendedArrayLiterals AllowSqueakExtensions
+		AllowSqueakPrimitives AllowStringEscapes
+		AllowUnderscoreInIdentifier AllowUnicodeCharacters
+		AllowUnicodeStrings AllowVariableReferences
+		AllowVisualAgeESSymbolLiterals AllowVisualAgePrimitives
+		AllowVisualWorksMethodAnnotations ArraysAreImmutable BCCTop
+		CCCompilationOptions CCPath DefineForBorlandC DefineForCLANG
+		DefineForGNUC DefineForMINGW DefineForMINGW32 DefineForMINGW64
+		DefineForMSC DefineForVisualC ForcedCompiler ImplicitSelfSends
+		LibDirectory LibPath LineNumberInfo LinkArgs LinkCommand
+		LinkSharedArgs MakeCommand MingwTop PerMethodFlags SDKTop
+		STCCompilation STCCompilationDefines STCCompilationIncludes
+		STCCompilationOptions STCKeepCIntermediate STCKeepOIntermediate
+		STCKeepSTIntermediate STCModulePath STCPath SearchedLibraries
+		StringsAreImmutable VCTop WarnAboutBadComments
+		WarnAboutNonLowercaseLocalVariableNames WarnAboutPeriodInSymbol
+		WarnAboutPossibleSTCCompilationProblems
+		WarnAboutPossiblyUnimplementedSelectors
+		WarnAboutReferenceToPrivateClass WarnAboutShortLocalVariableNames
+		WarnAboutUnknownCharacterEscapesInJavaScriptStringConstant
+		WarnAboutVariableNameConventions WarnAboutWrongVariableNames
+		WarnAssignmentToBlockArgument WarnAssignmentToMethodArgument
+		WarnAssignmentToPoolVariable WarnCommonMistakes
+		WarnDollarInIdentifier WarnHiddenVariables
+		WarnInconsistentReturnValues WarnOldStyleAssignment
+		WarnParagraphInIdentifier WarnPlausibilityChecks
+		WarnPossibleIncompatibilities WarnST80Directives WarnSTXSpecials
+		WarnUndeclared WarnUnderscoreInIdentifier WarnUnusedVars Warnings'
 	poolDictionaries:''
 	category:'System-Compiler'
 !
@@ -2015,6 +2015,12 @@
 
 ccCompilationOptions
     ^ ccCompilationOptions ? ''
+
+    "
+     self ccCompilationOptions
+    "
+
+    "Modified (comment): / 17-11-2016 / 15:40:29 / cg"
 !
 
 ccCompilationOptions:something
@@ -2023,6 +2029,12 @@
 
 ccPath
     ^ ccPath
+
+    "
+     self ccPath
+    "
+
+    "Modified (comment): / 17-11-2016 / 15:40:40 / cg"
 !
 
 ccPath:something
@@ -2039,6 +2051,12 @@
 
 libPath
     ^ libPath
+
+    "
+     self libPath
+    "
+
+    "Modified (comment): / 17-11-2016 / 15:40:52 / cg"
 !
 
 libPath:aString
@@ -2047,6 +2065,12 @@
 
 linkArgs
     ^ linkArgs
+
+    "
+     self linkArgs
+    "
+
+    "Modified (comment): / 17-11-2016 / 15:41:03 / cg"
 !
 
 linkArgs:aString
@@ -2055,6 +2079,12 @@
 
 linkCommand
     ^ linkCommand
+
+    "
+     self linkCommand
+    "
+
+    "Modified (comment): / 17-11-2016 / 15:41:16 / cg"
 !
 
 linkCommand:aString
@@ -2095,6 +2125,12 @@
 
 stcCompilationIncludes
     ^ stcCompilationIncludes
+
+    "
+     self stcCompilationIncludes
+    "
+
+    "Modified (comment): / 17-11-2016 / 15:41:43 / cg"
 !
 
 stcCompilationIncludes:something