From 1aaab538412567642664c6592206af5a17cee34e Mon Sep 17 00:00:00 2001 From: as3boyan Date: Thu, 4 Jun 2015 19:55:24 +0300 Subject: [PATCH 1/3] Nested function types support --- .../haxe/lang/lexer/HaxeTokenTypes.java | 18 -------------- .../plugins/haxe/lang/parser/HaxeParser.java | 22 ++--------------- .../psi/HaxeAbstractClassDeclaration.java | 18 -------------- .../plugins/haxe/lang/psi/HaxeAccess.java | 18 -------------- .../haxe/lang/psi/HaxeAdditiveExpression.java | 18 -------------- .../psi/HaxeAnonymousFunctionDeclaration.java | 18 -------------- .../haxe/lang/psi/HaxeAnonymousType.java | 18 -------------- .../haxe/lang/psi/HaxeAnonymousTypeBody.java | 18 -------------- .../haxe/lang/psi/HaxeAnonymousTypeField.java | 18 -------------- .../lang/psi/HaxeAnonymousTypeFieldList.java | 18 -------------- .../lang/psi/HaxeArrayAccessExpression.java | 18 -------------- .../haxe/lang/psi/HaxeArrayLiteral.java | 18 -------------- .../haxe/lang/psi/HaxeAssignExpression.java | 18 -------------- .../haxe/lang/psi/HaxeAssignOperation.java | 18 -------------- .../haxe/lang/psi/HaxeAutoBuildMacro.java | 18 -------------- .../plugins/haxe/lang/psi/HaxeBindMeta.java | 18 -------------- .../haxe/lang/psi/HaxeBitOperation.java | 18 -------------- .../plugins/haxe/lang/psi/HaxeBitmapMeta.java | 18 -------------- .../haxe/lang/psi/HaxeBitwiseExpression.java | 18 -------------- .../haxe/lang/psi/HaxeBlockStatement.java | 18 -------------- .../haxe/lang/psi/HaxeBreakStatement.java | 18 -------------- .../plugins/haxe/lang/psi/HaxeBuildMacro.java | 18 -------------- .../haxe/lang/psi/HaxeCallExpression.java | 18 -------------- .../haxe/lang/psi/HaxeCastExpression.java | 18 -------------- .../haxe/lang/psi/HaxeCatchStatement.java | 18 -------------- .../plugins/haxe/lang/psi/HaxeClassBody.java | 18 -------------- .../haxe/lang/psi/HaxeClassDeclaration.java | 18 -------------- .../haxe/lang/psi/HaxeCompareExpression.java | 18 -------------- .../haxe/lang/psi/HaxeCompareOperation.java | 18 -------------- .../haxe/lang/psi/HaxeComponentName.java | 18 -------------- .../haxe/lang/psi/HaxeContinueStatement.java | 18 -------------- .../haxe/lang/psi/HaxeCoreApiMeta.java | 18 -------------- .../plugins/haxe/lang/psi/HaxeCustomMeta.java | 18 -------------- .../plugins/haxe/lang/psi/HaxeDebugMeta.java | 18 -------------- .../lang/psi/HaxeDeclarationAttribute.java | 18 -------------- .../haxe/lang/psi/HaxeDefaultCase.java | 18 -------------- .../haxe/lang/psi/HaxeDoWhileStatement.java | 18 -------------- .../plugins/haxe/lang/psi/HaxeEnumBody.java | 18 -------------- .../psi/HaxeEnumConstructorParameters.java | 18 -------------- .../haxe/lang/psi/HaxeEnumDeclaration.java | 18 -------------- .../lang/psi/HaxeEnumValueDeclaration.java | 18 -------------- .../plugins/haxe/lang/psi/HaxeExpression.java | 18 -------------- .../haxe/lang/psi/HaxeExpressionList.java | 18 -------------- .../haxe/lang/psi/HaxeExtendsDeclaration.java | 18 -------------- .../lang/psi/HaxeExternClassDeclaration.java | 18 -------------- .../psi/HaxeExternClassDeclarationBody.java | 18 -------------- .../psi/HaxeExternFunctionDeclaration.java | 18 -------------- .../psi/HaxeExternInterfaceDeclaration.java | 18 -------------- .../haxe/lang/psi/HaxeExternKeyWord.java | 18 -------------- .../haxe/lang/psi/HaxeFakeEnumMeta.java | 18 -------------- .../haxe/lang/psi/HaxeFatArrowExpression.java | 18 -------------- .../plugins/haxe/lang/psi/HaxeFinalMeta.java | 18 -------------- .../haxe/lang/psi/HaxeForStatement.java | 18 -------------- ...HaxeFunctionDeclarationWithAttributes.java | 18 -------------- .../haxe/lang/psi/HaxeFunctionLiteral.java | 18 -------------- ...ionPrototypeDeclarationWithAttributes.java | 18 -------------- .../haxe/lang/psi/HaxeFunctionType.java | 22 ++--------------- .../haxe/lang/psi/HaxeGenericListPart.java | 18 -------------- .../haxe/lang/psi/HaxeGenericParam.java | 18 -------------- .../plugins/haxe/lang/psi/HaxeGetterMeta.java | 18 -------------- .../plugins/haxe/lang/psi/HaxeHackMeta.java | 18 -------------- .../plugins/haxe/lang/psi/HaxeIdentifier.java | 18 -------------- .../haxe/lang/psi/HaxeIfStatement.java | 18 -------------- .../lang/psi/HaxeImplementsDeclaration.java | 18 -------------- .../lang/psi/HaxeImportStatementRegular.java | 18 -------------- .../psi/HaxeImportStatementWithInSupport.java | 18 -------------- .../psi/HaxeImportStatementWithWildcard.java | 18 -------------- .../haxe/lang/psi/HaxeInheritList.java | 18 -------------- .../haxe/lang/psi/HaxeInterfaceBody.java | 18 -------------- .../lang/psi/HaxeInterfaceDeclaration.java | 18 -------------- .../plugins/haxe/lang/psi/HaxeIterable.java | 18 -------------- .../haxe/lang/psi/HaxeIteratorExpression.java | 18 -------------- .../haxe/lang/psi/HaxeJsRequireMeta.java | 18 -------------- .../plugins/haxe/lang/psi/HaxeKeepMeta.java | 18 -------------- .../haxe/lang/psi/HaxeLiteralExpression.java | 18 -------------- .../psi/HaxeLocalFunctionDeclaration.java | 18 -------------- .../lang/psi/HaxeLocalVarDeclaration.java | 18 -------------- .../lang/psi/HaxeLocalVarDeclarationPart.java | 18 -------------- .../haxe/lang/psi/HaxeLogicAndExpression.java | 18 -------------- .../haxe/lang/psi/HaxeLogicOrExpression.java | 18 -------------- .../haxe/lang/psi/HaxeLongTemplateEntry.java | 18 -------------- .../plugins/haxe/lang/psi/HaxeMacroClass.java | 18 -------------- .../haxe/lang/psi/HaxeMacroClassList.java | 18 -------------- .../haxe/lang/psi/HaxeMetaKeyValue.java | 18 -------------- .../plugins/haxe/lang/psi/HaxeMetaMeta.java | 18 -------------- .../psi/HaxeMultiplicativeExpression.java | 18 -------------- .../plugins/haxe/lang/psi/HaxeNativeMeta.java | 18 -------------- .../haxe/lang/psi/HaxeNewExpression.java | 18 -------------- .../haxe/lang/psi/HaxeNoDebugMeta.java | 18 -------------- .../plugins/haxe/lang/psi/HaxeNsMeta.java | 18 -------------- .../haxe/lang/psi/HaxeObjectLiteral.java | 18 -------------- .../lang/psi/HaxeObjectLiteralElement.java | 18 -------------- .../haxe/lang/psi/HaxeOverloadMeta.java | 18 -------------- .../haxe/lang/psi/HaxePackageStatement.java | 18 -------------- .../plugins/haxe/lang/psi/HaxeParameter.java | 18 -------------- .../haxe/lang/psi/HaxeParameterList.java | 18 -------------- .../lang/psi/HaxeParenthesizedExpression.java | 18 -------------- .../haxe/lang/psi/HaxePrefixExpression.java | 18 -------------- .../haxe/lang/psi/HaxePrivateKeyWord.java | 18 -------------- .../haxe/lang/psi/HaxePropertyAccessor.java | 18 -------------- .../lang/psi/HaxePropertyDeclaration.java | 18 -------------- .../haxe/lang/psi/HaxeProtectedMeta.java | 18 -------------- .../lang/psi/HaxeReferenceExpression.java | 18 -------------- .../psi/HaxeRegularExpressionLiteral.java | 18 -------------- .../haxe/lang/psi/HaxeRequireMeta.java | 18 -------------- .../haxe/lang/psi/HaxeReturnStatement.java | 18 -------------- .../HaxeReturnStatementWithoutSemicolon.java | 18 -------------- .../plugins/haxe/lang/psi/HaxeSetterMeta.java | 18 -------------- .../haxe/lang/psi/HaxeShiftExpression.java | 18 -------------- .../haxe/lang/psi/HaxeShiftOperator.java | 18 -------------- .../haxe/lang/psi/HaxeShiftRightOperator.java | 18 -------------- .../haxe/lang/psi/HaxeShortTemplateEntry.java | 18 -------------- .../plugins/haxe/lang/psi/HaxeSimpleMeta.java | 18 -------------- .../lang/psi/HaxeStringLiteralExpression.java | 18 -------------- .../haxe/lang/psi/HaxeSuffixExpression.java | 18 -------------- .../haxe/lang/psi/HaxeSuperExpression.java | 18 -------------- .../haxe/lang/psi/HaxeSwitchBlock.java | 18 -------------- .../plugins/haxe/lang/psi/HaxeSwitchCase.java | 18 -------------- .../haxe/lang/psi/HaxeSwitchCaseBlock.java | 18 -------------- .../lang/psi/HaxeSwitchCaseExpression.java | 18 -------------- .../haxe/lang/psi/HaxeSwitchStatement.java | 18 -------------- .../haxe/lang/psi/HaxeTernaryExpression.java | 18 -------------- .../haxe/lang/psi/HaxeThisExpression.java | 18 -------------- .../haxe/lang/psi/HaxeThrowStatement.java | 18 -------------- .../haxe/lang/psi/HaxeTryStatement.java | 18 -------------- .../plugins/haxe/lang/psi/HaxeType.java | 18 -------------- .../haxe/lang/psi/HaxeTypeExtends.java | 18 -------------- .../plugins/haxe/lang/psi/HaxeTypeList.java | 18 -------------- .../haxe/lang/psi/HaxeTypeListPart.java | 18 -------------- .../haxe/lang/psi/HaxeTypeOrAnonymous.java | 18 -------------- .../plugins/haxe/lang/psi/HaxeTypeParam.java | 18 -------------- .../plugins/haxe/lang/psi/HaxeTypeTag.java | 18 -------------- .../haxe/lang/psi/HaxeTypedefDeclaration.java | 18 -------------- .../haxe/lang/psi/HaxeUnreflectiveMeta.java | 18 -------------- .../psi/HaxeUnsignedShiftRightOperator.java | 18 -------------- .../haxe/lang/psi/HaxeUsingStatement.java | 18 -------------- .../haxe/lang/psi/HaxeVarDeclaration.java | 18 -------------- .../haxe/lang/psi/HaxeVarDeclarationPart.java | 18 -------------- .../plugins/haxe/lang/psi/HaxeVarInit.java | 18 -------------- .../plugins/haxe/lang/psi/HaxeVisitor.java | 18 -------------- .../haxe/lang/psi/HaxeWhileStatement.java | 18 -------------- .../plugins/haxe/lang/psi/HaxeWildcard.java | 18 -------------- .../HaxeAbstractClassDeclarationImpl.java | 18 -------------- .../haxe/lang/psi/impl/HaxeAccessImpl.java | 18 -------------- .../psi/impl/HaxeAdditiveExpressionImpl.java | 18 -------------- .../HaxeAnonymousFunctionDeclarationImpl.java | 18 -------------- .../psi/impl/HaxeAnonymousTypeBodyImpl.java | 18 -------------- .../psi/impl/HaxeAnonymousTypeFieldImpl.java | 18 -------------- .../impl/HaxeAnonymousTypeFieldListImpl.java | 18 -------------- .../lang/psi/impl/HaxeAnonymousTypeImpl.java | 18 -------------- .../impl/HaxeArrayAccessExpressionImpl.java | 18 -------------- .../lang/psi/impl/HaxeArrayLiteralImpl.java | 18 -------------- .../psi/impl/HaxeAssignExpressionImpl.java | 18 -------------- .../psi/impl/HaxeAssignOperationImpl.java | 18 -------------- .../lang/psi/impl/HaxeAutoBuildMacroImpl.java | 18 -------------- .../haxe/lang/psi/impl/HaxeBindMetaImpl.java | 18 -------------- .../lang/psi/impl/HaxeBitOperationImpl.java | 18 -------------- .../lang/psi/impl/HaxeBitmapMetaImpl.java | 18 -------------- .../psi/impl/HaxeBitwiseExpressionImpl.java | 18 -------------- .../lang/psi/impl/HaxeBlockStatementImpl.java | 18 -------------- .../lang/psi/impl/HaxeBreakStatementImpl.java | 18 -------------- .../lang/psi/impl/HaxeBuildMacroImpl.java | 18 -------------- .../lang/psi/impl/HaxeCallExpressionImpl.java | 18 -------------- .../lang/psi/impl/HaxeCastExpressionImpl.java | 18 -------------- .../lang/psi/impl/HaxeCatchStatementImpl.java | 18 -------------- .../haxe/lang/psi/impl/HaxeClassBodyImpl.java | 18 -------------- .../psi/impl/HaxeClassDeclarationImpl.java | 18 -------------- .../psi/impl/HaxeCompareExpressionImpl.java | 18 -------------- .../psi/impl/HaxeCompareOperationImpl.java | 18 -------------- .../lang/psi/impl/HaxeComponentNameImpl.java | 18 -------------- .../psi/impl/HaxeContinueStatementImpl.java | 18 -------------- .../lang/psi/impl/HaxeCoreApiMetaImpl.java | 18 -------------- .../lang/psi/impl/HaxeCustomMetaImpl.java | 18 -------------- .../haxe/lang/psi/impl/HaxeDebugMetaImpl.java | 18 -------------- .../impl/HaxeDeclarationAttributeImpl.java | 18 -------------- .../lang/psi/impl/HaxeDefaultCaseImpl.java | 18 -------------- .../psi/impl/HaxeDoWhileStatementImpl.java | 18 -------------- .../haxe/lang/psi/impl/HaxeEnumBodyImpl.java | 18 -------------- .../HaxeEnumConstructorParametersImpl.java | 18 -------------- .../psi/impl/HaxeEnumDeclarationImpl.java | 18 -------------- .../impl/HaxeEnumValueDeclarationImpl.java | 18 -------------- .../lang/psi/impl/HaxeExpressionImpl.java | 18 -------------- .../lang/psi/impl/HaxeExpressionListImpl.java | 18 -------------- .../psi/impl/HaxeExtendsDeclarationImpl.java | 18 -------------- .../HaxeExternClassDeclarationBodyImpl.java | 18 -------------- .../impl/HaxeExternClassDeclarationImpl.java | 18 -------------- .../HaxeExternFunctionDeclarationImpl.java | 18 -------------- .../HaxeExternInterfaceDeclarationImpl.java | 18 -------------- .../lang/psi/impl/HaxeExternKeyWordImpl.java | 18 -------------- .../lang/psi/impl/HaxeFakeEnumMetaImpl.java | 18 -------------- .../psi/impl/HaxeFatArrowExpressionImpl.java | 18 -------------- .../haxe/lang/psi/impl/HaxeFinalMetaImpl.java | 18 -------------- .../lang/psi/impl/HaxeForStatementImpl.java | 18 -------------- ...FunctionDeclarationWithAttributesImpl.java | 18 -------------- .../psi/impl/HaxeFunctionLiteralImpl.java | 18 -------------- ...rototypeDeclarationWithAttributesImpl.java | 18 -------------- .../lang/psi/impl/HaxeFunctionTypeImpl.java | 24 +++---------------- .../psi/impl/HaxeGenericListPartImpl.java | 18 -------------- .../lang/psi/impl/HaxeGenericParamImpl.java | 18 -------------- .../lang/psi/impl/HaxeGetterMetaImpl.java | 18 -------------- .../haxe/lang/psi/impl/HaxeHackMetaImpl.java | 18 -------------- .../lang/psi/impl/HaxeIdentifierImpl.java | 18 -------------- .../lang/psi/impl/HaxeIfStatementImpl.java | 18 -------------- .../impl/HaxeImplementsDeclarationImpl.java | 18 -------------- .../impl/HaxeImportStatementRegularImpl.java | 18 -------------- .../HaxeImportStatementWithInSupportImpl.java | 18 -------------- .../HaxeImportStatementWithWildcardImpl.java | 18 -------------- .../lang/psi/impl/HaxeInheritListImpl.java | 18 -------------- .../lang/psi/impl/HaxeInterfaceBodyImpl.java | 18 -------------- .../impl/HaxeInterfaceDeclarationImpl.java | 18 -------------- .../haxe/lang/psi/impl/HaxeIterableImpl.java | 18 -------------- .../psi/impl/HaxeIteratorExpressionImpl.java | 18 -------------- .../lang/psi/impl/HaxeJsRequireMetaImpl.java | 18 -------------- .../haxe/lang/psi/impl/HaxeKeepMetaImpl.java | 18 -------------- .../psi/impl/HaxeLiteralExpressionImpl.java | 18 -------------- .../HaxeLocalFunctionDeclarationImpl.java | 18 -------------- .../psi/impl/HaxeLocalVarDeclarationImpl.java | 18 -------------- .../impl/HaxeLocalVarDeclarationPartImpl.java | 18 -------------- .../psi/impl/HaxeLogicAndExpressionImpl.java | 18 -------------- .../psi/impl/HaxeLogicOrExpressionImpl.java | 18 -------------- .../psi/impl/HaxeLongTemplateEntryImpl.java | 18 -------------- .../lang/psi/impl/HaxeMacroClassImpl.java | 18 -------------- .../lang/psi/impl/HaxeMacroClassListImpl.java | 18 -------------- .../lang/psi/impl/HaxeMetaKeyValueImpl.java | 18 -------------- .../haxe/lang/psi/impl/HaxeMetaMetaImpl.java | 18 -------------- .../HaxeMultiplicativeExpressionImpl.java | 18 -------------- .../lang/psi/impl/HaxeNativeMetaImpl.java | 18 -------------- .../lang/psi/impl/HaxeNewExpressionImpl.java | 18 -------------- .../lang/psi/impl/HaxeNoDebugMetaImpl.java | 18 -------------- .../haxe/lang/psi/impl/HaxeNsMetaImpl.java | 18 -------------- .../impl/HaxeObjectLiteralElementImpl.java | 18 -------------- .../lang/psi/impl/HaxeObjectLiteralImpl.java | 18 -------------- .../lang/psi/impl/HaxeOverloadMetaImpl.java | 18 -------------- .../psi/impl/HaxePackageStatementImpl.java | 18 -------------- .../haxe/lang/psi/impl/HaxeParameterImpl.java | 18 -------------- .../lang/psi/impl/HaxeParameterListImpl.java | 18 -------------- .../impl/HaxeParenthesizedExpressionImpl.java | 18 -------------- .../psi/impl/HaxePrefixExpressionImpl.java | 18 -------------- .../lang/psi/impl/HaxePrivateKeyWordImpl.java | 18 -------------- .../psi/impl/HaxePropertyAccessorImpl.java | 18 -------------- .../psi/impl/HaxePropertyDeclarationImpl.java | 18 -------------- .../lang/psi/impl/HaxeProtectedMetaImpl.java | 18 -------------- .../psi/impl/HaxeReferenceExpressionImpl.java | 18 -------------- .../HaxeRegularExpressionLiteralImpl.java | 18 -------------- .../lang/psi/impl/HaxeRequireMetaImpl.java | 18 -------------- .../psi/impl/HaxeReturnStatementImpl.java | 18 -------------- ...xeReturnStatementWithoutSemicolonImpl.java | 18 -------------- .../lang/psi/impl/HaxeSetterMetaImpl.java | 18 -------------- .../psi/impl/HaxeShiftExpressionImpl.java | 18 -------------- .../lang/psi/impl/HaxeShiftOperatorImpl.java | 18 -------------- .../psi/impl/HaxeShiftRightOperatorImpl.java | 18 -------------- .../psi/impl/HaxeShortTemplateEntryImpl.java | 18 -------------- .../lang/psi/impl/HaxeSimpleMetaImpl.java | 18 -------------- .../impl/HaxeStringLiteralExpressionImpl.java | 18 -------------- .../psi/impl/HaxeSuffixExpressionImpl.java | 18 -------------- .../psi/impl/HaxeSuperExpressionImpl.java | 18 -------------- .../lang/psi/impl/HaxeSwitchBlockImpl.java | 18 -------------- .../psi/impl/HaxeSwitchCaseBlockImpl.java | 18 -------------- .../impl/HaxeSwitchCaseExpressionImpl.java | 18 -------------- .../lang/psi/impl/HaxeSwitchCaseImpl.java | 18 -------------- .../psi/impl/HaxeSwitchStatementImpl.java | 18 -------------- .../psi/impl/HaxeTernaryExpressionImpl.java | 18 -------------- .../lang/psi/impl/HaxeThisExpressionImpl.java | 18 -------------- .../lang/psi/impl/HaxeThrowStatementImpl.java | 18 -------------- .../lang/psi/impl/HaxeTryStatementImpl.java | 18 -------------- .../lang/psi/impl/HaxeTypeExtendsImpl.java | 18 -------------- .../haxe/lang/psi/impl/HaxeTypeImpl.java | 18 -------------- .../haxe/lang/psi/impl/HaxeTypeListImpl.java | 18 -------------- .../lang/psi/impl/HaxeTypeListPartImpl.java | 18 -------------- .../psi/impl/HaxeTypeOrAnonymousImpl.java | 18 -------------- .../haxe/lang/psi/impl/HaxeTypeParamImpl.java | 18 -------------- .../haxe/lang/psi/impl/HaxeTypeTagImpl.java | 18 -------------- .../psi/impl/HaxeTypedefDeclarationImpl.java | 18 -------------- .../psi/impl/HaxeUnreflectiveMetaImpl.java | 18 -------------- .../HaxeUnsignedShiftRightOperatorImpl.java | 18 -------------- .../lang/psi/impl/HaxeUsingStatementImpl.java | 18 -------------- .../lang/psi/impl/HaxeVarDeclarationImpl.java | 18 -------------- .../psi/impl/HaxeVarDeclarationPartImpl.java | 18 -------------- .../haxe/lang/psi/impl/HaxeVarInitImpl.java | 18 -------------- .../lang/psi/impl/HaxeWhileStatementImpl.java | 18 -------------- .../haxe/lang/psi/impl/HaxeWildcardImpl.java | 18 -------------- grammar/haxe.bnf | 2 +- .../ide/structure/HaxeStructureViewModel.java | 6 +---- .../haxe/runner/debugger/HaxeDebugRunner.java | 4 ++-- .../haxe/util/HaxePresentableUtil.java | 16 ++++++++++--- .../plugins/haxe/util/HaxeResolveUtil.java | 6 +++-- 286 files changed, 28 insertions(+), 5078 deletions(-) diff --git a/gen/com/intellij/plugins/haxe/lang/lexer/HaxeTokenTypes.java b/gen/com/intellij/plugins/haxe/lang/lexer/HaxeTokenTypes.java index c143aed6d..a017c43a2 100644 --- a/gen/com/intellij/plugins/haxe/lang/lexer/HaxeTokenTypes.java +++ b/gen/com/intellij/plugins/haxe/lang/lexer/HaxeTokenTypes.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.lexer; diff --git a/gen/com/intellij/plugins/haxe/lang/parser/HaxeParser.java b/gen/com/intellij/plugins/haxe/lang/parser/HaxeParser.java index 30e7cff5f..b40ae8ae0 100644 --- a/gen/com/intellij/plugins/haxe/lang/parser/HaxeParser.java +++ b/gen/com/intellij/plugins/haxe/lang/parser/HaxeParser.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.parser; @@ -2620,7 +2602,7 @@ private static boolean functionPrototypeDeclarationWithAttributes_8(PsiBuilder b } /* ********************************************************** */ - // '->' '?'? typeOrAnonymous + // '->' '?'? functionTypeOrWrapper public static boolean functionType(PsiBuilder b, int l) { if (!recursion_guard_(b, l, "functionType")) return false; if (!nextTokenIs(b, OARROW)) return false; @@ -2628,7 +2610,7 @@ public static boolean functionType(PsiBuilder b, int l) { Marker m = enter_section_(b, l, _LEFT_, null); r = consumeToken(b, OARROW); r = r && functionType_1(b, l + 1); - r = r && typeOrAnonymous(b, l + 1); + r = r && functionTypeOrWrapper(b, l + 1); exit_section_(b, l, m, FUNCTION_TYPE, r, false, null); return r; } diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAbstractClassDeclaration.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAbstractClassDeclaration.java index aa1d71cae..dad0a93e0 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAbstractClassDeclaration.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAbstractClassDeclaration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAccess.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAccess.java index 45b3608ab..72e693312 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAccess.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAccess.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAdditiveExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAdditiveExpression.java index 6dd13beae..2b7673f13 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAdditiveExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAdditiveExpression.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAnonymousFunctionDeclaration.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAnonymousFunctionDeclaration.java index a2056acac..fdef6b937 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAnonymousFunctionDeclaration.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAnonymousFunctionDeclaration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAnonymousType.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAnonymousType.java index be03d7cdf..08b4fdad7 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAnonymousType.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAnonymousType.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAnonymousTypeBody.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAnonymousTypeBody.java index d5236c2a2..22dd5de5c 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAnonymousTypeBody.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAnonymousTypeBody.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAnonymousTypeField.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAnonymousTypeField.java index 2a2ead316..e00372784 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAnonymousTypeField.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAnonymousTypeField.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAnonymousTypeFieldList.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAnonymousTypeFieldList.java index afdcdc0f7..e140ec468 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAnonymousTypeFieldList.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAnonymousTypeFieldList.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeArrayAccessExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeArrayAccessExpression.java index ff592f746..78196a36c 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeArrayAccessExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeArrayAccessExpression.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeArrayLiteral.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeArrayLiteral.java index 1e2d2155f..164ad099a 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeArrayLiteral.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeArrayLiteral.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAssignExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAssignExpression.java index 60e655a67..acee20e88 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAssignExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAssignExpression.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAssignOperation.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAssignOperation.java index 89dfa8b75..18e37918c 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAssignOperation.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAssignOperation.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAutoBuildMacro.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAutoBuildMacro.java index 927b5b0d5..fddc50d94 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAutoBuildMacro.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAutoBuildMacro.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeBindMeta.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeBindMeta.java index 27d9d583d..3be1ebd85 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeBindMeta.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeBindMeta.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeBitOperation.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeBitOperation.java index 6f0d572ea..edb840c20 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeBitOperation.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeBitOperation.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeBitmapMeta.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeBitmapMeta.java index e4f773ad4..3dfa2ecac 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeBitmapMeta.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeBitmapMeta.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeBitwiseExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeBitwiseExpression.java index c21d9e538..30d44e327 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeBitwiseExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeBitwiseExpression.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeBlockStatement.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeBlockStatement.java index f6a392f27..35be3210c 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeBlockStatement.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeBlockStatement.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeBreakStatement.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeBreakStatement.java index e4f8f92ee..17d87f7fe 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeBreakStatement.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeBreakStatement.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeBuildMacro.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeBuildMacro.java index 20328e109..b8aab6d7d 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeBuildMacro.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeBuildMacro.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeCallExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeCallExpression.java index dee522c87..f19235e04 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeCallExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeCallExpression.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeCastExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeCastExpression.java index ced02003b..72164c02b 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeCastExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeCastExpression.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeCatchStatement.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeCatchStatement.java index 30dd62712..4c9e36a98 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeCatchStatement.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeCatchStatement.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeClassBody.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeClassBody.java index ff5f33e44..3843f6981 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeClassBody.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeClassBody.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeClassDeclaration.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeClassDeclaration.java index c9dcd15fd..28c9c8981 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeClassDeclaration.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeClassDeclaration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeCompareExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeCompareExpression.java index 933df8d12..ef1119c1f 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeCompareExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeCompareExpression.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeCompareOperation.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeCompareOperation.java index b618dcb01..2378edd93 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeCompareOperation.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeCompareOperation.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeComponentName.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeComponentName.java index 0b834c054..66070baa5 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeComponentName.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeComponentName.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeContinueStatement.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeContinueStatement.java index b1dfb2350..6e9ee9686 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeContinueStatement.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeContinueStatement.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeCoreApiMeta.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeCoreApiMeta.java index 3c4a3e59d..b3888d937 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeCoreApiMeta.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeCoreApiMeta.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeCustomMeta.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeCustomMeta.java index 207858505..87e2dca3d 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeCustomMeta.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeCustomMeta.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeDebugMeta.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeDebugMeta.java index 571928131..5ed3accd8 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeDebugMeta.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeDebugMeta.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeDeclarationAttribute.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeDeclarationAttribute.java index 26aa39800..9f588882a 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeDeclarationAttribute.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeDeclarationAttribute.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeDefaultCase.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeDefaultCase.java index 44e1bc4d3..5ec90e0e2 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeDefaultCase.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeDefaultCase.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeDoWhileStatement.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeDoWhileStatement.java index 097069458..332a037d4 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeDoWhileStatement.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeDoWhileStatement.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeEnumBody.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeEnumBody.java index f87c078f1..a5984621e 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeEnumBody.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeEnumBody.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeEnumConstructorParameters.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeEnumConstructorParameters.java index d838c003b..5e7405641 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeEnumConstructorParameters.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeEnumConstructorParameters.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeEnumDeclaration.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeEnumDeclaration.java index e4c1f5025..095e031b1 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeEnumDeclaration.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeEnumDeclaration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeEnumValueDeclaration.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeEnumValueDeclaration.java index aaf2ec77a..b350821d5 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeEnumValueDeclaration.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeEnumValueDeclaration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeExpression.java index e6ff0ad8b..56e3b949f 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeExpression.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeExpressionList.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeExpressionList.java index a07de03e8..d9c793e7b 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeExpressionList.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeExpressionList.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeExtendsDeclaration.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeExtendsDeclaration.java index 2237a69e7..a9ed9309d 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeExtendsDeclaration.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeExtendsDeclaration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeExternClassDeclaration.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeExternClassDeclaration.java index be01d0e8b..3729d65cf 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeExternClassDeclaration.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeExternClassDeclaration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeExternClassDeclarationBody.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeExternClassDeclarationBody.java index 426ad5934..fc4dc689b 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeExternClassDeclarationBody.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeExternClassDeclarationBody.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeExternFunctionDeclaration.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeExternFunctionDeclaration.java index 9b6f0bdd5..68ffbdf5a 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeExternFunctionDeclaration.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeExternFunctionDeclaration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeExternInterfaceDeclaration.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeExternInterfaceDeclaration.java index 8b28670e0..750604a45 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeExternInterfaceDeclaration.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeExternInterfaceDeclaration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeExternKeyWord.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeExternKeyWord.java index 7c9161323..83550ce0b 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeExternKeyWord.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeExternKeyWord.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeFakeEnumMeta.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeFakeEnumMeta.java index 6b2ae845e..f140195f5 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeFakeEnumMeta.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeFakeEnumMeta.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeFatArrowExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeFatArrowExpression.java index 08ca1f28f..ea2a08d19 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeFatArrowExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeFatArrowExpression.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeFinalMeta.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeFinalMeta.java index f72387deb..c1b7141f5 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeFinalMeta.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeFinalMeta.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeForStatement.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeForStatement.java index b7da95ac9..8f6a88307 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeForStatement.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeForStatement.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeFunctionDeclarationWithAttributes.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeFunctionDeclarationWithAttributes.java index ed9a54ca8..1e32e3ce2 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeFunctionDeclarationWithAttributes.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeFunctionDeclarationWithAttributes.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeFunctionLiteral.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeFunctionLiteral.java index 0bf963b72..25c10954d 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeFunctionLiteral.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeFunctionLiteral.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeFunctionPrototypeDeclarationWithAttributes.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeFunctionPrototypeDeclarationWithAttributes.java index 0fbd8b61a..47b93d257 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeFunctionPrototypeDeclarationWithAttributes.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeFunctionPrototypeDeclarationWithAttributes.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeFunctionType.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeFunctionType.java index aa4414e82..fac2b09dc 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeFunctionType.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeFunctionType.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; @@ -25,8 +7,8 @@ public interface HaxeFunctionType extends HaxePsiCompositeElement { - @Nullable - HaxeFunctionType getFunctionType(); + @NotNull + List getFunctionTypeList(); @NotNull List getTypeOrAnonymousList(); diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeGenericListPart.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeGenericListPart.java index f5530f817..da5faa7d6 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeGenericListPart.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeGenericListPart.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeGenericParam.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeGenericParam.java index 904f05684..12f983397 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeGenericParam.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeGenericParam.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeGetterMeta.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeGetterMeta.java index e170f3f85..e7dbade08 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeGetterMeta.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeGetterMeta.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeHackMeta.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeHackMeta.java index 820bfb6d2..7bd9afbd0 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeHackMeta.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeHackMeta.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeIdentifier.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeIdentifier.java index d8a72fc9f..399de0cf2 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeIdentifier.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeIdentifier.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeIfStatement.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeIfStatement.java index 353291392..537e0050b 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeIfStatement.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeIfStatement.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeImplementsDeclaration.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeImplementsDeclaration.java index a8f889909..d542c7d0f 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeImplementsDeclaration.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeImplementsDeclaration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeImportStatementRegular.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeImportStatementRegular.java index 18e413570..4877825f3 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeImportStatementRegular.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeImportStatementRegular.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeImportStatementWithInSupport.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeImportStatementWithInSupport.java index 2ce7404c2..d20db2056 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeImportStatementWithInSupport.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeImportStatementWithInSupport.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeImportStatementWithWildcard.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeImportStatementWithWildcard.java index 81b3ec937..fa06295a0 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeImportStatementWithWildcard.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeImportStatementWithWildcard.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeInheritList.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeInheritList.java index 2bb0bfd47..67fb1b43c 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeInheritList.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeInheritList.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeInterfaceBody.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeInterfaceBody.java index 21fd1b804..ed8f4d7aa 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeInterfaceBody.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeInterfaceBody.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeInterfaceDeclaration.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeInterfaceDeclaration.java index 067b28df9..5c806be84 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeInterfaceDeclaration.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeInterfaceDeclaration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeIterable.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeIterable.java index 4733ba11c..331466fc8 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeIterable.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeIterable.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeIteratorExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeIteratorExpression.java index 2584d7855..7b1b0f4dc 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeIteratorExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeIteratorExpression.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeJsRequireMeta.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeJsRequireMeta.java index c544ed93a..4baaaaaaa 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeJsRequireMeta.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeJsRequireMeta.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeKeepMeta.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeKeepMeta.java index 29beb5ab5..76a68f159 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeKeepMeta.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeKeepMeta.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeLiteralExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeLiteralExpression.java index 8f391cb25..15160ca3b 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeLiteralExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeLiteralExpression.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeLocalFunctionDeclaration.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeLocalFunctionDeclaration.java index a25635d6f..9d279d52f 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeLocalFunctionDeclaration.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeLocalFunctionDeclaration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeLocalVarDeclaration.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeLocalVarDeclaration.java index 7fd57cd83..f8a6d7f53 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeLocalVarDeclaration.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeLocalVarDeclaration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeLocalVarDeclarationPart.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeLocalVarDeclarationPart.java index 5d667ff3f..d2d4ed45e 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeLocalVarDeclarationPart.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeLocalVarDeclarationPart.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeLogicAndExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeLogicAndExpression.java index 377860347..6cfc654bc 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeLogicAndExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeLogicAndExpression.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeLogicOrExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeLogicOrExpression.java index 6bd23cbfe..0a8c4b4c0 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeLogicOrExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeLogicOrExpression.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeLongTemplateEntry.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeLongTemplateEntry.java index 19818fe13..909f596a8 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeLongTemplateEntry.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeLongTemplateEntry.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeMacroClass.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeMacroClass.java index ffb6bb161..490bfc1a3 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeMacroClass.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeMacroClass.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeMacroClassList.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeMacroClassList.java index 26fd21433..21acce3f9 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeMacroClassList.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeMacroClassList.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeMetaKeyValue.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeMetaKeyValue.java index ad838b45e..9fe3c8b0f 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeMetaKeyValue.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeMetaKeyValue.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeMetaMeta.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeMetaMeta.java index 00c27c2ee..b55870327 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeMetaMeta.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeMetaMeta.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeMultiplicativeExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeMultiplicativeExpression.java index c7a297e2a..8b483125b 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeMultiplicativeExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeMultiplicativeExpression.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeNativeMeta.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeNativeMeta.java index d97f16cba..2b5cd2485 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeNativeMeta.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeNativeMeta.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeNewExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeNewExpression.java index 832130938..e2be6e289 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeNewExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeNewExpression.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeNoDebugMeta.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeNoDebugMeta.java index fe8f75bae..076d8eb4d 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeNoDebugMeta.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeNoDebugMeta.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeNsMeta.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeNsMeta.java index 1d6dc9214..646cf083b 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeNsMeta.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeNsMeta.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeObjectLiteral.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeObjectLiteral.java index 2adb36bb4..a0420d9e5 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeObjectLiteral.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeObjectLiteral.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeObjectLiteralElement.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeObjectLiteralElement.java index e2bc9bfe2..6801735e0 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeObjectLiteralElement.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeObjectLiteralElement.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeOverloadMeta.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeOverloadMeta.java index b5946a422..406a35a03 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeOverloadMeta.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeOverloadMeta.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxePackageStatement.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxePackageStatement.java index d7a832969..a62fea98e 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxePackageStatement.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxePackageStatement.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeParameter.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeParameter.java index bffe6601f..018acdf68 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeParameter.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeParameter.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeParameterList.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeParameterList.java index 965bf0125..2974caf80 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeParameterList.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeParameterList.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeParenthesizedExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeParenthesizedExpression.java index 773c5b3fd..5e9b25027 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeParenthesizedExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeParenthesizedExpression.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxePrefixExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxePrefixExpression.java index 2c620fb3d..4366cfc84 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxePrefixExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxePrefixExpression.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxePrivateKeyWord.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxePrivateKeyWord.java index dcb6f1129..f4ded0bea 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxePrivateKeyWord.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxePrivateKeyWord.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxePropertyAccessor.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxePropertyAccessor.java index 31dd8d325..a0e813be0 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxePropertyAccessor.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxePropertyAccessor.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxePropertyDeclaration.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxePropertyDeclaration.java index 91d91cd3b..cfd091ebf 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxePropertyDeclaration.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxePropertyDeclaration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeProtectedMeta.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeProtectedMeta.java index 58504daff..b6fa2a332 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeProtectedMeta.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeProtectedMeta.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeReferenceExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeReferenceExpression.java index c9212dd14..059b0106d 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeReferenceExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeReferenceExpression.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeRegularExpressionLiteral.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeRegularExpressionLiteral.java index 5ab4fde3a..0bee640fd 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeRegularExpressionLiteral.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeRegularExpressionLiteral.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeRequireMeta.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeRequireMeta.java index 24f0ed588..9c79012ee 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeRequireMeta.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeRequireMeta.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeReturnStatement.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeReturnStatement.java index 9a058c1e4..040e039df 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeReturnStatement.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeReturnStatement.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeReturnStatementWithoutSemicolon.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeReturnStatementWithoutSemicolon.java index bb07841ef..056a8bb34 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeReturnStatementWithoutSemicolon.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeReturnStatementWithoutSemicolon.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeSetterMeta.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeSetterMeta.java index d988a0c55..bf47d4778 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeSetterMeta.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeSetterMeta.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeShiftExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeShiftExpression.java index 889868db4..59ff5d4ef 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeShiftExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeShiftExpression.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeShiftOperator.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeShiftOperator.java index 712f57314..26982e7e7 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeShiftOperator.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeShiftOperator.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeShiftRightOperator.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeShiftRightOperator.java index d26396a77..68807aad3 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeShiftRightOperator.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeShiftRightOperator.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeShortTemplateEntry.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeShortTemplateEntry.java index cb47af545..835104a91 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeShortTemplateEntry.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeShortTemplateEntry.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeSimpleMeta.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeSimpleMeta.java index 297645bf1..2ecf0ebb1 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeSimpleMeta.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeSimpleMeta.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeStringLiteralExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeStringLiteralExpression.java index d5069b692..c34e4fc8a 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeStringLiteralExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeStringLiteralExpression.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeSuffixExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeSuffixExpression.java index ed40e93c4..0cc3070c9 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeSuffixExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeSuffixExpression.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeSuperExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeSuperExpression.java index 08492a287..bf6433ee1 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeSuperExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeSuperExpression.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeSwitchBlock.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeSwitchBlock.java index 3dbf63755..ef34c0b9e 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeSwitchBlock.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeSwitchBlock.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeSwitchCase.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeSwitchCase.java index 51dfbf85e..257ecf6a4 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeSwitchCase.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeSwitchCase.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeSwitchCaseBlock.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeSwitchCaseBlock.java index 94ab599b3..65d081657 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeSwitchCaseBlock.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeSwitchCaseBlock.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeSwitchCaseExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeSwitchCaseExpression.java index 20f38dff7..ce85373b6 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeSwitchCaseExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeSwitchCaseExpression.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeSwitchStatement.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeSwitchStatement.java index 16e0847cd..49a4ddf63 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeSwitchStatement.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeSwitchStatement.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeTernaryExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeTernaryExpression.java index 30d72d231..1331fc86d 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeTernaryExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeTernaryExpression.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeThisExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeThisExpression.java index 0a08d7c19..3d8474580 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeThisExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeThisExpression.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeThrowStatement.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeThrowStatement.java index 31308b6ff..45c5a9b96 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeThrowStatement.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeThrowStatement.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeTryStatement.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeTryStatement.java index 8a4552df0..8f7428a9c 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeTryStatement.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeTryStatement.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeType.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeType.java index cba683bd8..fcb4f8e64 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeType.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeType.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeExtends.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeExtends.java index b0d1f2caf..48c4ef25e 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeExtends.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeExtends.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeList.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeList.java index 7c67636ba..ce8fda286 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeList.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeList.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeListPart.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeListPart.java index 7ac33599b..a0407edf1 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeListPart.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeListPart.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeOrAnonymous.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeOrAnonymous.java index 241009227..1b5d6b388 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeOrAnonymous.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeOrAnonymous.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeParam.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeParam.java index 6b20a5717..c34baa47c 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeParam.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeParam.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeTag.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeTag.java index 8309947f1..0116f19cf 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeTag.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeTag.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypedefDeclaration.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypedefDeclaration.java index f01f8c782..380ab1970 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypedefDeclaration.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypedefDeclaration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeUnreflectiveMeta.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeUnreflectiveMeta.java index ea2118d82..467b1c83b 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeUnreflectiveMeta.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeUnreflectiveMeta.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeUnsignedShiftRightOperator.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeUnsignedShiftRightOperator.java index 0e25630cd..cb9f43ef1 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeUnsignedShiftRightOperator.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeUnsignedShiftRightOperator.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeUsingStatement.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeUsingStatement.java index 0b40096de..39b00cef4 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeUsingStatement.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeUsingStatement.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeVarDeclaration.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeVarDeclaration.java index 67e432982..2d38c2cfa 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeVarDeclaration.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeVarDeclaration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeVarDeclarationPart.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeVarDeclarationPart.java index 813fb1a10..86f80b3c6 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeVarDeclarationPart.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeVarDeclarationPart.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeVarInit.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeVarInit.java index c2ff0d156..2addf0903 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeVarInit.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeVarInit.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeVisitor.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeVisitor.java index ed2bb2cb2..73ec2a89f 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeVisitor.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeVisitor.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeWhileStatement.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeWhileStatement.java index 874bc8369..63a4abb1e 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeWhileStatement.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeWhileStatement.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeWildcard.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeWildcard.java index 88342ff27..d579bdb8c 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeWildcard.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeWildcard.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAbstractClassDeclarationImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAbstractClassDeclarationImpl.java index 0e94c9bd1..a8ca742e8 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAbstractClassDeclarationImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAbstractClassDeclarationImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAccessImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAccessImpl.java index 080397bdf..c8e138c23 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAccessImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAccessImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAdditiveExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAdditiveExpressionImpl.java index c2ce51fd2..bfe1e0970 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAdditiveExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAdditiveExpressionImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAnonymousFunctionDeclarationImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAnonymousFunctionDeclarationImpl.java index e91ff4e75..01307b8da 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAnonymousFunctionDeclarationImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAnonymousFunctionDeclarationImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAnonymousTypeBodyImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAnonymousTypeBodyImpl.java index ac877bf30..831d4e04d 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAnonymousTypeBodyImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAnonymousTypeBodyImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAnonymousTypeFieldImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAnonymousTypeFieldImpl.java index 7ee2dd198..3f02f50e9 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAnonymousTypeFieldImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAnonymousTypeFieldImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAnonymousTypeFieldListImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAnonymousTypeFieldListImpl.java index c1ffef522..88622f2e5 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAnonymousTypeFieldListImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAnonymousTypeFieldListImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAnonymousTypeImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAnonymousTypeImpl.java index 4a3a0ff54..c07199252 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAnonymousTypeImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAnonymousTypeImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeArrayAccessExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeArrayAccessExpressionImpl.java index d50de8d95..a44887b67 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeArrayAccessExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeArrayAccessExpressionImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeArrayLiteralImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeArrayLiteralImpl.java index f30972f78..bc04548c3 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeArrayLiteralImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeArrayLiteralImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAssignExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAssignExpressionImpl.java index a649a5ea0..73b8a9b4d 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAssignExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAssignExpressionImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAssignOperationImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAssignOperationImpl.java index 29f5f252f..b38494b99 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAssignOperationImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAssignOperationImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAutoBuildMacroImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAutoBuildMacroImpl.java index aea471b01..18186ff85 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAutoBuildMacroImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAutoBuildMacroImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBindMetaImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBindMetaImpl.java index 995dca0d2..6988035d2 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBindMetaImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBindMetaImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBitOperationImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBitOperationImpl.java index 5d4e292c6..f1d9955dd 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBitOperationImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBitOperationImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBitmapMetaImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBitmapMetaImpl.java index 7840f185a..4344c41ed 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBitmapMetaImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBitmapMetaImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBitwiseExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBitwiseExpressionImpl.java index 260e038b1..4d7e62e95 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBitwiseExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBitwiseExpressionImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBlockStatementImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBlockStatementImpl.java index 84147c881..775899bd6 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBlockStatementImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBlockStatementImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBreakStatementImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBreakStatementImpl.java index 1b13322b5..33e77c56e 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBreakStatementImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBreakStatementImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBuildMacroImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBuildMacroImpl.java index c3d0d999d..f608368df 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBuildMacroImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBuildMacroImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCallExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCallExpressionImpl.java index df7f85aea..c20fc4205 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCallExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCallExpressionImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCastExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCastExpressionImpl.java index 60bd7f7f7..9338f1dc0 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCastExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCastExpressionImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCatchStatementImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCatchStatementImpl.java index 865eeaa9a..6a02a6924 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCatchStatementImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCatchStatementImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeClassBodyImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeClassBodyImpl.java index 6c1b4f123..400dfec94 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeClassBodyImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeClassBodyImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeClassDeclarationImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeClassDeclarationImpl.java index 4756f4a57..5082a5320 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeClassDeclarationImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeClassDeclarationImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCompareExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCompareExpressionImpl.java index 54c79c75e..e11aebbb8 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCompareExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCompareExpressionImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCompareOperationImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCompareOperationImpl.java index 0774a2a75..fbb6ec5a4 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCompareOperationImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCompareOperationImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeComponentNameImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeComponentNameImpl.java index ac9cc1418..c89b88151 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeComponentNameImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeComponentNameImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeContinueStatementImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeContinueStatementImpl.java index 9ed449f48..cc0e99517 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeContinueStatementImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeContinueStatementImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCoreApiMetaImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCoreApiMetaImpl.java index 2652193aa..85e3966c5 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCoreApiMetaImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCoreApiMetaImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCustomMetaImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCustomMetaImpl.java index 6119dddd4..93b741359 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCustomMetaImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCustomMetaImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeDebugMetaImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeDebugMetaImpl.java index d0c5c879c..73704c74f 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeDebugMetaImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeDebugMetaImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeDeclarationAttributeImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeDeclarationAttributeImpl.java index 83422e41c..a93d013d8 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeDeclarationAttributeImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeDeclarationAttributeImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeDefaultCaseImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeDefaultCaseImpl.java index 564c42fd3..3c223b4b3 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeDefaultCaseImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeDefaultCaseImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeDoWhileStatementImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeDoWhileStatementImpl.java index 37b3e4e41..6d7aca156 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeDoWhileStatementImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeDoWhileStatementImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeEnumBodyImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeEnumBodyImpl.java index a48b6164a..27e614100 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeEnumBodyImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeEnumBodyImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeEnumConstructorParametersImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeEnumConstructorParametersImpl.java index bdfe38eb1..e0fea9ae2 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeEnumConstructorParametersImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeEnumConstructorParametersImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeEnumDeclarationImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeEnumDeclarationImpl.java index b32c85521..b09ee8104 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeEnumDeclarationImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeEnumDeclarationImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeEnumValueDeclarationImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeEnumValueDeclarationImpl.java index 3dedc885f..fe0de057e 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeEnumValueDeclarationImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeEnumValueDeclarationImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExpressionImpl.java index 08c5ebf4b..0e8af5376 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExpressionImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExpressionListImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExpressionListImpl.java index 1fb8676f0..63606e41e 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExpressionListImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExpressionListImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExtendsDeclarationImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExtendsDeclarationImpl.java index f97f404bf..e8938e952 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExtendsDeclarationImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExtendsDeclarationImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExternClassDeclarationBodyImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExternClassDeclarationBodyImpl.java index b550377c7..b6efcaac4 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExternClassDeclarationBodyImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExternClassDeclarationBodyImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExternClassDeclarationImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExternClassDeclarationImpl.java index 3aa71129b..8efad9134 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExternClassDeclarationImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExternClassDeclarationImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExternFunctionDeclarationImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExternFunctionDeclarationImpl.java index 6608c4649..92a85f95d 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExternFunctionDeclarationImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExternFunctionDeclarationImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExternInterfaceDeclarationImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExternInterfaceDeclarationImpl.java index e5f2d3aee..aa30f4b90 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExternInterfaceDeclarationImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExternInterfaceDeclarationImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExternKeyWordImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExternKeyWordImpl.java index 12eb8e094..e20f01a82 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExternKeyWordImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExternKeyWordImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFakeEnumMetaImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFakeEnumMetaImpl.java index c1649c4bf..6b137883f 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFakeEnumMetaImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFakeEnumMetaImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFatArrowExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFatArrowExpressionImpl.java index 48b96ead1..849857bba 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFatArrowExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFatArrowExpressionImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFinalMetaImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFinalMetaImpl.java index b74258ee8..9e402de2e 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFinalMetaImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFinalMetaImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeForStatementImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeForStatementImpl.java index 1a376b427..15089ff96 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeForStatementImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeForStatementImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFunctionDeclarationWithAttributesImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFunctionDeclarationWithAttributesImpl.java index 11351a8af..a63a17dfb 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFunctionDeclarationWithAttributesImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFunctionDeclarationWithAttributesImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFunctionLiteralImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFunctionLiteralImpl.java index 4cc550dd7..3a1569e54 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFunctionLiteralImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFunctionLiteralImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFunctionPrototypeDeclarationWithAttributesImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFunctionPrototypeDeclarationWithAttributesImpl.java index 51c3e436c..14a56e36f 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFunctionPrototypeDeclarationWithAttributesImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFunctionPrototypeDeclarationWithAttributesImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFunctionTypeImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFunctionTypeImpl.java index 2476a0b08..bbd21e521 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFunctionTypeImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFunctionTypeImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; @@ -40,9 +22,9 @@ public void accept(@NotNull PsiElementVisitor visitor) { } @Override - @Nullable - public HaxeFunctionType getFunctionType() { - return findChildByClass(HaxeFunctionType.class); + @NotNull + public List getFunctionTypeList() { + return PsiTreeUtil.getChildrenOfTypeAsList(this, HaxeFunctionType.class); } @Override diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeGenericListPartImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeGenericListPartImpl.java index 635c03bf3..5ab954184 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeGenericListPartImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeGenericListPartImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeGenericParamImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeGenericParamImpl.java index d06c1e673..abb1aadc2 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeGenericParamImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeGenericParamImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeGetterMetaImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeGetterMetaImpl.java index 1eeba025a..959151b48 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeGetterMetaImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeGetterMetaImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeHackMetaImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeHackMetaImpl.java index bdc7105a3..2420c25d7 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeHackMetaImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeHackMetaImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeIdentifierImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeIdentifierImpl.java index 6b0aaf7c4..28dc9452f 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeIdentifierImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeIdentifierImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeIfStatementImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeIfStatementImpl.java index 817c54919..844f571aa 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeIfStatementImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeIfStatementImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeImplementsDeclarationImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeImplementsDeclarationImpl.java index 7fdeb28df..31cf2e05f 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeImplementsDeclarationImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeImplementsDeclarationImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeImportStatementRegularImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeImportStatementRegularImpl.java index 622820d88..267b269ee 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeImportStatementRegularImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeImportStatementRegularImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeImportStatementWithInSupportImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeImportStatementWithInSupportImpl.java index 9fe373c0f..2da9adc4b 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeImportStatementWithInSupportImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeImportStatementWithInSupportImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeImportStatementWithWildcardImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeImportStatementWithWildcardImpl.java index c3f38e467..e0d4f7394 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeImportStatementWithWildcardImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeImportStatementWithWildcardImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeInheritListImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeInheritListImpl.java index 3999fca21..036376ec2 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeInheritListImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeInheritListImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeInterfaceBodyImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeInterfaceBodyImpl.java index 07cf472cc..5f320e73b 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeInterfaceBodyImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeInterfaceBodyImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeInterfaceDeclarationImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeInterfaceDeclarationImpl.java index 7c8202b99..fc97b8c7a 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeInterfaceDeclarationImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeInterfaceDeclarationImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeIterableImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeIterableImpl.java index 544f5025a..10dd489b2 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeIterableImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeIterableImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeIteratorExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeIteratorExpressionImpl.java index 3260fecfc..bb0230113 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeIteratorExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeIteratorExpressionImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeJsRequireMetaImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeJsRequireMetaImpl.java index feda6093e..888d92039 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeJsRequireMetaImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeJsRequireMetaImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeKeepMetaImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeKeepMetaImpl.java index 095e68ac5..7a011a42f 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeKeepMetaImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeKeepMetaImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLiteralExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLiteralExpressionImpl.java index 04fdd6b1c..6ef19cbc1 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLiteralExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLiteralExpressionImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLocalFunctionDeclarationImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLocalFunctionDeclarationImpl.java index d593787d9..37b2de0fb 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLocalFunctionDeclarationImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLocalFunctionDeclarationImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLocalVarDeclarationImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLocalVarDeclarationImpl.java index b582f4282..e61bd2c63 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLocalVarDeclarationImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLocalVarDeclarationImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLocalVarDeclarationPartImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLocalVarDeclarationPartImpl.java index cb95a0cfb..3864283eb 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLocalVarDeclarationPartImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLocalVarDeclarationPartImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLogicAndExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLogicAndExpressionImpl.java index 387355280..6496fb215 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLogicAndExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLogicAndExpressionImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLogicOrExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLogicOrExpressionImpl.java index 439cae816..efe0ec0aa 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLogicOrExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLogicOrExpressionImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLongTemplateEntryImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLongTemplateEntryImpl.java index 0959cb703..32e95cc67 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLongTemplateEntryImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLongTemplateEntryImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeMacroClassImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeMacroClassImpl.java index 41ba4ef5a..1e9589222 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeMacroClassImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeMacroClassImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeMacroClassListImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeMacroClassListImpl.java index c137fb0ee..20ffa85eb 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeMacroClassListImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeMacroClassListImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeMetaKeyValueImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeMetaKeyValueImpl.java index 737beda7c..244341263 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeMetaKeyValueImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeMetaKeyValueImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeMetaMetaImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeMetaMetaImpl.java index 742b2b745..e2727d68f 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeMetaMetaImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeMetaMetaImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeMultiplicativeExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeMultiplicativeExpressionImpl.java index ac4bce4ff..196f9caef 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeMultiplicativeExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeMultiplicativeExpressionImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeNativeMetaImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeNativeMetaImpl.java index 1db7db283..a3de9a2d2 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeNativeMetaImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeNativeMetaImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeNewExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeNewExpressionImpl.java index caaf1ade5..a29f0c43d 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeNewExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeNewExpressionImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeNoDebugMetaImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeNoDebugMetaImpl.java index b86694e00..096f01e5b 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeNoDebugMetaImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeNoDebugMetaImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeNsMetaImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeNsMetaImpl.java index 6f0ab51b6..7a9a4b81f 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeNsMetaImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeNsMetaImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeObjectLiteralElementImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeObjectLiteralElementImpl.java index 3b6a9aa49..9640d0341 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeObjectLiteralElementImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeObjectLiteralElementImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeObjectLiteralImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeObjectLiteralImpl.java index d57847856..94b4ca070 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeObjectLiteralImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeObjectLiteralImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeOverloadMetaImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeOverloadMetaImpl.java index 3a46d44f2..5a3a0a286 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeOverloadMetaImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeOverloadMetaImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxePackageStatementImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxePackageStatementImpl.java index 9f0ec6f79..8855b1e68 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxePackageStatementImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxePackageStatementImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeParameterImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeParameterImpl.java index 5725676b6..16c5705f0 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeParameterImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeParameterImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeParameterListImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeParameterListImpl.java index 2fb1760a0..b937ffc73 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeParameterListImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeParameterListImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeParenthesizedExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeParenthesizedExpressionImpl.java index 857e933a8..9d167c948 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeParenthesizedExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeParenthesizedExpressionImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxePrefixExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxePrefixExpressionImpl.java index 3e233f07d..f5db3da13 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxePrefixExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxePrefixExpressionImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxePrivateKeyWordImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxePrivateKeyWordImpl.java index 869ce6a93..bb888383d 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxePrivateKeyWordImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxePrivateKeyWordImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxePropertyAccessorImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxePropertyAccessorImpl.java index 3725ed551..235fa04a0 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxePropertyAccessorImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxePropertyAccessorImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxePropertyDeclarationImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxePropertyDeclarationImpl.java index c3831907d..dec6c8789 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxePropertyDeclarationImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxePropertyDeclarationImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeProtectedMetaImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeProtectedMetaImpl.java index faaa44b8b..d71704bbc 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeProtectedMetaImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeProtectedMetaImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeReferenceExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeReferenceExpressionImpl.java index 60446856c..67edeaf73 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeReferenceExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeReferenceExpressionImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeRegularExpressionLiteralImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeRegularExpressionLiteralImpl.java index 96dd31f29..68a5cc625 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeRegularExpressionLiteralImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeRegularExpressionLiteralImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeRequireMetaImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeRequireMetaImpl.java index 02a49b0f5..13fba7c94 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeRequireMetaImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeRequireMetaImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeReturnStatementImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeReturnStatementImpl.java index 200ba4ebe..35bf35a3b 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeReturnStatementImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeReturnStatementImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeReturnStatementWithoutSemicolonImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeReturnStatementWithoutSemicolonImpl.java index 23165a209..3e8f2549f 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeReturnStatementWithoutSemicolonImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeReturnStatementWithoutSemicolonImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSetterMetaImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSetterMetaImpl.java index f24a8b016..bb3753022 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSetterMetaImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSetterMetaImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeShiftExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeShiftExpressionImpl.java index 01ca9c6a9..0d06600d5 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeShiftExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeShiftExpressionImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeShiftOperatorImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeShiftOperatorImpl.java index 5cce1586e..16d613993 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeShiftOperatorImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeShiftOperatorImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeShiftRightOperatorImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeShiftRightOperatorImpl.java index b0f28a806..8c3493ce2 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeShiftRightOperatorImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeShiftRightOperatorImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeShortTemplateEntryImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeShortTemplateEntryImpl.java index ab2bc1914..b7e51493f 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeShortTemplateEntryImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeShortTemplateEntryImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSimpleMetaImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSimpleMetaImpl.java index 7d4b4d1cd..7a50be152 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSimpleMetaImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSimpleMetaImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeStringLiteralExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeStringLiteralExpressionImpl.java index 68892bd89..3b5054dc4 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeStringLiteralExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeStringLiteralExpressionImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSuffixExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSuffixExpressionImpl.java index e1621abd8..f94a24a87 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSuffixExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSuffixExpressionImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSuperExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSuperExpressionImpl.java index 627301b2f..6f5c9897a 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSuperExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSuperExpressionImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSwitchBlockImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSwitchBlockImpl.java index 3143dae93..dc8ec5342 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSwitchBlockImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSwitchBlockImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSwitchCaseBlockImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSwitchCaseBlockImpl.java index cb4fd1337..b24e37ae9 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSwitchCaseBlockImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSwitchCaseBlockImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSwitchCaseExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSwitchCaseExpressionImpl.java index d147ca9b2..ec83c0735 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSwitchCaseExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSwitchCaseExpressionImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSwitchCaseImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSwitchCaseImpl.java index 93832e17a..24f431fc5 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSwitchCaseImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSwitchCaseImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSwitchStatementImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSwitchStatementImpl.java index 943319ccc..6c598e9f7 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSwitchStatementImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSwitchStatementImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTernaryExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTernaryExpressionImpl.java index 48c2b5b48..127907260 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTernaryExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTernaryExpressionImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeThisExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeThisExpressionImpl.java index b935c9a33..2e63f9f28 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeThisExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeThisExpressionImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeThrowStatementImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeThrowStatementImpl.java index 618f0fdae..f3af69e18 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeThrowStatementImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeThrowStatementImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTryStatementImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTryStatementImpl.java index 3829f1e5c..5b435216b 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTryStatementImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTryStatementImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeExtendsImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeExtendsImpl.java index 41a0ccef2..800d93e2a 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeExtendsImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeExtendsImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeImpl.java index 4b9efeecf..8408eec87 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeListImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeListImpl.java index c7b09f235..bf4c595f1 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeListImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeListImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeListPartImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeListPartImpl.java index 501fac7e6..e8eff7607 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeListPartImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeListPartImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeOrAnonymousImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeOrAnonymousImpl.java index 00c37dd8e..846f0c9fd 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeOrAnonymousImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeOrAnonymousImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeParamImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeParamImpl.java index 4d607f44d..d37c4eee6 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeParamImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeParamImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeTagImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeTagImpl.java index 8e20f0eb3..e79740349 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeTagImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeTagImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypedefDeclarationImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypedefDeclarationImpl.java index ede4738ae..e7e237036 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypedefDeclarationImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypedefDeclarationImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeUnreflectiveMetaImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeUnreflectiveMetaImpl.java index 6d66367c1..4395dd071 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeUnreflectiveMetaImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeUnreflectiveMetaImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeUnsignedShiftRightOperatorImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeUnsignedShiftRightOperatorImpl.java index 4739abe80..1f5430c18 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeUnsignedShiftRightOperatorImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeUnsignedShiftRightOperatorImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeUsingStatementImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeUsingStatementImpl.java index 855f7488a..79f542795 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeUsingStatementImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeUsingStatementImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeVarDeclarationImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeVarDeclarationImpl.java index 5428c3261..2282a6539 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeVarDeclarationImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeVarDeclarationImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeVarDeclarationPartImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeVarDeclarationPartImpl.java index d27fbac93..3fd96c785 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeVarDeclarationPartImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeVarDeclarationPartImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeVarInitImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeVarInitImpl.java index 62895a5ca..cb415e0ba 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeVarInitImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeVarInitImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeWhileStatementImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeWhileStatementImpl.java index c128882cb..087cb13db 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeWhileStatementImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeWhileStatementImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeWildcardImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeWildcardImpl.java index 60d95e75a..fd89d8c04 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeWildcardImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeWildcardImpl.java @@ -1,21 +1,3 @@ -/* - * Copyright 2000-2013 JetBrains s.r.o. - * Copyright 2014-2015 AS3Boyan - * Copyright 2014-2014 Elias Ku - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/grammar/haxe.bnf b/grammar/haxe.bnf index 2455a9401..47bbf5a24 100644 --- a/grammar/haxe.bnf +++ b/grammar/haxe.bnf @@ -363,7 +363,7 @@ arrayLiteral ::= '[' (expressionList ','?)? ']' private functionTypeWrapper ::= functionTypeOrWrapper functionType* private functionTypeOrWrapper ::= typeOrAnonymous | '(' functionTypeWrapper ')' -left functionType ::= '->' '?'? typeOrAnonymous +left functionType ::= '->' '?'? functionTypeOrWrapper /* * Haxe and Java have this backward from each other. diff --git a/src/14.1/com/intellij/plugins/haxe/ide/structure/HaxeStructureViewModel.java b/src/14.1/com/intellij/plugins/haxe/ide/structure/HaxeStructureViewModel.java index 66a5f8238..382b4ce81 100644 --- a/src/14.1/com/intellij/plugins/haxe/ide/structure/HaxeStructureViewModel.java +++ b/src/14.1/com/intellij/plugins/haxe/ide/structure/HaxeStructureViewModel.java @@ -74,11 +74,7 @@ public boolean isVisible(TreeElement treeNode) { if (!(treeNode instanceof HaxeStructureViewElement)) return true; final PsiElement element = ((HaxeStructureViewElement)treeNode).getRealElement(); - if (HaxeComponentType.typeOf(element) == HaxeComponentType.FIELD) { - return false; - } - - return true; + return HaxeComponentType.typeOf(element) != HaxeComponentType.FIELD; } public boolean isReverted() { diff --git a/src/14.1/com/intellij/plugins/haxe/runner/debugger/HaxeDebugRunner.java b/src/14.1/com/intellij/plugins/haxe/runner/debugger/HaxeDebugRunner.java index f687a877a..7f7777f88 100644 --- a/src/14.1/com/intellij/plugins/haxe/runner/debugger/HaxeDebugRunner.java +++ b/src/14.1/com/intellij/plugins/haxe/runner/debugger/HaxeDebugRunner.java @@ -760,8 +760,8 @@ public StackFrame(Project project, Module module, mFileName = (String)frameList.params.__a[4]; mLineNumber = (((Integer)frameList.params.__a[5]).intValue()); mClassAndFunctionName = - ((String)frameList.params.__a[2] + "." + - (String)frameList.params.__a[3]); + (frameList.params.__a[2] + "." + + frameList.params.__a[3]); String fileName = VfsUtil.extractFileName(mFileName); if (fileName == null) { fileName = mFileName; diff --git a/src/common/com/intellij/plugins/haxe/util/HaxePresentableUtil.java b/src/common/com/intellij/plugins/haxe/util/HaxePresentableUtil.java index 1c39637a7..c31d71c79 100644 --- a/src/common/com/intellij/plugins/haxe/util/HaxePresentableUtil.java +++ b/src/common/com/intellij/plugins/haxe/util/HaxePresentableUtil.java @@ -107,8 +107,16 @@ public static String buildTypeText(HaxeNamedComponent element, HaxeTypeTag typeT public static String buildTypeText(HaxeNamedComponent element, HaxeTypeTag typeTag, HaxeGenericSpecialization specialization) { if (typeTag != null) { - final HaxeFunctionType haxeFunctionType = (typeTag.getFunctionType() == null) ? null : - typeTag.getFunctionType().getFunctionType(); + List list; + HaxeFunctionType functionType = typeTag.getFunctionType(); + list = functionType != null ? functionType.getFunctionTypeList() : null; + HaxeFunctionType type = null; + if (list != null) { + type = list.size() > 0 ? list.get(0) : null; + } + + final HaxeFunctionType haxeFunctionType = (functionType == null) ? null : + type; if (haxeFunctionType != null) { return buildTypeText(element, haxeFunctionType, specialization); } @@ -142,7 +150,9 @@ private static String buildTypeText(HaxeNamedComponent element, "->" + buildTypeText(element, typeOrAnonymousList.get(1).getType(), specialization); } - return buildTypeText(element, functionType.getFunctionType(), specialization) + + List list = functionType.getFunctionTypeList(); + HaxeFunctionType type = list.size() > 0 ? list.get(0) : null; + return buildTypeText(element, type, specialization) + "->" + buildTypeText(element, typeOrAnonymousList.get(0).getType(), specialization); } diff --git a/src/common/com/intellij/plugins/haxe/util/HaxeResolveUtil.java b/src/common/com/intellij/plugins/haxe/util/HaxeResolveUtil.java index 0bc893c4d..74fc5e499 100644 --- a/src/common/com/intellij/plugins/haxe/util/HaxeResolveUtil.java +++ b/src/common/com/intellij/plugins/haxe/util/HaxeResolveUtil.java @@ -489,7 +489,8 @@ private static HaxeClassResolveResult tryResolveFunctionType(@Nullable HaxeFunct final HaxeTypeOrAnonymous returnTypeOrAnonymous = functionType.getTypeOrAnonymousList().get(functionType.getTypeOrAnonymousList().size() - 1); final HaxeClassResolveResult result = tryResolveClassByTypeTag(returnTypeOrAnonymous.getType(), specialization); - functionType = functionType.getFunctionType(); + List list = functionType.getFunctionTypeList(); + functionType = list.size() > 0 ? list.get(0) : null; while (functionType != null) { // todo: anonymous types :( final List typeList = functionType.getTypeOrAnonymousList(); @@ -497,7 +498,8 @@ private static HaxeClassResolveResult tryResolveFunctionType(@Nullable HaxeFunct for (HaxeTypeOrAnonymous typeOrAnonymous : typeList) { result.getFunctionTypes().add(tryResolveClassByTypeTag(typeOrAnonymous.getType(), specialization)); } - functionType = functionType.getFunctionType(); + List list2 = functionType.getFunctionTypeList(); + functionType = list2.size() > 0 ? list2.get(0) : null; } Collections.reverse(result.getFunctionTypes()); return result; From c9769933029ae032de3da3d998b463dcac17225c Mon Sep 17 00:00:00 2001 From: as3boyan Date: Thu, 4 Jun 2015 20:03:56 +0300 Subject: [PATCH 2/3] Update copyright --- .../haxe/lang/lexer/HaxeTokenTypes.java | 18 ++++++++++++++++++ .../plugins/haxe/lang/parser/HaxeParser.java | 18 ++++++++++++++++++ .../lang/psi/HaxeAbstractClassDeclaration.java | 18 ++++++++++++++++++ .../plugins/haxe/lang/psi/HaxeAccess.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeAdditiveExpression.java | 18 ++++++++++++++++++ .../psi/HaxeAnonymousFunctionDeclaration.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeAnonymousType.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeAnonymousTypeBody.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeAnonymousTypeField.java | 18 ++++++++++++++++++ .../lang/psi/HaxeAnonymousTypeFieldList.java | 18 ++++++++++++++++++ .../lang/psi/HaxeArrayAccessExpression.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeArrayLiteral.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeAssignExpression.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeAssignOperation.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeAutoBuildMacro.java | 18 ++++++++++++++++++ .../plugins/haxe/lang/psi/HaxeBindMeta.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeBitOperation.java | 18 ++++++++++++++++++ .../plugins/haxe/lang/psi/HaxeBitmapMeta.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeBitwiseExpression.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeBlockStatement.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeBreakStatement.java | 18 ++++++++++++++++++ .../plugins/haxe/lang/psi/HaxeBuildMacro.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeCallExpression.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeCastExpression.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeCatchStatement.java | 18 ++++++++++++++++++ .../plugins/haxe/lang/psi/HaxeClassBody.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeClassDeclaration.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeCompareExpression.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeCompareOperation.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeComponentName.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeContinueStatement.java | 18 ++++++++++++++++++ .../plugins/haxe/lang/psi/HaxeCoreApiMeta.java | 18 ++++++++++++++++++ .../plugins/haxe/lang/psi/HaxeCustomMeta.java | 18 ++++++++++++++++++ .../plugins/haxe/lang/psi/HaxeDebugMeta.java | 18 ++++++++++++++++++ .../lang/psi/HaxeDeclarationAttribute.java | 18 ++++++++++++++++++ .../plugins/haxe/lang/psi/HaxeDefaultCase.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeDoWhileStatement.java | 18 ++++++++++++++++++ .../plugins/haxe/lang/psi/HaxeEnumBody.java | 18 ++++++++++++++++++ .../psi/HaxeEnumConstructorParameters.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeEnumDeclaration.java | 18 ++++++++++++++++++ .../lang/psi/HaxeEnumValueDeclaration.java | 18 ++++++++++++++++++ .../plugins/haxe/lang/psi/HaxeExpression.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeExpressionList.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeExtendsDeclaration.java | 18 ++++++++++++++++++ .../lang/psi/HaxeExternClassDeclaration.java | 18 ++++++++++++++++++ .../psi/HaxeExternClassDeclarationBody.java | 18 ++++++++++++++++++ .../psi/HaxeExternFunctionDeclaration.java | 18 ++++++++++++++++++ .../psi/HaxeExternInterfaceDeclaration.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeExternKeyWord.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeFakeEnumMeta.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeFatArrowExpression.java | 18 ++++++++++++++++++ .../plugins/haxe/lang/psi/HaxeFinalMeta.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeForStatement.java | 18 ++++++++++++++++++ .../HaxeFunctionDeclarationWithAttributes.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeFunctionLiteral.java | 18 ++++++++++++++++++ ...tionPrototypeDeclarationWithAttributes.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeFunctionType.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeGenericListPart.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeGenericParam.java | 18 ++++++++++++++++++ .../plugins/haxe/lang/psi/HaxeGetterMeta.java | 18 ++++++++++++++++++ .../plugins/haxe/lang/psi/HaxeHackMeta.java | 18 ++++++++++++++++++ .../plugins/haxe/lang/psi/HaxeIdentifier.java | 18 ++++++++++++++++++ .../plugins/haxe/lang/psi/HaxeIfStatement.java | 18 ++++++++++++++++++ .../lang/psi/HaxeImplementsDeclaration.java | 18 ++++++++++++++++++ .../lang/psi/HaxeImportStatementRegular.java | 18 ++++++++++++++++++ .../psi/HaxeImportStatementWithInSupport.java | 18 ++++++++++++++++++ .../psi/HaxeImportStatementWithWildcard.java | 18 ++++++++++++++++++ .../plugins/haxe/lang/psi/HaxeInheritList.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeInterfaceBody.java | 18 ++++++++++++++++++ .../lang/psi/HaxeInterfaceDeclaration.java | 18 ++++++++++++++++++ .../plugins/haxe/lang/psi/HaxeIterable.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeIteratorExpression.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeJsRequireMeta.java | 18 ++++++++++++++++++ .../plugins/haxe/lang/psi/HaxeKeepMeta.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeLiteralExpression.java | 18 ++++++++++++++++++ .../lang/psi/HaxeLocalFunctionDeclaration.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeLocalVarDeclaration.java | 18 ++++++++++++++++++ .../lang/psi/HaxeLocalVarDeclarationPart.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeLogicAndExpression.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeLogicOrExpression.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeLongTemplateEntry.java | 18 ++++++++++++++++++ .../plugins/haxe/lang/psi/HaxeMacroClass.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeMacroClassList.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeMetaKeyValue.java | 18 ++++++++++++++++++ .../plugins/haxe/lang/psi/HaxeMetaMeta.java | 18 ++++++++++++++++++ .../lang/psi/HaxeMultiplicativeExpression.java | 18 ++++++++++++++++++ .../plugins/haxe/lang/psi/HaxeNativeMeta.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeNewExpression.java | 18 ++++++++++++++++++ .../plugins/haxe/lang/psi/HaxeNoDebugMeta.java | 18 ++++++++++++++++++ .../plugins/haxe/lang/psi/HaxeNsMeta.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeObjectLiteral.java | 18 ++++++++++++++++++ .../lang/psi/HaxeObjectLiteralElement.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeOverloadMeta.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxePackageStatement.java | 18 ++++++++++++++++++ .../plugins/haxe/lang/psi/HaxeParameter.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeParameterList.java | 18 ++++++++++++++++++ .../lang/psi/HaxeParenthesizedExpression.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxePrefixExpression.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxePrivateKeyWord.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxePropertyAccessor.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxePropertyDeclaration.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeProtectedMeta.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeReferenceExpression.java | 18 ++++++++++++++++++ .../lang/psi/HaxeRegularExpressionLiteral.java | 18 ++++++++++++++++++ .../plugins/haxe/lang/psi/HaxeRequireMeta.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeReturnStatement.java | 18 ++++++++++++++++++ .../HaxeReturnStatementWithoutSemicolon.java | 18 ++++++++++++++++++ .../plugins/haxe/lang/psi/HaxeSetterMeta.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeShiftExpression.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeShiftOperator.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeShiftRightOperator.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeShortTemplateEntry.java | 18 ++++++++++++++++++ .../plugins/haxe/lang/psi/HaxeSimpleMeta.java | 18 ++++++++++++++++++ .../lang/psi/HaxeStringLiteralExpression.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeSuffixExpression.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeSuperExpression.java | 18 ++++++++++++++++++ .../plugins/haxe/lang/psi/HaxeSwitchBlock.java | 18 ++++++++++++++++++ .../plugins/haxe/lang/psi/HaxeSwitchCase.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeSwitchCaseBlock.java | 18 ++++++++++++++++++ .../lang/psi/HaxeSwitchCaseExpression.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeSwitchStatement.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeTernaryExpression.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeThisExpression.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeThrowStatement.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeTryStatement.java | 18 ++++++++++++++++++ .../plugins/haxe/lang/psi/HaxeType.java | 18 ++++++++++++++++++ .../plugins/haxe/lang/psi/HaxeTypeExtends.java | 18 ++++++++++++++++++ .../plugins/haxe/lang/psi/HaxeTypeList.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeTypeListPart.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeTypeOrAnonymous.java | 18 ++++++++++++++++++ .../plugins/haxe/lang/psi/HaxeTypeParam.java | 18 ++++++++++++++++++ .../plugins/haxe/lang/psi/HaxeTypeTag.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeTypedefDeclaration.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeUnreflectiveMeta.java | 18 ++++++++++++++++++ .../psi/HaxeUnsignedShiftRightOperator.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeUsingStatement.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeVarDeclaration.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeVarDeclarationPart.java | 18 ++++++++++++++++++ .../plugins/haxe/lang/psi/HaxeVarInit.java | 18 ++++++++++++++++++ .../plugins/haxe/lang/psi/HaxeVisitor.java | 18 ++++++++++++++++++ .../haxe/lang/psi/HaxeWhileStatement.java | 18 ++++++++++++++++++ .../plugins/haxe/lang/psi/HaxeWildcard.java | 18 ++++++++++++++++++ .../impl/HaxeAbstractClassDeclarationImpl.java | 18 ++++++++++++++++++ .../haxe/lang/psi/impl/HaxeAccessImpl.java | 18 ++++++++++++++++++ .../psi/impl/HaxeAdditiveExpressionImpl.java | 18 ++++++++++++++++++ .../HaxeAnonymousFunctionDeclarationImpl.java | 18 ++++++++++++++++++ .../psi/impl/HaxeAnonymousTypeBodyImpl.java | 18 ++++++++++++++++++ .../psi/impl/HaxeAnonymousTypeFieldImpl.java | 18 ++++++++++++++++++ .../impl/HaxeAnonymousTypeFieldListImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeAnonymousTypeImpl.java | 18 ++++++++++++++++++ .../impl/HaxeArrayAccessExpressionImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeArrayLiteralImpl.java | 18 ++++++++++++++++++ .../psi/impl/HaxeAssignExpressionImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeAssignOperationImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeAutoBuildMacroImpl.java | 18 ++++++++++++++++++ .../haxe/lang/psi/impl/HaxeBindMetaImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeBitOperationImpl.java | 18 ++++++++++++++++++ .../haxe/lang/psi/impl/HaxeBitmapMetaImpl.java | 18 ++++++++++++++++++ .../psi/impl/HaxeBitwiseExpressionImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeBlockStatementImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeBreakStatementImpl.java | 18 ++++++++++++++++++ .../haxe/lang/psi/impl/HaxeBuildMacroImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeCallExpressionImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeCastExpressionImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeCatchStatementImpl.java | 18 ++++++++++++++++++ .../haxe/lang/psi/impl/HaxeClassBodyImpl.java | 18 ++++++++++++++++++ .../psi/impl/HaxeClassDeclarationImpl.java | 18 ++++++++++++++++++ .../psi/impl/HaxeCompareExpressionImpl.java | 18 ++++++++++++++++++ .../psi/impl/HaxeCompareOperationImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeComponentNameImpl.java | 18 ++++++++++++++++++ .../psi/impl/HaxeContinueStatementImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeCoreApiMetaImpl.java | 18 ++++++++++++++++++ .../haxe/lang/psi/impl/HaxeCustomMetaImpl.java | 18 ++++++++++++++++++ .../haxe/lang/psi/impl/HaxeDebugMetaImpl.java | 18 ++++++++++++++++++ .../psi/impl/HaxeDeclarationAttributeImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeDefaultCaseImpl.java | 18 ++++++++++++++++++ .../psi/impl/HaxeDoWhileStatementImpl.java | 18 ++++++++++++++++++ .../haxe/lang/psi/impl/HaxeEnumBodyImpl.java | 18 ++++++++++++++++++ .../HaxeEnumConstructorParametersImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeEnumDeclarationImpl.java | 18 ++++++++++++++++++ .../psi/impl/HaxeEnumValueDeclarationImpl.java | 18 ++++++++++++++++++ .../haxe/lang/psi/impl/HaxeExpressionImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeExpressionListImpl.java | 18 ++++++++++++++++++ .../psi/impl/HaxeExtendsDeclarationImpl.java | 18 ++++++++++++++++++ .../HaxeExternClassDeclarationBodyImpl.java | 18 ++++++++++++++++++ .../impl/HaxeExternClassDeclarationImpl.java | 18 ++++++++++++++++++ .../HaxeExternFunctionDeclarationImpl.java | 18 ++++++++++++++++++ .../HaxeExternInterfaceDeclarationImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeExternKeyWordImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeFakeEnumMetaImpl.java | 18 ++++++++++++++++++ .../psi/impl/HaxeFatArrowExpressionImpl.java | 18 ++++++++++++++++++ .../haxe/lang/psi/impl/HaxeFinalMetaImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeForStatementImpl.java | 18 ++++++++++++++++++ ...eFunctionDeclarationWithAttributesImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeFunctionLiteralImpl.java | 18 ++++++++++++++++++ ...PrototypeDeclarationWithAttributesImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeFunctionTypeImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeGenericListPartImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeGenericParamImpl.java | 18 ++++++++++++++++++ .../haxe/lang/psi/impl/HaxeGetterMetaImpl.java | 18 ++++++++++++++++++ .../haxe/lang/psi/impl/HaxeHackMetaImpl.java | 18 ++++++++++++++++++ .../haxe/lang/psi/impl/HaxeIdentifierImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeIfStatementImpl.java | 18 ++++++++++++++++++ .../impl/HaxeImplementsDeclarationImpl.java | 18 ++++++++++++++++++ .../impl/HaxeImportStatementRegularImpl.java | 18 ++++++++++++++++++ .../HaxeImportStatementWithInSupportImpl.java | 18 ++++++++++++++++++ .../HaxeImportStatementWithWildcardImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeInheritListImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeInterfaceBodyImpl.java | 18 ++++++++++++++++++ .../psi/impl/HaxeInterfaceDeclarationImpl.java | 18 ++++++++++++++++++ .../haxe/lang/psi/impl/HaxeIterableImpl.java | 18 ++++++++++++++++++ .../psi/impl/HaxeIteratorExpressionImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeJsRequireMetaImpl.java | 18 ++++++++++++++++++ .../haxe/lang/psi/impl/HaxeKeepMetaImpl.java | 18 ++++++++++++++++++ .../psi/impl/HaxeLiteralExpressionImpl.java | 18 ++++++++++++++++++ .../impl/HaxeLocalFunctionDeclarationImpl.java | 18 ++++++++++++++++++ .../psi/impl/HaxeLocalVarDeclarationImpl.java | 18 ++++++++++++++++++ .../impl/HaxeLocalVarDeclarationPartImpl.java | 18 ++++++++++++++++++ .../psi/impl/HaxeLogicAndExpressionImpl.java | 18 ++++++++++++++++++ .../psi/impl/HaxeLogicOrExpressionImpl.java | 18 ++++++++++++++++++ .../psi/impl/HaxeLongTemplateEntryImpl.java | 18 ++++++++++++++++++ .../haxe/lang/psi/impl/HaxeMacroClassImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeMacroClassListImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeMetaKeyValueImpl.java | 18 ++++++++++++++++++ .../haxe/lang/psi/impl/HaxeMetaMetaImpl.java | 18 ++++++++++++++++++ .../impl/HaxeMultiplicativeExpressionImpl.java | 18 ++++++++++++++++++ .../haxe/lang/psi/impl/HaxeNativeMetaImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeNewExpressionImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeNoDebugMetaImpl.java | 18 ++++++++++++++++++ .../haxe/lang/psi/impl/HaxeNsMetaImpl.java | 18 ++++++++++++++++++ .../psi/impl/HaxeObjectLiteralElementImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeObjectLiteralImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeOverloadMetaImpl.java | 18 ++++++++++++++++++ .../psi/impl/HaxePackageStatementImpl.java | 18 ++++++++++++++++++ .../haxe/lang/psi/impl/HaxeParameterImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeParameterListImpl.java | 18 ++++++++++++++++++ .../impl/HaxeParenthesizedExpressionImpl.java | 18 ++++++++++++++++++ .../psi/impl/HaxePrefixExpressionImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxePrivateKeyWordImpl.java | 18 ++++++++++++++++++ .../psi/impl/HaxePropertyAccessorImpl.java | 18 ++++++++++++++++++ .../psi/impl/HaxePropertyDeclarationImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeProtectedMetaImpl.java | 18 ++++++++++++++++++ .../psi/impl/HaxeReferenceExpressionImpl.java | 18 ++++++++++++++++++ .../impl/HaxeRegularExpressionLiteralImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeRequireMetaImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeReturnStatementImpl.java | 18 ++++++++++++++++++ ...axeReturnStatementWithoutSemicolonImpl.java | 18 ++++++++++++++++++ .../haxe/lang/psi/impl/HaxeSetterMetaImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeShiftExpressionImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeShiftOperatorImpl.java | 18 ++++++++++++++++++ .../psi/impl/HaxeShiftRightOperatorImpl.java | 18 ++++++++++++++++++ .../psi/impl/HaxeShortTemplateEntryImpl.java | 18 ++++++++++++++++++ .../haxe/lang/psi/impl/HaxeSimpleMetaImpl.java | 18 ++++++++++++++++++ .../impl/HaxeStringLiteralExpressionImpl.java | 18 ++++++++++++++++++ .../psi/impl/HaxeSuffixExpressionImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeSuperExpressionImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeSwitchBlockImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeSwitchCaseBlockImpl.java | 18 ++++++++++++++++++ .../psi/impl/HaxeSwitchCaseExpressionImpl.java | 18 ++++++++++++++++++ .../haxe/lang/psi/impl/HaxeSwitchCaseImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeSwitchStatementImpl.java | 18 ++++++++++++++++++ .../psi/impl/HaxeTernaryExpressionImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeThisExpressionImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeThrowStatementImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeTryStatementImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeTypeExtendsImpl.java | 18 ++++++++++++++++++ .../haxe/lang/psi/impl/HaxeTypeImpl.java | 18 ++++++++++++++++++ .../haxe/lang/psi/impl/HaxeTypeListImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeTypeListPartImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeTypeOrAnonymousImpl.java | 18 ++++++++++++++++++ .../haxe/lang/psi/impl/HaxeTypeParamImpl.java | 18 ++++++++++++++++++ .../haxe/lang/psi/impl/HaxeTypeTagImpl.java | 18 ++++++++++++++++++ .../psi/impl/HaxeTypedefDeclarationImpl.java | 18 ++++++++++++++++++ .../psi/impl/HaxeUnreflectiveMetaImpl.java | 18 ++++++++++++++++++ .../HaxeUnsignedShiftRightOperatorImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeUsingStatementImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeVarDeclarationImpl.java | 18 ++++++++++++++++++ .../psi/impl/HaxeVarDeclarationPartImpl.java | 18 ++++++++++++++++++ .../haxe/lang/psi/impl/HaxeVarInitImpl.java | 18 ++++++++++++++++++ .../lang/psi/impl/HaxeWhileStatementImpl.java | 18 ++++++++++++++++++ .../haxe/lang/psi/impl/HaxeWildcardImpl.java | 18 ++++++++++++++++++ 281 files changed, 5058 insertions(+) diff --git a/gen/com/intellij/plugins/haxe/lang/lexer/HaxeTokenTypes.java b/gen/com/intellij/plugins/haxe/lang/lexer/HaxeTokenTypes.java index a017c43a2..c143aed6d 100644 --- a/gen/com/intellij/plugins/haxe/lang/lexer/HaxeTokenTypes.java +++ b/gen/com/intellij/plugins/haxe/lang/lexer/HaxeTokenTypes.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.lexer; diff --git a/gen/com/intellij/plugins/haxe/lang/parser/HaxeParser.java b/gen/com/intellij/plugins/haxe/lang/parser/HaxeParser.java index b40ae8ae0..29144a5e1 100644 --- a/gen/com/intellij/plugins/haxe/lang/parser/HaxeParser.java +++ b/gen/com/intellij/plugins/haxe/lang/parser/HaxeParser.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.parser; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAbstractClassDeclaration.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAbstractClassDeclaration.java index dad0a93e0..aa1d71cae 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAbstractClassDeclaration.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAbstractClassDeclaration.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAccess.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAccess.java index 72e693312..45b3608ab 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAccess.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAccess.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAdditiveExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAdditiveExpression.java index 2b7673f13..6dd13beae 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAdditiveExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAdditiveExpression.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAnonymousFunctionDeclaration.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAnonymousFunctionDeclaration.java index fdef6b937..a2056acac 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAnonymousFunctionDeclaration.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAnonymousFunctionDeclaration.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAnonymousType.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAnonymousType.java index 08b4fdad7..be03d7cdf 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAnonymousType.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAnonymousType.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAnonymousTypeBody.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAnonymousTypeBody.java index 22dd5de5c..d5236c2a2 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAnonymousTypeBody.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAnonymousTypeBody.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAnonymousTypeField.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAnonymousTypeField.java index e00372784..2a2ead316 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAnonymousTypeField.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAnonymousTypeField.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAnonymousTypeFieldList.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAnonymousTypeFieldList.java index e140ec468..afdcdc0f7 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAnonymousTypeFieldList.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAnonymousTypeFieldList.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeArrayAccessExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeArrayAccessExpression.java index 78196a36c..ff592f746 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeArrayAccessExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeArrayAccessExpression.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeArrayLiteral.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeArrayLiteral.java index 164ad099a..1e2d2155f 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeArrayLiteral.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeArrayLiteral.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAssignExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAssignExpression.java index acee20e88..60e655a67 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAssignExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAssignExpression.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAssignOperation.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAssignOperation.java index 18e37918c..89dfa8b75 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAssignOperation.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAssignOperation.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAutoBuildMacro.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAutoBuildMacro.java index fddc50d94..927b5b0d5 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeAutoBuildMacro.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeAutoBuildMacro.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeBindMeta.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeBindMeta.java index 3be1ebd85..27d9d583d 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeBindMeta.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeBindMeta.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeBitOperation.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeBitOperation.java index edb840c20..6f0d572ea 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeBitOperation.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeBitOperation.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeBitmapMeta.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeBitmapMeta.java index 3dfa2ecac..e4f773ad4 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeBitmapMeta.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeBitmapMeta.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeBitwiseExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeBitwiseExpression.java index 30d44e327..c21d9e538 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeBitwiseExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeBitwiseExpression.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeBlockStatement.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeBlockStatement.java index 35be3210c..f6a392f27 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeBlockStatement.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeBlockStatement.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeBreakStatement.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeBreakStatement.java index 17d87f7fe..e4f8f92ee 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeBreakStatement.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeBreakStatement.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeBuildMacro.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeBuildMacro.java index b8aab6d7d..20328e109 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeBuildMacro.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeBuildMacro.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeCallExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeCallExpression.java index f19235e04..dee522c87 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeCallExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeCallExpression.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeCastExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeCastExpression.java index 72164c02b..ced02003b 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeCastExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeCastExpression.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeCatchStatement.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeCatchStatement.java index 4c9e36a98..30dd62712 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeCatchStatement.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeCatchStatement.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeClassBody.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeClassBody.java index 3843f6981..ff5f33e44 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeClassBody.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeClassBody.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeClassDeclaration.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeClassDeclaration.java index 28c9c8981..c9dcd15fd 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeClassDeclaration.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeClassDeclaration.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeCompareExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeCompareExpression.java index ef1119c1f..933df8d12 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeCompareExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeCompareExpression.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeCompareOperation.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeCompareOperation.java index 2378edd93..b618dcb01 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeCompareOperation.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeCompareOperation.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeComponentName.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeComponentName.java index 66070baa5..0b834c054 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeComponentName.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeComponentName.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeContinueStatement.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeContinueStatement.java index 6e9ee9686..b1dfb2350 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeContinueStatement.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeContinueStatement.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeCoreApiMeta.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeCoreApiMeta.java index b3888d937..3c4a3e59d 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeCoreApiMeta.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeCoreApiMeta.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeCustomMeta.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeCustomMeta.java index 87e2dca3d..207858505 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeCustomMeta.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeCustomMeta.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeDebugMeta.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeDebugMeta.java index 5ed3accd8..571928131 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeDebugMeta.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeDebugMeta.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeDeclarationAttribute.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeDeclarationAttribute.java index 9f588882a..26aa39800 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeDeclarationAttribute.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeDeclarationAttribute.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeDefaultCase.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeDefaultCase.java index 5ec90e0e2..44e1bc4d3 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeDefaultCase.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeDefaultCase.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeDoWhileStatement.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeDoWhileStatement.java index 332a037d4..097069458 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeDoWhileStatement.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeDoWhileStatement.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeEnumBody.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeEnumBody.java index a5984621e..f87c078f1 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeEnumBody.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeEnumBody.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeEnumConstructorParameters.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeEnumConstructorParameters.java index 5e7405641..d838c003b 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeEnumConstructorParameters.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeEnumConstructorParameters.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeEnumDeclaration.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeEnumDeclaration.java index 095e031b1..e4c1f5025 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeEnumDeclaration.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeEnumDeclaration.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeEnumValueDeclaration.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeEnumValueDeclaration.java index b350821d5..aaf2ec77a 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeEnumValueDeclaration.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeEnumValueDeclaration.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeExpression.java index 56e3b949f..e6ff0ad8b 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeExpression.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeExpressionList.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeExpressionList.java index d9c793e7b..a07de03e8 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeExpressionList.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeExpressionList.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeExtendsDeclaration.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeExtendsDeclaration.java index a9ed9309d..2237a69e7 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeExtendsDeclaration.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeExtendsDeclaration.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeExternClassDeclaration.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeExternClassDeclaration.java index 3729d65cf..be01d0e8b 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeExternClassDeclaration.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeExternClassDeclaration.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeExternClassDeclarationBody.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeExternClassDeclarationBody.java index fc4dc689b..426ad5934 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeExternClassDeclarationBody.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeExternClassDeclarationBody.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeExternFunctionDeclaration.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeExternFunctionDeclaration.java index 68ffbdf5a..9b6f0bdd5 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeExternFunctionDeclaration.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeExternFunctionDeclaration.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeExternInterfaceDeclaration.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeExternInterfaceDeclaration.java index 750604a45..8b28670e0 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeExternInterfaceDeclaration.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeExternInterfaceDeclaration.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeExternKeyWord.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeExternKeyWord.java index 83550ce0b..7c9161323 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeExternKeyWord.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeExternKeyWord.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeFakeEnumMeta.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeFakeEnumMeta.java index f140195f5..6b2ae845e 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeFakeEnumMeta.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeFakeEnumMeta.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeFatArrowExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeFatArrowExpression.java index ea2a08d19..08ca1f28f 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeFatArrowExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeFatArrowExpression.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeFinalMeta.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeFinalMeta.java index c1b7141f5..f72387deb 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeFinalMeta.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeFinalMeta.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeForStatement.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeForStatement.java index 8f6a88307..b7da95ac9 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeForStatement.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeForStatement.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeFunctionDeclarationWithAttributes.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeFunctionDeclarationWithAttributes.java index 1e32e3ce2..ed9a54ca8 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeFunctionDeclarationWithAttributes.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeFunctionDeclarationWithAttributes.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeFunctionLiteral.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeFunctionLiteral.java index 25c10954d..0bf963b72 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeFunctionLiteral.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeFunctionLiteral.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeFunctionPrototypeDeclarationWithAttributes.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeFunctionPrototypeDeclarationWithAttributes.java index 47b93d257..0fbd8b61a 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeFunctionPrototypeDeclarationWithAttributes.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeFunctionPrototypeDeclarationWithAttributes.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeFunctionType.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeFunctionType.java index fac2b09dc..c37883e74 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeFunctionType.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeFunctionType.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeGenericListPart.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeGenericListPart.java index da5faa7d6..f5530f817 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeGenericListPart.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeGenericListPart.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeGenericParam.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeGenericParam.java index 12f983397..904f05684 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeGenericParam.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeGenericParam.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeGetterMeta.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeGetterMeta.java index e7dbade08..e170f3f85 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeGetterMeta.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeGetterMeta.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeHackMeta.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeHackMeta.java index 7bd9afbd0..820bfb6d2 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeHackMeta.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeHackMeta.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeIdentifier.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeIdentifier.java index 399de0cf2..d8a72fc9f 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeIdentifier.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeIdentifier.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeIfStatement.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeIfStatement.java index 537e0050b..353291392 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeIfStatement.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeIfStatement.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeImplementsDeclaration.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeImplementsDeclaration.java index d542c7d0f..a8f889909 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeImplementsDeclaration.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeImplementsDeclaration.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeImportStatementRegular.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeImportStatementRegular.java index 4877825f3..18e413570 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeImportStatementRegular.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeImportStatementRegular.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeImportStatementWithInSupport.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeImportStatementWithInSupport.java index d20db2056..2ce7404c2 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeImportStatementWithInSupport.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeImportStatementWithInSupport.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeImportStatementWithWildcard.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeImportStatementWithWildcard.java index fa06295a0..81b3ec937 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeImportStatementWithWildcard.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeImportStatementWithWildcard.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeInheritList.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeInheritList.java index 67fb1b43c..2bb0bfd47 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeInheritList.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeInheritList.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeInterfaceBody.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeInterfaceBody.java index ed8f4d7aa..21fd1b804 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeInterfaceBody.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeInterfaceBody.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeInterfaceDeclaration.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeInterfaceDeclaration.java index 5c806be84..067b28df9 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeInterfaceDeclaration.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeInterfaceDeclaration.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeIterable.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeIterable.java index 331466fc8..4733ba11c 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeIterable.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeIterable.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeIteratorExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeIteratorExpression.java index 7b1b0f4dc..2584d7855 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeIteratorExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeIteratorExpression.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeJsRequireMeta.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeJsRequireMeta.java index 4baaaaaaa..c544ed93a 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeJsRequireMeta.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeJsRequireMeta.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeKeepMeta.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeKeepMeta.java index 76a68f159..29beb5ab5 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeKeepMeta.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeKeepMeta.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeLiteralExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeLiteralExpression.java index 15160ca3b..8f391cb25 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeLiteralExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeLiteralExpression.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeLocalFunctionDeclaration.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeLocalFunctionDeclaration.java index 9d279d52f..a25635d6f 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeLocalFunctionDeclaration.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeLocalFunctionDeclaration.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeLocalVarDeclaration.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeLocalVarDeclaration.java index f8a6d7f53..7fd57cd83 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeLocalVarDeclaration.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeLocalVarDeclaration.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeLocalVarDeclarationPart.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeLocalVarDeclarationPart.java index d2d4ed45e..5d667ff3f 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeLocalVarDeclarationPart.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeLocalVarDeclarationPart.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeLogicAndExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeLogicAndExpression.java index 6cfc654bc..377860347 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeLogicAndExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeLogicAndExpression.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeLogicOrExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeLogicOrExpression.java index 0a8c4b4c0..6bd23cbfe 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeLogicOrExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeLogicOrExpression.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeLongTemplateEntry.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeLongTemplateEntry.java index 909f596a8..19818fe13 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeLongTemplateEntry.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeLongTemplateEntry.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeMacroClass.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeMacroClass.java index 490bfc1a3..ffb6bb161 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeMacroClass.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeMacroClass.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeMacroClassList.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeMacroClassList.java index 21acce3f9..26fd21433 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeMacroClassList.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeMacroClassList.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeMetaKeyValue.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeMetaKeyValue.java index 9fe3c8b0f..ad838b45e 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeMetaKeyValue.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeMetaKeyValue.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeMetaMeta.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeMetaMeta.java index b55870327..00c27c2ee 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeMetaMeta.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeMetaMeta.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeMultiplicativeExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeMultiplicativeExpression.java index 8b483125b..c7a297e2a 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeMultiplicativeExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeMultiplicativeExpression.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeNativeMeta.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeNativeMeta.java index 2b5cd2485..d97f16cba 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeNativeMeta.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeNativeMeta.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeNewExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeNewExpression.java index e2be6e289..832130938 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeNewExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeNewExpression.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeNoDebugMeta.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeNoDebugMeta.java index 076d8eb4d..fe8f75bae 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeNoDebugMeta.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeNoDebugMeta.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeNsMeta.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeNsMeta.java index 646cf083b..1d6dc9214 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeNsMeta.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeNsMeta.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeObjectLiteral.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeObjectLiteral.java index a0420d9e5..2adb36bb4 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeObjectLiteral.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeObjectLiteral.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeObjectLiteralElement.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeObjectLiteralElement.java index 6801735e0..e2bc9bfe2 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeObjectLiteralElement.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeObjectLiteralElement.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeOverloadMeta.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeOverloadMeta.java index 406a35a03..b5946a422 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeOverloadMeta.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeOverloadMeta.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxePackageStatement.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxePackageStatement.java index a62fea98e..d7a832969 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxePackageStatement.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxePackageStatement.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeParameter.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeParameter.java index 018acdf68..bffe6601f 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeParameter.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeParameter.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeParameterList.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeParameterList.java index 2974caf80..965bf0125 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeParameterList.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeParameterList.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeParenthesizedExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeParenthesizedExpression.java index 5e9b25027..773c5b3fd 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeParenthesizedExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeParenthesizedExpression.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxePrefixExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxePrefixExpression.java index 4366cfc84..2c620fb3d 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxePrefixExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxePrefixExpression.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxePrivateKeyWord.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxePrivateKeyWord.java index f4ded0bea..dcb6f1129 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxePrivateKeyWord.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxePrivateKeyWord.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxePropertyAccessor.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxePropertyAccessor.java index a0e813be0..31dd8d325 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxePropertyAccessor.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxePropertyAccessor.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxePropertyDeclaration.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxePropertyDeclaration.java index cfd091ebf..91d91cd3b 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxePropertyDeclaration.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxePropertyDeclaration.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeProtectedMeta.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeProtectedMeta.java index b6fa2a332..58504daff 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeProtectedMeta.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeProtectedMeta.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeReferenceExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeReferenceExpression.java index 059b0106d..c9212dd14 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeReferenceExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeReferenceExpression.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeRegularExpressionLiteral.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeRegularExpressionLiteral.java index 0bee640fd..5ab4fde3a 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeRegularExpressionLiteral.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeRegularExpressionLiteral.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeRequireMeta.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeRequireMeta.java index 9c79012ee..24f0ed588 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeRequireMeta.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeRequireMeta.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeReturnStatement.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeReturnStatement.java index 040e039df..9a058c1e4 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeReturnStatement.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeReturnStatement.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeReturnStatementWithoutSemicolon.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeReturnStatementWithoutSemicolon.java index 056a8bb34..bb07841ef 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeReturnStatementWithoutSemicolon.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeReturnStatementWithoutSemicolon.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeSetterMeta.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeSetterMeta.java index bf47d4778..d988a0c55 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeSetterMeta.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeSetterMeta.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeShiftExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeShiftExpression.java index 59ff5d4ef..889868db4 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeShiftExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeShiftExpression.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeShiftOperator.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeShiftOperator.java index 26982e7e7..712f57314 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeShiftOperator.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeShiftOperator.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeShiftRightOperator.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeShiftRightOperator.java index 68807aad3..d26396a77 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeShiftRightOperator.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeShiftRightOperator.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeShortTemplateEntry.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeShortTemplateEntry.java index 835104a91..cb47af545 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeShortTemplateEntry.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeShortTemplateEntry.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeSimpleMeta.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeSimpleMeta.java index 2ecf0ebb1..297645bf1 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeSimpleMeta.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeSimpleMeta.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeStringLiteralExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeStringLiteralExpression.java index c34e4fc8a..d5069b692 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeStringLiteralExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeStringLiteralExpression.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeSuffixExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeSuffixExpression.java index 0cc3070c9..ed40e93c4 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeSuffixExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeSuffixExpression.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeSuperExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeSuperExpression.java index bf6433ee1..08492a287 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeSuperExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeSuperExpression.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeSwitchBlock.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeSwitchBlock.java index ef34c0b9e..3dbf63755 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeSwitchBlock.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeSwitchBlock.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeSwitchCase.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeSwitchCase.java index 257ecf6a4..51dfbf85e 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeSwitchCase.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeSwitchCase.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeSwitchCaseBlock.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeSwitchCaseBlock.java index 65d081657..94ab599b3 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeSwitchCaseBlock.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeSwitchCaseBlock.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeSwitchCaseExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeSwitchCaseExpression.java index ce85373b6..20f38dff7 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeSwitchCaseExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeSwitchCaseExpression.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeSwitchStatement.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeSwitchStatement.java index 49a4ddf63..16e0847cd 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeSwitchStatement.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeSwitchStatement.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeTernaryExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeTernaryExpression.java index 1331fc86d..30d72d231 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeTernaryExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeTernaryExpression.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeThisExpression.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeThisExpression.java index 3d8474580..0a08d7c19 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeThisExpression.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeThisExpression.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeThrowStatement.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeThrowStatement.java index 45c5a9b96..31308b6ff 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeThrowStatement.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeThrowStatement.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeTryStatement.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeTryStatement.java index 8f7428a9c..8a4552df0 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeTryStatement.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeTryStatement.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeType.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeType.java index fcb4f8e64..cba683bd8 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeType.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeType.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeExtends.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeExtends.java index 48c4ef25e..b0d1f2caf 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeExtends.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeExtends.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeList.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeList.java index ce8fda286..7c67636ba 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeList.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeList.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeListPart.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeListPart.java index a0407edf1..7ac33599b 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeListPart.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeListPart.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeOrAnonymous.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeOrAnonymous.java index 1b5d6b388..241009227 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeOrAnonymous.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeOrAnonymous.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeParam.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeParam.java index c34baa47c..6b20a5717 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeParam.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeParam.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeTag.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeTag.java index 0116f19cf..8309947f1 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeTag.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypeTag.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypedefDeclaration.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypedefDeclaration.java index 380ab1970..f01f8c782 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypedefDeclaration.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeTypedefDeclaration.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeUnreflectiveMeta.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeUnreflectiveMeta.java index 467b1c83b..ea2118d82 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeUnreflectiveMeta.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeUnreflectiveMeta.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeUnsignedShiftRightOperator.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeUnsignedShiftRightOperator.java index cb9f43ef1..0e25630cd 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeUnsignedShiftRightOperator.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeUnsignedShiftRightOperator.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeUsingStatement.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeUsingStatement.java index 39b00cef4..0b40096de 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeUsingStatement.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeUsingStatement.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeVarDeclaration.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeVarDeclaration.java index 2d38c2cfa..67e432982 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeVarDeclaration.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeVarDeclaration.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeVarDeclarationPart.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeVarDeclarationPart.java index 86f80b3c6..813fb1a10 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeVarDeclarationPart.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeVarDeclarationPart.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeVarInit.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeVarInit.java index 2addf0903..c2ff0d156 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeVarInit.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeVarInit.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeVisitor.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeVisitor.java index 73ec2a89f..ed2bb2cb2 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeVisitor.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeVisitor.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeWhileStatement.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeWhileStatement.java index 63a4abb1e..874bc8369 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeWhileStatement.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeWhileStatement.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeWildcard.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeWildcard.java index d579bdb8c..88342ff27 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeWildcard.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeWildcard.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAbstractClassDeclarationImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAbstractClassDeclarationImpl.java index a8ca742e8..0e94c9bd1 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAbstractClassDeclarationImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAbstractClassDeclarationImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAccessImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAccessImpl.java index c8e138c23..080397bdf 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAccessImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAccessImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAdditiveExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAdditiveExpressionImpl.java index bfe1e0970..c2ce51fd2 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAdditiveExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAdditiveExpressionImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAnonymousFunctionDeclarationImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAnonymousFunctionDeclarationImpl.java index 01307b8da..e91ff4e75 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAnonymousFunctionDeclarationImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAnonymousFunctionDeclarationImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAnonymousTypeBodyImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAnonymousTypeBodyImpl.java index 831d4e04d..ac877bf30 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAnonymousTypeBodyImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAnonymousTypeBodyImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAnonymousTypeFieldImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAnonymousTypeFieldImpl.java index 3f02f50e9..7ee2dd198 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAnonymousTypeFieldImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAnonymousTypeFieldImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAnonymousTypeFieldListImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAnonymousTypeFieldListImpl.java index 88622f2e5..c1ffef522 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAnonymousTypeFieldListImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAnonymousTypeFieldListImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAnonymousTypeImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAnonymousTypeImpl.java index c07199252..4a3a0ff54 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAnonymousTypeImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAnonymousTypeImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeArrayAccessExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeArrayAccessExpressionImpl.java index a44887b67..d50de8d95 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeArrayAccessExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeArrayAccessExpressionImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeArrayLiteralImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeArrayLiteralImpl.java index bc04548c3..f30972f78 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeArrayLiteralImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeArrayLiteralImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAssignExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAssignExpressionImpl.java index 73b8a9b4d..a649a5ea0 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAssignExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAssignExpressionImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAssignOperationImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAssignOperationImpl.java index b38494b99..29f5f252f 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAssignOperationImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAssignOperationImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAutoBuildMacroImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAutoBuildMacroImpl.java index 18186ff85..aea471b01 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAutoBuildMacroImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeAutoBuildMacroImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBindMetaImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBindMetaImpl.java index 6988035d2..995dca0d2 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBindMetaImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBindMetaImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBitOperationImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBitOperationImpl.java index f1d9955dd..5d4e292c6 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBitOperationImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBitOperationImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBitmapMetaImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBitmapMetaImpl.java index 4344c41ed..7840f185a 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBitmapMetaImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBitmapMetaImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBitwiseExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBitwiseExpressionImpl.java index 4d7e62e95..260e038b1 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBitwiseExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBitwiseExpressionImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBlockStatementImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBlockStatementImpl.java index 775899bd6..84147c881 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBlockStatementImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBlockStatementImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBreakStatementImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBreakStatementImpl.java index 33e77c56e..1b13322b5 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBreakStatementImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBreakStatementImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBuildMacroImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBuildMacroImpl.java index f608368df..c3d0d999d 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBuildMacroImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeBuildMacroImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCallExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCallExpressionImpl.java index c20fc4205..df7f85aea 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCallExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCallExpressionImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCastExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCastExpressionImpl.java index 9338f1dc0..60bd7f7f7 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCastExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCastExpressionImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCatchStatementImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCatchStatementImpl.java index 6a02a6924..865eeaa9a 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCatchStatementImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCatchStatementImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeClassBodyImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeClassBodyImpl.java index 400dfec94..6c1b4f123 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeClassBodyImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeClassBodyImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeClassDeclarationImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeClassDeclarationImpl.java index 5082a5320..4756f4a57 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeClassDeclarationImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeClassDeclarationImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCompareExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCompareExpressionImpl.java index e11aebbb8..54c79c75e 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCompareExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCompareExpressionImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCompareOperationImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCompareOperationImpl.java index fbb6ec5a4..0774a2a75 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCompareOperationImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCompareOperationImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeComponentNameImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeComponentNameImpl.java index c89b88151..ac9cc1418 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeComponentNameImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeComponentNameImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeContinueStatementImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeContinueStatementImpl.java index cc0e99517..9ed449f48 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeContinueStatementImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeContinueStatementImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCoreApiMetaImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCoreApiMetaImpl.java index 85e3966c5..2652193aa 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCoreApiMetaImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCoreApiMetaImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCustomMetaImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCustomMetaImpl.java index 93b741359..6119dddd4 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCustomMetaImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeCustomMetaImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeDebugMetaImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeDebugMetaImpl.java index 73704c74f..d0c5c879c 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeDebugMetaImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeDebugMetaImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeDeclarationAttributeImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeDeclarationAttributeImpl.java index a93d013d8..83422e41c 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeDeclarationAttributeImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeDeclarationAttributeImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeDefaultCaseImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeDefaultCaseImpl.java index 3c223b4b3..564c42fd3 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeDefaultCaseImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeDefaultCaseImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeDoWhileStatementImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeDoWhileStatementImpl.java index 6d7aca156..37b3e4e41 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeDoWhileStatementImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeDoWhileStatementImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeEnumBodyImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeEnumBodyImpl.java index 27e614100..a48b6164a 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeEnumBodyImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeEnumBodyImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeEnumConstructorParametersImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeEnumConstructorParametersImpl.java index e0fea9ae2..bdfe38eb1 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeEnumConstructorParametersImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeEnumConstructorParametersImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeEnumDeclarationImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeEnumDeclarationImpl.java index b09ee8104..b32c85521 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeEnumDeclarationImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeEnumDeclarationImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeEnumValueDeclarationImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeEnumValueDeclarationImpl.java index fe0de057e..3dedc885f 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeEnumValueDeclarationImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeEnumValueDeclarationImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExpressionImpl.java index 0e8af5376..08c5ebf4b 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExpressionImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExpressionListImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExpressionListImpl.java index 63606e41e..1fb8676f0 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExpressionListImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExpressionListImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExtendsDeclarationImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExtendsDeclarationImpl.java index e8938e952..f97f404bf 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExtendsDeclarationImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExtendsDeclarationImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExternClassDeclarationBodyImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExternClassDeclarationBodyImpl.java index b6efcaac4..b550377c7 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExternClassDeclarationBodyImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExternClassDeclarationBodyImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExternClassDeclarationImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExternClassDeclarationImpl.java index 8efad9134..3aa71129b 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExternClassDeclarationImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExternClassDeclarationImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExternFunctionDeclarationImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExternFunctionDeclarationImpl.java index 92a85f95d..6608c4649 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExternFunctionDeclarationImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExternFunctionDeclarationImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExternInterfaceDeclarationImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExternInterfaceDeclarationImpl.java index aa30f4b90..e5f2d3aee 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExternInterfaceDeclarationImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExternInterfaceDeclarationImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExternKeyWordImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExternKeyWordImpl.java index e20f01a82..12eb8e094 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExternKeyWordImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeExternKeyWordImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFakeEnumMetaImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFakeEnumMetaImpl.java index 6b137883f..c1649c4bf 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFakeEnumMetaImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFakeEnumMetaImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFatArrowExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFatArrowExpressionImpl.java index 849857bba..48b96ead1 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFatArrowExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFatArrowExpressionImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFinalMetaImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFinalMetaImpl.java index 9e402de2e..b74258ee8 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFinalMetaImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFinalMetaImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeForStatementImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeForStatementImpl.java index 15089ff96..1a376b427 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeForStatementImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeForStatementImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFunctionDeclarationWithAttributesImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFunctionDeclarationWithAttributesImpl.java index a63a17dfb..11351a8af 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFunctionDeclarationWithAttributesImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFunctionDeclarationWithAttributesImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFunctionLiteralImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFunctionLiteralImpl.java index 3a1569e54..4cc550dd7 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFunctionLiteralImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFunctionLiteralImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFunctionPrototypeDeclarationWithAttributesImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFunctionPrototypeDeclarationWithAttributesImpl.java index 14a56e36f..51c3e436c 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFunctionPrototypeDeclarationWithAttributesImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFunctionPrototypeDeclarationWithAttributesImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFunctionTypeImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFunctionTypeImpl.java index bbd21e521..6ff930d00 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFunctionTypeImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeFunctionTypeImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeGenericListPartImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeGenericListPartImpl.java index 5ab954184..635c03bf3 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeGenericListPartImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeGenericListPartImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeGenericParamImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeGenericParamImpl.java index abb1aadc2..d06c1e673 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeGenericParamImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeGenericParamImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeGetterMetaImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeGetterMetaImpl.java index 959151b48..1eeba025a 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeGetterMetaImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeGetterMetaImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeHackMetaImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeHackMetaImpl.java index 2420c25d7..bdc7105a3 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeHackMetaImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeHackMetaImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeIdentifierImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeIdentifierImpl.java index 28dc9452f..6b0aaf7c4 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeIdentifierImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeIdentifierImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeIfStatementImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeIfStatementImpl.java index 844f571aa..817c54919 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeIfStatementImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeIfStatementImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeImplementsDeclarationImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeImplementsDeclarationImpl.java index 31cf2e05f..7fdeb28df 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeImplementsDeclarationImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeImplementsDeclarationImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeImportStatementRegularImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeImportStatementRegularImpl.java index 267b269ee..622820d88 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeImportStatementRegularImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeImportStatementRegularImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeImportStatementWithInSupportImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeImportStatementWithInSupportImpl.java index 2da9adc4b..9fe373c0f 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeImportStatementWithInSupportImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeImportStatementWithInSupportImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeImportStatementWithWildcardImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeImportStatementWithWildcardImpl.java index e0d4f7394..c3f38e467 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeImportStatementWithWildcardImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeImportStatementWithWildcardImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeInheritListImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeInheritListImpl.java index 036376ec2..3999fca21 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeInheritListImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeInheritListImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeInterfaceBodyImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeInterfaceBodyImpl.java index 5f320e73b..07cf472cc 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeInterfaceBodyImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeInterfaceBodyImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeInterfaceDeclarationImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeInterfaceDeclarationImpl.java index fc97b8c7a..7c8202b99 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeInterfaceDeclarationImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeInterfaceDeclarationImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeIterableImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeIterableImpl.java index 10dd489b2..544f5025a 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeIterableImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeIterableImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeIteratorExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeIteratorExpressionImpl.java index bb0230113..3260fecfc 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeIteratorExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeIteratorExpressionImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeJsRequireMetaImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeJsRequireMetaImpl.java index 888d92039..feda6093e 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeJsRequireMetaImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeJsRequireMetaImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeKeepMetaImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeKeepMetaImpl.java index 7a011a42f..095e68ac5 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeKeepMetaImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeKeepMetaImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLiteralExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLiteralExpressionImpl.java index 6ef19cbc1..04fdd6b1c 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLiteralExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLiteralExpressionImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLocalFunctionDeclarationImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLocalFunctionDeclarationImpl.java index 37b2de0fb..d593787d9 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLocalFunctionDeclarationImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLocalFunctionDeclarationImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLocalVarDeclarationImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLocalVarDeclarationImpl.java index e61bd2c63..b582f4282 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLocalVarDeclarationImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLocalVarDeclarationImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLocalVarDeclarationPartImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLocalVarDeclarationPartImpl.java index 3864283eb..cb95a0cfb 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLocalVarDeclarationPartImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLocalVarDeclarationPartImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLogicAndExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLogicAndExpressionImpl.java index 6496fb215..387355280 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLogicAndExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLogicAndExpressionImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLogicOrExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLogicOrExpressionImpl.java index efe0ec0aa..439cae816 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLogicOrExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLogicOrExpressionImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLongTemplateEntryImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLongTemplateEntryImpl.java index 32e95cc67..0959cb703 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLongTemplateEntryImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeLongTemplateEntryImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeMacroClassImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeMacroClassImpl.java index 1e9589222..41ba4ef5a 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeMacroClassImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeMacroClassImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeMacroClassListImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeMacroClassListImpl.java index 20ffa85eb..c137fb0ee 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeMacroClassListImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeMacroClassListImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeMetaKeyValueImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeMetaKeyValueImpl.java index 244341263..737beda7c 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeMetaKeyValueImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeMetaKeyValueImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeMetaMetaImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeMetaMetaImpl.java index e2727d68f..742b2b745 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeMetaMetaImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeMetaMetaImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeMultiplicativeExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeMultiplicativeExpressionImpl.java index 196f9caef..ac4bce4ff 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeMultiplicativeExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeMultiplicativeExpressionImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeNativeMetaImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeNativeMetaImpl.java index a3de9a2d2..1db7db283 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeNativeMetaImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeNativeMetaImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeNewExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeNewExpressionImpl.java index a29f0c43d..caaf1ade5 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeNewExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeNewExpressionImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeNoDebugMetaImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeNoDebugMetaImpl.java index 096f01e5b..b86694e00 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeNoDebugMetaImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeNoDebugMetaImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeNsMetaImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeNsMetaImpl.java index 7a9a4b81f..6f0ab51b6 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeNsMetaImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeNsMetaImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeObjectLiteralElementImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeObjectLiteralElementImpl.java index 9640d0341..3b6a9aa49 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeObjectLiteralElementImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeObjectLiteralElementImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeObjectLiteralImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeObjectLiteralImpl.java index 94b4ca070..d57847856 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeObjectLiteralImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeObjectLiteralImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeOverloadMetaImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeOverloadMetaImpl.java index 5a3a0a286..3a46d44f2 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeOverloadMetaImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeOverloadMetaImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxePackageStatementImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxePackageStatementImpl.java index 8855b1e68..9f0ec6f79 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxePackageStatementImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxePackageStatementImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeParameterImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeParameterImpl.java index 16c5705f0..5725676b6 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeParameterImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeParameterImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeParameterListImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeParameterListImpl.java index b937ffc73..2fb1760a0 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeParameterListImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeParameterListImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeParenthesizedExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeParenthesizedExpressionImpl.java index 9d167c948..857e933a8 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeParenthesizedExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeParenthesizedExpressionImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxePrefixExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxePrefixExpressionImpl.java index f5db3da13..3e233f07d 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxePrefixExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxePrefixExpressionImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxePrivateKeyWordImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxePrivateKeyWordImpl.java index bb888383d..869ce6a93 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxePrivateKeyWordImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxePrivateKeyWordImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxePropertyAccessorImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxePropertyAccessorImpl.java index 235fa04a0..3725ed551 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxePropertyAccessorImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxePropertyAccessorImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxePropertyDeclarationImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxePropertyDeclarationImpl.java index dec6c8789..c3831907d 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxePropertyDeclarationImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxePropertyDeclarationImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeProtectedMetaImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeProtectedMetaImpl.java index d71704bbc..faaa44b8b 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeProtectedMetaImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeProtectedMetaImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeReferenceExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeReferenceExpressionImpl.java index 67edeaf73..60446856c 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeReferenceExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeReferenceExpressionImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeRegularExpressionLiteralImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeRegularExpressionLiteralImpl.java index 68a5cc625..96dd31f29 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeRegularExpressionLiteralImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeRegularExpressionLiteralImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeRequireMetaImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeRequireMetaImpl.java index 13fba7c94..02a49b0f5 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeRequireMetaImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeRequireMetaImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeReturnStatementImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeReturnStatementImpl.java index 35bf35a3b..200ba4ebe 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeReturnStatementImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeReturnStatementImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeReturnStatementWithoutSemicolonImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeReturnStatementWithoutSemicolonImpl.java index 3e8f2549f..23165a209 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeReturnStatementWithoutSemicolonImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeReturnStatementWithoutSemicolonImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSetterMetaImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSetterMetaImpl.java index bb3753022..f24a8b016 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSetterMetaImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSetterMetaImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeShiftExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeShiftExpressionImpl.java index 0d06600d5..01ca9c6a9 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeShiftExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeShiftExpressionImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeShiftOperatorImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeShiftOperatorImpl.java index 16d613993..5cce1586e 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeShiftOperatorImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeShiftOperatorImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeShiftRightOperatorImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeShiftRightOperatorImpl.java index 8c3493ce2..b0f28a806 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeShiftRightOperatorImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeShiftRightOperatorImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeShortTemplateEntryImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeShortTemplateEntryImpl.java index b7e51493f..ab2bc1914 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeShortTemplateEntryImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeShortTemplateEntryImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSimpleMetaImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSimpleMetaImpl.java index 7a50be152..7d4b4d1cd 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSimpleMetaImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSimpleMetaImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeStringLiteralExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeStringLiteralExpressionImpl.java index 3b5054dc4..68892bd89 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeStringLiteralExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeStringLiteralExpressionImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSuffixExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSuffixExpressionImpl.java index f94a24a87..e1621abd8 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSuffixExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSuffixExpressionImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSuperExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSuperExpressionImpl.java index 6f5c9897a..627301b2f 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSuperExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSuperExpressionImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSwitchBlockImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSwitchBlockImpl.java index dc8ec5342..3143dae93 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSwitchBlockImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSwitchBlockImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSwitchCaseBlockImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSwitchCaseBlockImpl.java index b24e37ae9..cb4fd1337 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSwitchCaseBlockImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSwitchCaseBlockImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSwitchCaseExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSwitchCaseExpressionImpl.java index ec83c0735..d147ca9b2 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSwitchCaseExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSwitchCaseExpressionImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSwitchCaseImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSwitchCaseImpl.java index 24f431fc5..93832e17a 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSwitchCaseImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSwitchCaseImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSwitchStatementImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSwitchStatementImpl.java index 6c598e9f7..943319ccc 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSwitchStatementImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeSwitchStatementImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTernaryExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTernaryExpressionImpl.java index 127907260..48c2b5b48 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTernaryExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTernaryExpressionImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeThisExpressionImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeThisExpressionImpl.java index 2e63f9f28..b935c9a33 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeThisExpressionImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeThisExpressionImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeThrowStatementImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeThrowStatementImpl.java index f3af69e18..618f0fdae 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeThrowStatementImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeThrowStatementImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTryStatementImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTryStatementImpl.java index 5b435216b..3829f1e5c 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTryStatementImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTryStatementImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeExtendsImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeExtendsImpl.java index 800d93e2a..41a0ccef2 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeExtendsImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeExtendsImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeImpl.java index 8408eec87..4b9efeecf 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeListImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeListImpl.java index bf4c595f1..c7b09f235 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeListImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeListImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeListPartImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeListPartImpl.java index e8eff7607..501fac7e6 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeListPartImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeListPartImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeOrAnonymousImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeOrAnonymousImpl.java index 846f0c9fd..00c37dd8e 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeOrAnonymousImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeOrAnonymousImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeParamImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeParamImpl.java index d37c4eee6..4d607f44d 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeParamImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeParamImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeTagImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeTagImpl.java index e79740349..8e20f0eb3 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeTagImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypeTagImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypedefDeclarationImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypedefDeclarationImpl.java index e7e237036..ede4738ae 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypedefDeclarationImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypedefDeclarationImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeUnreflectiveMetaImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeUnreflectiveMetaImpl.java index 4395dd071..6d66367c1 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeUnreflectiveMetaImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeUnreflectiveMetaImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeUnsignedShiftRightOperatorImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeUnsignedShiftRightOperatorImpl.java index 1f5430c18..4739abe80 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeUnsignedShiftRightOperatorImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeUnsignedShiftRightOperatorImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeUsingStatementImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeUsingStatementImpl.java index 79f542795..855f7488a 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeUsingStatementImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeUsingStatementImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeVarDeclarationImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeVarDeclarationImpl.java index 2282a6539..5428c3261 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeVarDeclarationImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeVarDeclarationImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeVarDeclarationPartImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeVarDeclarationPartImpl.java index 3fd96c785..d27fbac93 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeVarDeclarationPartImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeVarDeclarationPartImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeVarInitImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeVarInitImpl.java index cb415e0ba..62895a5ca 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeVarInitImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeVarInitImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeWhileStatementImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeWhileStatementImpl.java index 087cb13db..c128882cb 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeWhileStatementImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeWhileStatementImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; diff --git a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeWildcardImpl.java b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeWildcardImpl.java index fd89d8c04..60d95e75a 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeWildcardImpl.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeWildcardImpl.java @@ -1,3 +1,21 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2014-2015 AS3Boyan + * Copyright 2014-2014 Elias Ku + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This is a generated file. Not intended for manual editing. package com.intellij.plugins.haxe.lang.psi.impl; From 0fbd2032820740cb853560fa6757b98091c3084b Mon Sep 17 00:00:00 2001 From: EBatTiVo Date: Wed, 23 Mar 2016 22:55:43 -0700 Subject: [PATCH 3/3] Add some parsing tests for function typedefs. --- .../parsing/haxe/declarations/typedef/FunctionTypedef.hx | 3 +++ .../parsing/haxe/declarations/typedef/FunctionTypedef.txt | 1 + .../typedef/FunctionTypedefWithFunctionParameter.hx | 3 +++ .../typedef/FunctionTypedefWithFunctionParameter.txt | 1 + .../lang/parser/declarations/TypedefDeclarationTest.java | 8 ++++++++ 5 files changed, 16 insertions(+) create mode 100644 testData/parsing/haxe/declarations/typedef/FunctionTypedef.hx create mode 100644 testData/parsing/haxe/declarations/typedef/FunctionTypedef.txt create mode 100644 testData/parsing/haxe/declarations/typedef/FunctionTypedefWithFunctionParameter.hx create mode 100644 testData/parsing/haxe/declarations/typedef/FunctionTypedefWithFunctionParameter.txt diff --git a/testData/parsing/haxe/declarations/typedef/FunctionTypedef.hx b/testData/parsing/haxe/declarations/typedef/FunctionTypedef.hx new file mode 100644 index 000000000..87740eec1 --- /dev/null +++ b/testData/parsing/haxe/declarations/typedef/FunctionTypedef.hx @@ -0,0 +1,3 @@ +package test; + +typedef MyFnPtr = String->Int->Void; diff --git a/testData/parsing/haxe/declarations/typedef/FunctionTypedef.txt b/testData/parsing/haxe/declarations/typedef/FunctionTypedef.txt new file mode 100644 index 000000000..5ecb7ea17 --- /dev/null +++ b/testData/parsing/haxe/declarations/typedef/FunctionTypedef.txt @@ -0,0 +1 @@ +// No satisfactory golden file has been generated yet. \ No newline at end of file diff --git a/testData/parsing/haxe/declarations/typedef/FunctionTypedefWithFunctionParameter.hx b/testData/parsing/haxe/declarations/typedef/FunctionTypedefWithFunctionParameter.hx new file mode 100644 index 000000000..e5c7295e3 --- /dev/null +++ b/testData/parsing/haxe/declarations/typedef/FunctionTypedefWithFunctionParameter.hx @@ -0,0 +1,3 @@ +package test; + +typedef MyFnPtr = String->(Int->Int->Void)->Void; diff --git a/testData/parsing/haxe/declarations/typedef/FunctionTypedefWithFunctionParameter.txt b/testData/parsing/haxe/declarations/typedef/FunctionTypedefWithFunctionParameter.txt new file mode 100644 index 000000000..37e4d7141 --- /dev/null +++ b/testData/parsing/haxe/declarations/typedef/FunctionTypedefWithFunctionParameter.txt @@ -0,0 +1 @@ +// No satisfactory golden master has been generated yet. \ No newline at end of file diff --git a/testSrc/com/intellij/plugins/haxe/lang/parser/declarations/TypedefDeclarationTest.java b/testSrc/com/intellij/plugins/haxe/lang/parser/declarations/TypedefDeclarationTest.java index bd3ab6cf0..e013c2a27 100644 --- a/testSrc/com/intellij/plugins/haxe/lang/parser/declarations/TypedefDeclarationTest.java +++ b/testSrc/com/intellij/plugins/haxe/lang/parser/declarations/TypedefDeclarationTest.java @@ -32,4 +32,12 @@ public void testSimple() throws Throwable { public void testPoints() throws Throwable { doTest(true); } + + public void testFunctionTypedef() throws Throwable { + doTest(true); + } + + public void testFunctionTypedefWithFunctionParameter() throws Throwable { + doTest(true); + } }