added -J option to preserve unmodified files in preexisting jarfile
[org.ibex.tool.git] / src / org / eclipse / jdt / internal / compiler / parser / readableNames.properties
1 ,opt=,
2 AbstractMethodDeclaration=MethodDeclaration
3 AdditionalBound1=AdditionalBound1
4 AdditionalBound=AdditionalBound
5 AdditionalBoundList1=AdditionalBoundList1
6 AdditionalBoundList=AdditionalBoundList
7 AdditiveExpression=Expression
8 AdditiveExpression_NotName=Expression
9 AllocationHeader=AllocationHeader
10 AndExpression=Expression
11 AndExpression_NotName=Expression
12 Annotation=Annotation
13 AnnotationMethodHeader=AnnotationMethodHeader
14 AnnotationMethodHeaderDefaultValueopt=MethodHeaderDefaultValue
15 AnnotationMethodHeaderName=MethodHeaderName
16 AnnotationName=AnnotationName
17 AnnotationTypeBody=AnnotationTypeBody
18 AnnotationTypeDeclaration=AnnotationTypeDeclaration
19 AnnotationTypeDeclarationHeader=AnnotationTypeDeclarationHeader
20 AnnotationTypeDeclarationHeaderName=AnnotationTypeDeclarationHeaderName
21 AnnotationTypeMemberDeclaration=AnnotationTypeMemberDeclaration
22 AnnotationTypeMemberDeclarations=AnnotationTypeMemberDeclarations
23 AnnotationTypeMemberDeclarationsopt=AnnotationTypeMemberDeclarations
24 ArgumentList=ArgumentList
25 ArgumentListopt=ArgumentList
26 Arguments=Arguments
27 Argumentsopt=Argumentsopt
28 ArrayAccess=ArrayAccess
29 ArrayCreationHeader=ArrayCreationHeader
30 ArrayCreationWithArrayInitializer=ArrayCreationWithArrayInitializer
31 ArrayCreationWithoutArrayInitializer=ArrayCreationWithoutArrayInitializer
32 ArrayInitializer=ArrayInitializer
33 ArrayType=ArrayType
34 ArrayTypeWithTypeArgumentsName=ArrayTypeWithTypeArgumentsName
35 AssertStatement=AssertStatement
36 Assignment=Assignment
37 AssignmentExpression=Expression
38 AssignmentExpression_NotName=Expression
39 AssignmentOperator=AssignmentOperator
40 Block=Block
41 BlockStatement=BlockStatement
42 BlockStatements=BlockStatements
43 BlockStatementsopt=BlockStatements
44 BooleanLiteral=BooleanLiteral
45 BreakStatement=BreakStatement
46 CastExpression=CastExpression
47 CatchClause=CatchClause
48 CatchHeader=CatchHeader
49 Catches=Catches
50 Catchesopt=Catches
51 ClassBody=ClassBody
52 ClassBodyDeclaration=ClassBodyDeclaration
53 ClassBodyDeclarations=ClassBodyDeclarations
54 ClassBodyDeclarationsopt=ClassBodyDeclarations
55 ClassBodySimpleNameopt=ClassBody
56 ClassBodyopt=ClassBody
57 ClassDeclaration=ClassDeclaration
58 ClassHeader=ClassHeader
59 ClassHeaderExtends=ClassHeaderExtends
60 ClassHeaderExtendsopt=ClassHeaderExtends
61 ClassHeaderImplements=ClassHeaderImplements
62 ClassHeaderImplementsopt=ClassHeaderImplements
63 ClassHeaderName1=ClassHeaderName
64 ClassHeaderName=ClassHeaderName
65 ClassInstanceCreationExpression=ClassInstanceCreationExpression
66 ClassInstanceCreationExpressionName=ClassInstanceCreationExpressionName
67 ClassMemberDeclaration=ClassMemberDeclaration
68 ClassOrInterface=Type
69 ClassOrInterfaceType=Type
70 ClassType=ClassType
71 ClassTypeElt=ClassType
72 ClassTypeList=ClassTypeList
73 CompilationUnit=CompilationUnit
74 ConditionalAndExpression=Expression
75 ConditionalAndExpression_NotName=Expression
76 ConditionalExpression=Expression
77 ConditionalExpression_NotName=Expression
78 ConditionalOrExpression=Expression
79 ConditionalOrExpression_NotName=Expression
80 ConstantDeclaration=ConstantDeclaration
81 ConstantExpression=ConstantExpression
82 ConstructorDeclaration=ConstructorDeclaration
83 ConstructorHeader=ConstructorDeclaration
84 ConstructorHeaderName=ConstructorHeaderName
85 ContinueStatement=ContinueStatement
86 DefaultValue=DefaultValue
87 Diet=Diet
88 DimWithOrWithOutExpr=Dimension
89 DimWithOrWithOutExprs=Dimensions
90 Dims=Dimensions
91 DimsLoop=Dimensions
92 Dimsopt=Dimensions
93 DoStatement=DoStatement
94 EmptyStatement=EmptyStatement
95 EnhancedForStatement=EnhancedForStatement
96 EnhancedForStatementHeader=EnhancedForStatementHeader
97 EnhancedForStatementNoShortIf=EnhancedForStatementNoShortIf
98 EnterAnonymousClassBody=EnterAnonymousClassBody
99 EnterAnonymousClassBodySimpleName=EnterAnonymousClassBodySimpleName
100 EnterCompilationUnit=EnterCompilationUnit
101 EnterVariable=EnterVariable
102 EnumBody=EnumBody
103 EnumBodyDeclarationsopt=EnumBodyDeclarationsopt
104 EnumConstant=EnumConstant
105 EnumConstantHeader=EnumConstantHeader
106 EnumConstantHeaderName=EnumConstantHeaderName
107 EnumConstants=EnumConstants
108 EnumDeclaration=EnumDeclaration
109 EnumDeclarations=EnumDeclarations
110 EnumHeader=EnumHeader
111 EnumHeaderName=EnumHeaderName
112 EqualityExpression=Expression
113 EqualityExpression_NotName=Expression
114 ExclusiveOrExpression=Expression
115 ExclusiveOrExpression_NotName=Expression
116 ExitTryBlock=ExitTryBlock
117 ExitVariableWithInitialization=ExitVariableWithInitialization
118 ExitVariableWithoutInitialization=ExitVariableWithoutInitialization
119 ExplicitConstructorInvocation=ExplicitConstructorInvocation
120 Expression=Expression
121 ExpressionStatement=Statement
122 Expression_NotName=Expression
123 Expressionopt=Expression
124 FieldAccess=FieldAccess
125 FieldDeclaration=FieldDeclaration
126 Finally=Finally
127 FloatingPointType=FloatingPointType
128 ForInit=ForInit
129 ForInitopt=ForInit
130 ForStatement=ForStatement
131 ForStatementNoShortIf=ForStatement
132 ForUpdate=ForUpdate
133 ForUpdateopt=ForUpdate
134 ForceNoDiet=ForceNoDiet
135 FormalParameter=FormalParameter
136 FormalParameterList=FormalParameterList
137 FormalParameterListopt=FormalParameterList
138 GenericMethodDeclaration=GenericMethodDeclaration
139 GenericType=GenericType
140 Goal=Goal
141 Header1=Header1
142 Header2=Header2
143 Header=Header
144 IfThenElseStatement=IfStatement
145 IfThenElseStatementNoShortIf=IfStatement
146 IfThenStatement=IfStatement
147 ImportDeclaration=ImportDeclaration
148 ImportDeclarations=ImportDeclarations
149 InclusiveOrExpression=Expression
150 InclusiveOrExpression_NotName=Expression
151 Initializer=Initializer
152 InsideCastExpression=InsideCastExpression
153 InsideCastExpressionLL1=InsideCastExpression
154 InsideCastExpressionWithQualifiedGenerics=InsideCastExpression
155 InstanceofExpression=Expression
156 InstanceofExpression_NotName=Expression
157 IntegralType=IntegralType
158 InterfaceBody=InterfaceBody
159 InterfaceDeclaration=InterfaceDeclaration
160 InterfaceHeader=InterfaceHeader
161 InterfaceHeaderExtends=InterfaceHeaderExtends
162 InterfaceHeaderExtendsopt=InterfaceHeaderExtends
163 InterfaceHeaderName1=InterfaceHeaderName
164 InterfaceHeaderName=InterfaceHeaderName
165 InterfaceMemberDeclaration=InterfaceMemberDeclaration
166 InterfaceMemberDeclarations=InterfaceMemberDeclarations
167 InterfaceMemberDeclarationsopt=InterfaceMemberDeclarations
168 InterfaceType=InterfaceType
169 InterfaceTypeList=InterfaceTypeList
170 InternalCompilationUnit=CompilationUnit
171 InvalidArrayInitializerAssignement=ArrayInitializerAssignement
172 InvalidConstructorDeclaration=InvalidConstructorDeclaration
173 InvalidInterfaceDeclaration=InvalidInterfaceDeclaration
174 InvalidMethodDeclaration=InvalidMethodDeclaration
175 LabeledStatement=LabeledStatement
176 LabeledStatementNoShortIf=LabeledStatement
177 Literal=Literal
178 LocalVariableDeclaration=LocalVariableDeclaration
179 LocalVariableDeclarationStatement=LocalVariableDeclarationStatement
180 MarkerAnnotation=MarkerAnnotation
181 MemberValue=MemberValue
182 MemberValueArrayInitializer=MemberValueArrayInitializer
183 MemberValuePair=MemberValuePair
184 MemberValuePairs=MemberValuePairs
185 MemberValuePairsopt=MemberValuePairsopt
186 MemberValues=MemberValues
187 MethodBody=MethodBody
188 MethodDeclaration=MethodDeclaration
189 MethodHeader=MethodDeclaration
190 MethodHeaderExtendedDims=MethodHeaderExtendedDims
191 MethodHeaderName=MethodHeaderName
192 MethodHeaderRightParen=)
193 MethodHeaderThrowsClause=MethodHeaderThrowsClause
194 MethodHeaderThrowsClauseopt=MethodHeaderThrowsClause
195 MethodInvocation=MethodInvocation
196 Modifier=Modifier
197 Modifiers=Modifiers
198 Modifiersopt=Modifiers
199 MultiplicativeExpression=Expression
200 MultiplicativeExpression_NotName=Expression
201 Name=Name
202 NestedMethod=NestedMethod
203 NestedType=NestedType
204 NormalAnnotation=NormalAnnotation
205 NumericType=NumericType
206 OneDimLoop=Dimension
207 OnlySynchronized=OnlySynchronized
208 OnlyTypeArguments=TypeArguments
209 OnlyTypeArgumentsForCastExpression=TypeArguments
210 OpenBlock=OpenBlock
211 PackageDeclaration=PackageDeclaration
212 PackageDeclarationName=PackageDeclarationName
213 PostDecrementExpression=PostDecrementExpression
214 PostIncrementExpression=PostIncrementExpression
215 PostfixExpression=Expression
216 PostfixExpression_NotName=Expression
217 PreDecrementExpression=PreDecrementExpression
218 PreIncrementExpression=PreIncrementExpression
219 Primary=Expression
220 PrimaryNoNewArray=Expression
221 PrimitiveType=PrimitiveType
222 PushLPAREN=(
223 PushLeftBrace=PushLeftBrace
224 PushModifiers=PushModifiers
225 PushModifiersForHeader=PushModifiersForHeader
226 PushPosition=PushPosition
227 PushRPAREN=)
228 PushRealModifiers=PushRealModifiers
229 QualifiedName=QualifiedName
230 RecoveryMethodHeader=MethodHeader
231 RecoveryMethodHeaderName=MethodHeaderName
232 ReduceImports=ReduceImports
233 ReferenceType1=ReferenceType1
234 ReferenceType2=ReferenceType2
235 ReferenceType3=ReferenceType3
236 ReferenceType=ReferenceType
237 RelationalExpression=Expression
238 RelationalExpression_NotName=Expression
239 RestoreDiet=RestoreDiet
240 ReturnStatement=ReturnStatement
241 ShiftExpression=Expression
242 ShiftExpression_NotName=Expression
243 SimpleName=SimpleName
244 SingleMemberAnnotation=SingleMemberAnnotation
245 SingleStaticImportDeclaration=SingleStaticImportDeclaration
246 SingleStaticImportDeclarationName=SingleStaticImportDeclarationName
247 SingleTypeImportDeclaration=SingleTypeImportDeclaration
248 SingleTypeImportDeclarationName=SingleTypeImportDeclarationName
249 Statement=Statement
250 StatementExpression=Expression
251 StatementExpressionList=StatementExpressionList
252 StatementNoShortIf=Statement
253 StatementWithoutTrailingSubstatement=Statement
254 StaticImportOnDemandDeclaration=StaticImportOnDemandDeclaration
255 StaticImportOnDemandDeclarationName=StaticImportOnDemandDeclarationName
256 StaticInitializer=StaticInitializer
257 StaticOnly=StaticOnly
258 SwitchBlock=SwitchBlock
259 SwitchBlockStatement=SwitchBlockStatement
260 SwitchBlockStatements=SwitchBlockStatements
261 SwitchLabel=SwitchLabel
262 SwitchLabels=SwitchLabels
263 SwitchStatement=SwitchStatement
264 SynchronizedStatement=SynchronizedStatement
265 ThrowStatement=ThrowStatement
266 TryBlock=Block
267 TryStatement=TryStatement
268 Type=Type
269 TypeArgument1=TypeArgument1
270 TypeArgument2=TypeArgument2
271 TypeArgument3=TypeArgument3
272 TypeArgument=TypeArgument
273 TypeArgumentList1=TypeArgumentList1
274 TypeArgumentList2=TypeArgumentList2
275 TypeArgumentList3=TypeArgumentList3
276 TypeArgumentList=TypeArgumentList
277 TypeArguments=TypeArguments
278 TypeDeclaration=TypeDeclaration
279 TypeDeclarations=TypeDeclarations
280 TypeImportOnDemandDeclaration=TypeImportOnDemandDeclaration
281 TypeImportOnDemandDeclarationName=TypeImportOnDemandDeclarationName
282 TypeParameter1=TypeParameter1
283 TypeParameter=TypeParameter
284 TypeParameterHeader=TypeParameter
285 TypeParameterList1=TypeParameterList1
286 TypeParameterList=TypeParameterList
287 TypeParameters=TypeParameters
288 UnaryExpression=Expression
289 UnaryExpressionNotPlusMinus=Expression
290 UnaryExpressionNotPlusMinus_NotName=Expression
291 UnaryExpression_NotName=Expression
292 VariableDeclarator=VariableDeclarator
293 VariableDeclaratorId=VariableDeclaratorId
294 VariableDeclarators=VariableDeclarators
295 VariableInitializer=VariableInitializer
296 VariableInitializers=VariableInitializers
297 WhileStatement=WhileStatement
298 WhileStatementNoShortIf=WhileStatement
299 Wildcard1=Wildcard1
300 Wildcard2=Wildcard2
301 Wildcard3=Wildcard3
302 Wildcard=Wildcard
303 WildcardBounds1=WildcardBounds1
304 WildcardBounds2=WildcardBounds2
305 WildcardBounds3=WildcardBound3
306 WildcardBounds=WildcardBounds