# (C) 2006-2009, INRIA, Vrije Universiteit Brussel # # $Id$ pluginName = JavaAST Edit Support providerName = Vrije Universiteit Brussel _UI_CreateChild_text = {0} _UI_CreateChild_text2 = {1} {0} _UI_CreateChild_text3 = {1} _UI_CreateChild_tooltip = Create New {0} Under {1} Feature _UI_CreateChild_description = Create a new child of type {0} for the {1} feature of the selected {2}. _UI_CreateSibling_description = Create a new sibling of type {0} for the selected {2}, under the {1} feature of their parent. _UI_PropertyDescriptor_description = The {0} of the {1} _UI_AST_type = AST _UI_ASTNode_type = AST Node _UI_AnonymousClassDeclaration_type = Anonymous Class Declaration _UI_BodyDeclaration_type = Body Declaration _UI_CatchClause_type = Catch Clause _UI_Comment_type = Comment _UI_CompilationUnit_type = Compilation Unit _UI_Expression_type = Expression _UI_ImportDeclaration_type = Import Declaration _UI_MemberRef_type = Member Ref _UI_MemberValuePair_type = Member Value Pair _UI_MethodRef_type = Method Ref _UI_MethodRefParameter_type = Method Ref Parameter _UI_ExtendedModifier_type = Extended Modifier _UI_Modifier_type = Modifier _UI_PackageDeclaration_type = Package Declaration _UI_Statement_type = Statement _UI_TagElement_type = Tag Element _UI_TextElement_type = Text Element _UI_Type_type = Type _UI_TypeParameter_type = Type Parameter _UI_VariableDeclaration_type = Variable Declaration _UI_AbstractTypeDeclaration_type = Abstract Type Declaration _UI_AnnotationTypeMemberDeclaration_type = Annotation Type Member Declaration _UI_EnumConstantDeclaration_type = Enum Constant Declaration _UI_FieldDeclaration_type = Field Declaration _UI_Initializer_type = Initializer _UI_MethodDeclaration_type = Method Declaration _UI_AnnotationTypeDeclaration_type = Annotation Type Declaration _UI_EnumDeclaration_type = Enum Declaration _UI_TypeDeclaration_type = Type Declaration _UI_BlockComment_type = Block Comment _UI_Javadoc_type = Javadoc _UI_LineComment_type = Line Comment _UI_Annotation_type = Annotation _UI_ArrayAccess_type = Array Access _UI_ArrayCreation_type = Array Creation _UI_ArrayInitializer_type = Array Initializer _UI_Assignment_type = Assignment _UI_BooleanLiteral_type = Boolean Literal _UI_CastExpression_type = Cast Expression _UI_CharacterLiteral_type = Character Literal _UI_ClassInstanceCreation_type = Class Instance Creation _UI_ConditionalExpression_type = Conditional Expression _UI_FieldAccess_type = Field Access _UI_InfixExpression_type = Infix Expression _UI_InstanceofExpression_type = Instanceof Expression _UI_MethodInvocation_type = Method Invocation _UI_Name_type = Name _UI_NullLiteral_type = Null Literal _UI_NumberLiteral_type = Number Literal _UI_ParenthesizedExpression_type = Parenthesized Expression _UI_PostfixExpression_type = Postfix Expression _UI_PrefixExpression_type = Prefix Expression _UI_StringLiteral_type = String Literal _UI_SuperFieldAccess_type = Super Field Access _UI_SuperMethodInvocation_type = Super Method Invocation _UI_ThisExpression_type = This Expression _UI_TypeLiteral_type = Type Literal _UI_VariableDeclarationExpression_type = Variable Declaration Expression _UI_AssertStatement_type = Assert Statement _UI_Block_type = Block _UI_BreakStatement_type = Break Statement _UI_ConstructorInvocation_type = Constructor Invocation _UI_ContinueStatement_type = Continue Statement _UI_DoStatement_type = Do Statement _UI_EmptyStatement_type = Empty Statement _UI_EnhancedForStatement_type = Enhanced For Statement _UI_ExpressionStatement_type = Expression Statement _UI_ForStatement_type = For Statement _UI_IfStatement_type = If Statement _UI_LabeledStatement_type = Labeled Statement _UI_ReturnStatement_type = Return Statement _UI_SuperConstructorInvocation_type = Super Constructor Invocation _UI_SwitchCase_type = Switch Case _UI_SwitchStatement_type = Switch Statement _UI_SynchronizedStatement_type = Synchronized Statement _UI_ThrowStatement_type = Throw Statement _UI_TryStatement_type = Try Statement _UI_TypeDeclarationStatement_type = Type Declaration Statement _UI_VariableDeclarationStatement_type = Variable Declaration Statement _UI_WhileStatement_type = While Statement _UI_ArrayType_type = Array Type _UI_ParameterizedType_type = Parameterized Type _UI_PrimitiveType_type = Primitive Type _UI_QualifiedType_type = Qualified Type _UI_SimpleType_type = Simple Type _UI_WildcardType_type = Wildcard Type _UI_SingleVariableDeclaration_type = Single Variable Declaration _UI_VariableDeclarationFragment_type = Variable Declaration Fragment _UI_QualifiedName_type = Qualified Name _UI_SimpleName_type = Simple Name _UI_MarkerAnnotation_type = Marker Annotation _UI_NormalAnnotation_type = Normal Annotation _UI_SingleMemberAnnotation_type = Single Member Annotation _UI_Unknown_type = Object _UI_Unknown_datatype= Value _UI_AST_compilationUnits_feature = Compilation Units _UI_AnonymousClassDeclaration_bodyDeclarations_feature = Body Declarations _UI_BodyDeclaration_modifiers_feature = Modifiers _UI_BodyDeclaration_javadoc_feature = Javadoc _UI_CatchClause_body_feature = Body _UI_CatchClause_exception_feature = Exception _UI_Comment_alternateRoot_feature = Alternate Root _UI_CompilationUnit_comments_feature = Comments _UI_CompilationUnit_package_feature = Package _UI_CompilationUnit_imports_feature = Imports _UI_CompilationUnit_types_feature = Types _UI_Expression_resolveBoxing_feature = Resolve Boxing _UI_Expression_resolveUnboxing_feature = Resolve Unboxing _UI_ImportDeclaration_onDemand_feature = On Demand _UI_ImportDeclaration_static_feature = Static _UI_ImportDeclaration_name_feature = Name _UI_MemberRef_name_feature = Name _UI_MemberRef_qualifier_feature = Qualifier _UI_MemberValuePair_name_feature = Name _UI_MemberValuePair_value_feature = Value _UI_MethodRef_name_feature = Name _UI_MethodRef_qualifier_feature = Qualifier _UI_MethodRef_parameters_feature = Parameters _UI_MethodRefParameter_name_feature = Name _UI_MethodRefParameter_type_feature = Type _UI_MethodRefParameter_varargs_feature = Varargs _UI_Modifier_abstract_feature = Abstract _UI_Modifier_final_feature = Final _UI_Modifier_native_feature = Native _UI_Modifier_none_feature = None _UI_Modifier_private_feature = Private _UI_Modifier_protected_feature = Protected _UI_Modifier_public_feature = Public _UI_Modifier_static_feature = Static _UI_Modifier_strictfp_feature = Strictfp _UI_Modifier_synchronized_feature = Synchronized _UI_Modifier_transient_feature = Transient _UI_Modifier_volatile_feature = Volatile _UI_PackageDeclaration_annotations_feature = Annotations _UI_PackageDeclaration_javadoc_feature = Javadoc _UI_PackageDeclaration_name_feature = Name _UI_TagElement_fragments_feature = Fragments _UI_TagElement_tagName_feature = Tag Name _UI_TagElement_nested_feature = Nested _UI_TextElement_text_feature = Text _UI_TypeParameter_name_feature = Name _UI_TypeParameter_typeBounds_feature = Type Bounds _UI_VariableDeclaration_extraDimensions_feature = Extra Dimensions _UI_VariableDeclaration_initializer_feature = Initializer _UI_VariableDeclaration_name_feature = Name _UI_AbstractTypeDeclaration_bodyDeclarations_feature = Body Declarations _UI_AbstractTypeDeclaration_name_feature = Name _UI_AbstractTypeDeclaration_localTypeDeclaration_feature = Local Type Declaration _UI_AbstractTypeDeclaration_memberTypeDeclaration_feature = Member Type Declaration _UI_AbstractTypeDeclaration_packageMemberTypeDeclaration_feature = Package Member Type Declaration _UI_AnnotationTypeMemberDeclaration_default_feature = Default _UI_AnnotationTypeMemberDeclaration_name_feature = Name _UI_AnnotationTypeMemberDeclaration_type_feature = Type _UI_EnumConstantDeclaration_arguments_feature = Arguments _UI_EnumConstantDeclaration_anonymousClassDeclaration_feature = Anonymous Class Declaration _UI_EnumConstantDeclaration_name_feature = Name _UI_FieldDeclaration_fragments_feature = Fragments _UI_FieldDeclaration_type_feature = Type _UI_Initializer_body_feature = Body _UI_MethodDeclaration_body_feature = Body _UI_MethodDeclaration_extraDimensions_feature = Extra Dimensions _UI_MethodDeclaration_name_feature = Name _UI_MethodDeclaration_returnType_feature = Return Type _UI_MethodDeclaration_constructor_feature = Constructor _UI_MethodDeclaration_varargs_feature = Varargs _UI_MethodDeclaration_parameters_feature = Parameters _UI_MethodDeclaration_thrownExceptions_feature = Thrown Exceptions _UI_MethodDeclaration_typeParameters_feature = Type Parameters _UI_EnumDeclaration_superInterfaceTypes_feature = Super Interface Types _UI_EnumDeclaration_enumConstants_feature = Enum Constants _UI_TypeDeclaration_superclassType_feature = Superclass Type _UI_TypeDeclaration_interface_feature = Interface _UI_TypeDeclaration_superInterfaceTypes_feature = Super Interface Types _UI_TypeDeclaration_typeParameters_feature = Type Parameters _UI_Javadoc_tags_feature = Tags _UI_Annotation_typeName_feature = Type Name _UI_ArrayAccess_array_feature = Array _UI_ArrayAccess_index_feature = Index _UI_ArrayCreation_dimensions_feature = Dimensions _UI_ArrayCreation_initializer_feature = Initializer _UI_ArrayCreation_type_feature = Type _UI_ArrayInitializer_expressions_feature = Expressions _UI_Assignment_leftHandSide_feature = Left Hand Side _UI_Assignment_operator_feature = Operator _UI_Assignment_rightHandSide_feature = Right Hand Side _UI_BooleanLiteral_booleanValue_feature = Boolean Value _UI_CastExpression_expression_feature = Expression _UI_CastExpression_type_feature = Type _UI_CharacterLiteral_charValue_feature = Char Value _UI_CharacterLiteral_escapedValue_feature = Escaped Value _UI_ClassInstanceCreation_arguments_feature = Arguments _UI_ClassInstanceCreation_anonymousClassDeclaration_feature = Anonymous Class Declaration _UI_ClassInstanceCreation_expression_feature = Expression _UI_ClassInstanceCreation_type_feature = Type _UI_ClassInstanceCreation_typeArguments_feature = Type Arguments _UI_ConditionalExpression_elseExpression_feature = Else Expression _UI_ConditionalExpression_expression_feature = Expression _UI_ConditionalExpression_thenExpression_feature = Then Expression _UI_FieldAccess_expression_feature = Expression _UI_FieldAccess_name_feature = Name _UI_InfixExpression_extendedOperands_feature = Extended Operands _UI_InfixExpression_leftOperand_feature = Left Operand _UI_InfixExpression_operator_feature = Operator _UI_InfixExpression_rightOperand_feature = Right Operand _UI_InstanceofExpression_leftOperand_feature = Left Operand _UI_InstanceofExpression_rightOperand_feature = Right Operand _UI_MethodInvocation_arguments_feature = Arguments _UI_MethodInvocation_expression_feature = Expression _UI_MethodInvocation_name_feature = Name _UI_MethodInvocation_typeArguments_feature = Type Arguments _UI_Name_fullyQualifiedName_feature = Fully Qualified Name _UI_NumberLiteral_token_feature = Token _UI_ParenthesizedExpression_expression_feature = Expression _UI_PostfixExpression_operand_feature = Operand _UI_PostfixExpression_operator_feature = Operator _UI_PrefixExpression_operand_feature = Operand _UI_PrefixExpression_operator_feature = Operator _UI_StringLiteral_escapedValue_feature = Escaped Value _UI_StringLiteral_literalValue_feature = Literal Value _UI_SuperFieldAccess_name_feature = Name _UI_SuperFieldAccess_qualifier_feature = Qualifier _UI_SuperMethodInvocation_arguments_feature = Arguments _UI_SuperMethodInvocation_name_feature = Name _UI_SuperMethodInvocation_qualifier_feature = Qualifier _UI_SuperMethodInvocation_typeArguments_feature = Type Arguments _UI_ThisExpression_qualifier_feature = Qualifier _UI_TypeLiteral_type_feature = Type _UI_VariableDeclarationExpression_fragments_feature = Fragments _UI_VariableDeclarationExpression_modifiers_feature = Modifiers _UI_VariableDeclarationExpression_type_feature = Type _UI_AssertStatement_expression_feature = Expression _UI_AssertStatement_message_feature = Message _UI_Block_statements_feature = Statements _UI_BreakStatement_label_feature = Label _UI_ConstructorInvocation_arguments_feature = Arguments _UI_ConstructorInvocation_typeArguments_feature = Type Arguments _UI_ContinueStatement_label_feature = Label _UI_DoStatement_body_feature = Body _UI_DoStatement_expression_feature = Expression _UI_EnhancedForStatement_body_feature = Body _UI_EnhancedForStatement_expression_feature = Expression _UI_EnhancedForStatement_parameter_feature = Parameter _UI_ExpressionStatement_expression_feature = Expression _UI_ForStatement_body_feature = Body _UI_ForStatement_expression_feature = Expression _UI_ForStatement_initializers_feature = Initializers _UI_ForStatement_updaters_feature = Updaters _UI_IfStatement_elseStatement_feature = Else Statement _UI_IfStatement_expression_feature = Expression _UI_IfStatement_thenStatement_feature = Then Statement _UI_LabeledStatement_body_feature = Body _UI_LabeledStatement_label_feature = Label _UI_ReturnStatement_expression_feature = Expression _UI_SuperConstructorInvocation_arguments_feature = Arguments _UI_SuperConstructorInvocation_expression_feature = Expression _UI_SuperConstructorInvocation_typeArguments_feature = Type Arguments _UI_SwitchCase_expression_feature = Expression _UI_SwitchCase_default_feature = Default _UI_SwitchStatement_expression_feature = Expression _UI_SwitchStatement_statements_feature = Statements _UI_SynchronizedStatement_body_feature = Body _UI_SynchronizedStatement_expression_feature = Expression _UI_ThrowStatement_expression_feature = Expression _UI_TryStatement_catchClauses_feature = Catch Clauses _UI_TryStatement_body_feature = Body _UI_TryStatement_finally_feature = Finally _UI_TypeDeclarationStatement_declaration_feature = Declaration _UI_VariableDeclarationStatement_fragments_feature = Fragments _UI_VariableDeclarationStatement_modifiers_feature = Modifiers _UI_VariableDeclarationStatement_type_feature = Type _UI_WhileStatement_body_feature = Body _UI_WhileStatement_expression_feature = Expression _UI_ArrayType_componentType_feature = Component Type _UI_ArrayType_dimensions_feature = Dimensions _UI_ArrayType_elementType_feature = Element Type _UI_ParameterizedType_type_feature = Type _UI_ParameterizedType_typeArguments_feature = Type Arguments _UI_PrimitiveType_code_feature = Code _UI_QualifiedType_name_feature = Name _UI_QualifiedType_qualifier_feature = Qualifier _UI_SimpleType_name_feature = Name _UI_WildcardType_bound_feature = Bound _UI_WildcardType_upperBound_feature = Upper Bound _UI_SingleVariableDeclaration_type_feature = Type _UI_SingleVariableDeclaration_varargs_feature = Varargs _UI_SingleVariableDeclaration_modifiers_feature = Modifiers _UI_QualifiedName_name_feature = Name _UI_QualifiedName_qualifier_feature = Qualifier _UI_SimpleName_identifier_feature = Identifier _UI_SimpleName_declaration_feature = Declaration _UI_NormalAnnotation_values_feature = Values _UI_SingleMemberAnnotation_value_feature = Value _UI_Unknown_feature = Unspecified _UI_AssignementOperatorKind_RIGHT_SHIFT_SIGNED_ASSIGN_literal = >>= _UI_AssignementOperatorKind_BIT_XOR_ASSIGN_literal = ^= _UI_AssignementOperatorKind_TIMES_ASSIGN_literal = *= _UI_AssignementOperatorKind_LEFT_SHIFT_ASSIGN_literal = <<= _UI_AssignementOperatorKind_MINUS_ASSIGN_literal = -= _UI_AssignementOperatorKind_BIT_OR_ASSIGN_literal = |= _UI_AssignementOperatorKind_PLUS_ASSIGN_literal = += _UI_AssignementOperatorKind_ASSIGN_literal = = _UI_AssignementOperatorKind_RIGHT_SHIFT_UNSIGNED_ASSIGN_literal = >>>= _UI_AssignementOperatorKind_REMAINDER_ASSIGN_literal = %= _UI_AssignementOperatorKind_DIVIDE_ASSIGN_literal = /= _UI_AssignementOperatorKind_BIT_AND_ASSIGN_literal = &= _UI_InfixExpressionOperatorKind_GREATER_EQUALS_literal = >= _UI_InfixExpressionOperatorKind_OR_literal = | _UI_InfixExpressionOperatorKind_RIGHT_SHIFT_SIGNED_literal = >> _UI_InfixExpressionOperatorKind_MINUS_literal = - _UI_InfixExpressionOperatorKind_XOR_literal = ^ _UI_InfixExpressionOperatorKind_LESS_EQUALS_literal = <= _UI_InfixExpressionOperatorKind_EQUALS_literal = == _UI_InfixExpressionOperatorKind_NOT_EQUALS_literal = != _UI_InfixExpressionOperatorKind_AND_literal = & _UI_InfixExpressionOperatorKind_PLUS_literal = + _UI_InfixExpressionOperatorKind_GREATER_literal = > _UI_InfixExpressionOperatorKind_CONDITIONAL_OR_literal = || _UI_InfixExpressionOperatorKind_REMAINDER_literal = % _UI_InfixExpressionOperatorKind_LESS_literal = < _UI_InfixExpressionOperatorKind_LEFT_SHIFT_literal = << _UI_InfixExpressionOperatorKind_RIGHT_SHIFT_UNSIGNED_literal = >>> _UI_InfixExpressionOperatorKind_CONDITIONAL_AND_literal = && _UI_InfixExpressionOperatorKind_TIMES_literal = * _UI_InfixExpressionOperatorKind_DIVIDE_literal = / _UI_PostfixExpresssionOperatorKind_INCREMENT_literal = ++ _UI_PostfixExpresssionOperatorKind_DECREMENT_literal = -- _UI_PrefixExpresssionOperatorKind_MINUS_literal = - _UI_PrefixExpresssionOperatorKind_NOT_literal = ! _UI_PrefixExpresssionOperatorKind_DECREMENT_literal = -- _UI_PrefixExpresssionOperatorKind_COMPLEMENT_literal = ~ _UI_PrefixExpresssionOperatorKind_INCREMENT_literal = ++ _UI_PrefixExpresssionOperatorKind_PLUS_literal = + _UI_ASTNode_startPosition_feature = Start Position _UI_ASTNode_length_feature = Length _UI_ASTNode_lexicalForm_feature = Lexical Form _UI_Type_resolvedType_feature = Resolved Type _UI_Expression_resolvedType_feature = Resolved Type _UI_AbstractTypeDeclaration_resolvedExpressionsOfType_feature = Resolved Expressions Of Type _UI_AbstractTypeDeclaration_resolvedTypeReferences_feature = Resolved Type References