From b93ef8c1a52975089a72dd864e9f8ddc2c730b20 Mon Sep 17 00:00:00 2001 From: "liana.bakradze" Date: Tue, 20 Oct 2015 18:03:38 +0300 Subject: [PATCH] Removed directory with broken name jetbrains\200commandInterface --- .../psi/impl/CommandLineArgumentImpl.java | 19 ++++-- .../psi/impl/CommandLineArgumentImpl.java" | 62 ------------------- 2 files changed, 13 insertions(+), 68 deletions(-) delete mode 100644 "python/gen/com/jetbrains\200commandInterface/commandLine/psi/impl/CommandLineArgumentImpl.java" diff --git a/python/gen/com/jetbrains/commandInterface/commandLine/psi/impl/CommandLineArgumentImpl.java b/python/gen/com/jetbrains/commandInterface/commandLine/psi/impl/CommandLineArgumentImpl.java index d8e8404ffcbc..5660f65030a4 100644 --- a/python/gen/com/jetbrains/commandInterface/commandLine/psi/impl/CommandLineArgumentImpl.java +++ b/python/gen/com/jetbrains/commandInterface/commandLine/psi/impl/CommandLineArgumentImpl.java @@ -1,18 +1,19 @@ // This is a generated file. Not intended for manual editing. package com.jetbrains.commandInterface.commandLine.psi.impl; -import java.util.List; -import org.jetbrains.annotations.*; import com.intellij.lang.ASTNode; import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; -import com.intellij.psi.util.PsiTreeUtil; -import static com.jetbrains.commandInterface.commandLine.CommandLineElementTypes.*; -import com.jetbrains.commandInterface.commandLine.CommandLineElement; -import com.jetbrains.commandInterface.commandLine.psi.*; import com.jetbrains.commandInterface.command.Argument; import com.jetbrains.commandInterface.command.Help; import com.jetbrains.commandInterface.command.Option; +import com.jetbrains.commandInterface.commandLine.CommandLineElement; +import com.jetbrains.commandInterface.commandLine.psi.CommandLineArgument; +import com.jetbrains.commandInterface.commandLine.psi.CommandLineVisitor; +import org.jetbrains.annotations.NotNull; +import org.jetbrains.annotations.Nullable; + +import static com.jetbrains.commandInterface.commandLine.CommandLineElementTypes.*; public class CommandLineArgumentImpl extends CommandLineElement implements CommandLineArgument { @@ -37,6 +38,12 @@ public class CommandLineArgumentImpl extends CommandLineElement implements Comma return findChildByType(LITERAL_STARTS_FROM_LETTER); } + @Override + @Nullable + public PsiElement getLiteralStartsFromSymbol() { + return findChildByType(LITERAL_STARTS_FROM_SYMBOL); + } + @Nullable public Option findOptionForOptionArgument() { return CommandLinePsiImplUtils.findOptionForOptionArgument(this); diff --git "a/python/gen/com/jetbrains\200commandInterface/commandLine/psi/impl/CommandLineArgumentImpl.java" "b/python/gen/com/jetbrains\200commandInterface/commandLine/psi/impl/CommandLineArgumentImpl.java" deleted file mode 100644 index 5660f65030a4..000000000000 --- "a/python/gen/com/jetbrains\200commandInterface/commandLine/psi/impl/CommandLineArgumentImpl.java" +++ /dev/null @@ -1,62 +0,0 @@ -// This is a generated file. Not intended for manual editing. -package com.jetbrains.commandInterface.commandLine.psi.impl; - -import com.intellij.lang.ASTNode; -import com.intellij.psi.PsiElement; -import com.intellij.psi.PsiElementVisitor; -import com.jetbrains.commandInterface.command.Argument; -import com.jetbrains.commandInterface.command.Help; -import com.jetbrains.commandInterface.command.Option; -import com.jetbrains.commandInterface.commandLine.CommandLineElement; -import com.jetbrains.commandInterface.commandLine.psi.CommandLineArgument; -import com.jetbrains.commandInterface.commandLine.psi.CommandLineVisitor; -import org.jetbrains.annotations.NotNull; -import org.jetbrains.annotations.Nullable; - -import static com.jetbrains.commandInterface.commandLine.CommandLineElementTypes.*; - -public class CommandLineArgumentImpl extends CommandLineElement implements CommandLineArgument { - - public CommandLineArgumentImpl(ASTNode node) { - super(node); - } - - public void accept(@NotNull PsiElementVisitor visitor) { - if (visitor instanceof CommandLineVisitor) ((CommandLineVisitor)visitor).visitArgument(this); - else super.accept(visitor); - } - - @Override - @Nullable - public PsiElement getLiteralStartsFromDigit() { - return findChildByType(LITERAL_STARTS_FROM_DIGIT); - } - - @Override - @Nullable - public PsiElement getLiteralStartsFromLetter() { - return findChildByType(LITERAL_STARTS_FROM_LETTER); - } - - @Override - @Nullable - public PsiElement getLiteralStartsFromSymbol() { - return findChildByType(LITERAL_STARTS_FROM_SYMBOL); - } - - @Nullable - public Option findOptionForOptionArgument() { - return CommandLinePsiImplUtils.findOptionForOptionArgument(this); - } - - @Nullable - public Argument findRealArgument() { - return CommandLinePsiImplUtils.findRealArgument(this); - } - - @Nullable - public Help findBestHelp() { - return CommandLinePsiImplUtils.findBestHelp(this); - } - -} -- 2.32.0