Unnamed: 0 int64 0 305k | body stringlengths 7 52.9k | name stringlengths 1 185 |
|---|---|---|
15,800 | PsiElement () { return findNotNullChildByType(LEFT_PAREN); } | getLeftParen |
15,801 | PsiElement () { return findChildByType(RIGHT_PAREN); } | getRightParen |
15,802 | void (@NotNull ShVisitor visitor) { visitor.visitLogicalBitwiseNegationExpression(this); } | accept |
15,803 | void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); } | accept |
15,804 | ShExpression () { return findChildByClass(ShExpression.class); } | getExpression |
15,805 | PsiElement () { return findChildByType(BANG); } | getBang |
15,806 | PsiElement () { return findChildByType(BITWISE_NEGATION); } | getBitwiseNegation |
15,807 | void (@NotNull ShVisitor visitor) { visitor.visitOldArithmeticExpansion(this); } | accept |
15,808 | void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); } | accept |
15,809 | PsiElement () { return findNotNullChildByType(ARITH_SQUARE_LEFT); } | getArithSquareLeft |
15,810 | PsiElement () { return findChildByType(ARITH_SQUARE_RIGHT); } | getArithSquareRight |
15,811 | void (@NotNull ShVisitor visitor) { visitor.visitThenClause(this); } | accept |
15,812 | void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); } | accept |
15,813 | ShCompoundList () { return findChildByClass(ShCompoundList.class); } | getCompoundList |
15,814 | PsiElement () { return findNotNullChildByType(THEN); } | getThen |
15,815 | void (@NotNull ShVisitor visitor) { visitor.visitLogicalOrCondition(this); } | accept |
15,816 | void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); } | accept |
15,817 | List<ShCondition> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShCondition.class); } | getConditionList |
15,818 | PsiElement () { return findNotNullChildByType(OR_OR); } | getOrOr |
15,819 | void (@NotNull ShVisitor visitor) { visitor.visitCompoundList(this); } | accept |
15,820 | void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); } | accept |
15,821 | List<ShCommand> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShCommand.class); } | getCommandList |
15,822 | void (@NotNull ShVisitor visitor) { visitor.visitTestCommand(this); } | accept |
15,823 | void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); } | accept |
15,824 | List<ShSimpleCommandElement> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShSimpleCommandElement.class); } | getSimpleCommandElementList |
15,825 | PsiElement () { return findNotNullChildByType(TEST); } | getTest |
15,826 | void (@NotNull ShVisitor visitor) { visitor.visitOperation(this); } | accept |
15,827 | void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); } | accept |
15,828 | void (@NotNull ShVisitor visitor) { visitor.visitSimpleCommandElement(this); } | accept |
15,829 | void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); } | accept |
15,830 | ShArithmeticExpansion () { return findChildByClass(ShArithmeticExpansion.class); } | getArithmeticExpansion |
15,831 | ShBraceExpansion () { return findChildByClass(ShBraceExpansion.class); } | getBraceExpansion |
15,832 | ShCommand () { return findChildByClass(ShCommand.class); } | getCommand |
15,833 | ShHeredoc () { return findChildByClass(ShHeredoc.class); } | getHeredoc |
15,834 | ShLiteral () { return findChildByClass(ShLiteral.class); } | getLiteral |
15,835 | ShOldArithmeticExpansion () { return findChildByClass(ShOldArithmeticExpansion.class); } | getOldArithmeticExpansion |
15,836 | ShRedirection () { return findChildByClass(ShRedirection.class); } | getRedirection |
15,837 | ShShellParameterExpansion () { return findChildByClass(ShShellParameterExpansion.class); } | getShellParameterExpansion |
15,838 | ShVariable () { return findChildByClass(ShVariable.class); } | getVariable |
15,839 | PsiElement () { return findChildByType(BANG); } | getBang |
15,840 | PsiElement () { return findChildByType(DOLLAR); } | getDollar |
15,841 | PsiElement () { return findChildByType(FILEDESCRIPTOR); } | getFiledescriptor |
15,842 | void (@NotNull ShVisitor visitor) { visitor.visitCommaOperation(this); } | accept |
15,843 | void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); } | accept |
15,844 | PsiElement () { return findNotNullChildByType(COMMA); } | getComma |
15,845 | void (@NotNull ShVisitor visitor) { visitor.visitWhileCommand(this); } | accept |
15,846 | void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); } | accept |
15,847 | ShCompoundList () { return findChildByClass(ShCompoundList.class); } | getCompoundList |
15,848 | ShDoBlock () { return findChildByClass(ShDoBlock.class); } | getDoBlock |
15,849 | PsiElement () { return findNotNullChildByType(WHILE); } | getWhile |
15,850 | void (@NotNull ShVisitor visitor) { visitor.visitProcessSubstitution(this); } | accept |
15,851 | void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); } | accept |
15,852 | ShCompoundList () { return findChildByClass(ShCompoundList.class); } | getCompoundList |
15,853 | PsiElement () { return findChildByType(INPUT_PROCESS_SUBSTITUTION); } | getInputProcessSubstitution |
15,854 | PsiElement () { return findChildByType(OUTPUT_PROCESS_SUBSTITUTION); } | getOutputProcessSubstitution |
15,855 | PsiElement () { return findChildByType(RIGHT_PAREN); } | getRightParen |
15,856 | void (@NotNull ShVisitor visitor) { visitor.visitHeredoc(this); } | accept |
15,857 | void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); } | accept |
15,858 | ShCommandsList () { return findChildByClass(ShCommandsList.class); } | getCommandsList |
15,859 | PsiElement () { return findChildByType(AMP); } | getAmp |
15,860 | PsiElement () { return findChildByType(AND_AND); } | getAndAnd |
15,861 | PsiElement () { return findChildByType(HEREDOC_CONTENT); } | getHeredocContent |
15,862 | PsiElement () { return findChildByType(HEREDOC_MARKER_END); } | getHeredocMarkerEnd |
15,863 | PsiElement () { return findNotNullChildByType(HEREDOC_MARKER_START); } | getHeredocMarkerStart |
15,864 | PsiElement () { return findNotNullChildByType(HEREDOC_MARKER_TAG); } | getHeredocMarkerTag |
15,865 | PsiElement () { return findChildByType(OR_OR); } | getOrOr |
15,866 | PsiElement () { return findChildByType(PIPE); } | getPipe |
15,867 | PsiElement () { return findChildByType(PIPE_AMP); } | getPipeAmp |
15,868 | PsiElement () { return findChildByType(SEMI); } | getSemi |
15,869 | void (@NotNull ShVisitor visitor) { visitor.visitRedirection(this); } | accept |
15,870 | void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); } | accept |
15,871 | ShArithmeticExpansion () { return findChildByClass(ShArithmeticExpansion.class); } | getArithmeticExpansion |
15,872 | ShBraceExpansion () { return findChildByClass(ShBraceExpansion.class); } | getBraceExpansion |
15,873 | List<ShCommand> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShCommand.class); } | getCommandList |
15,874 | ShNumber () { return findChildByClass(ShNumber.class); } | getNumber |
15,875 | ShProcessSubstitution () { return findChildByClass(ShProcessSubstitution.class); } | getProcessSubstitution |
15,876 | ShShellParameterExpansion () { return findChildByClass(ShShellParameterExpansion.class); } | getShellParameterExpansion |
15,877 | ShString () { return findChildByClass(ShString.class); } | getString |
15,878 | ShVariable () { return findChildByClass(ShVariable.class); } | getVariable |
15,879 | void (@NotNull ShVisitor visitor) { visitor.visitAddExpression(this); } | accept |
15,880 | void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); } | accept |
15,881 | PsiElement () { return findChildByType(MINUS); } | getMinus |
15,882 | PsiElement () { return findChildByType(PLUS); } | getPlus |
15,883 | void (@NotNull ShVisitor visitor) { visitor.visitBitwiseShiftExpression(this); } | accept |
15,884 | void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); } | accept |
15,885 | PsiElement () { return findChildByType(SHIFT_LEFT); } | getShiftLeft |
15,886 | PsiElement () { return findChildByType(SHIFT_RIGHT); } | getShiftRight |
15,887 | void (@NotNull ShVisitor visitor) { visitor.visitVariable(this); } | accept |
15,888 | void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); } | accept |
15,889 | PsiElement () { return findNotNullChildByType(VAR); } | getVar |
15,890 | void (@NotNull ShVisitor visitor) { visitor.visitDoBlock(this); } | accept |
15,891 | void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); } | accept |
15,892 | ShCompoundList () { return findChildByClass(ShCompoundList.class); } | getCompoundList |
15,893 | void (@NotNull ShVisitor visitor) { visitor.visitForCommand(this); } | accept |
15,894 | void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); } | accept |
15,895 | ShBlock () { return findChildByClass(ShBlock.class); } | getBlock |
15,896 | ShDoBlock () { return findChildByClass(ShDoBlock.class); } | getDoBlock |
15,897 | ShForClause () { return findChildByClass(ShForClause.class); } | getForClause |
15,898 | PsiElement () { return findNotNullChildByType(FOR); } | getFor |
15,899 | void (@NotNull ShVisitor visitor) { visitor.visitBraceExpansion(this); } | accept |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.