Unnamed: 0
int64 0
305k
| body
stringlengths 7
52.9k
| name
stringlengths 1
185
|
|---|---|---|
15,600
|
List<ShCommand> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShCommand.class); }
|
getCommandList
|
15,601
|
List<ShNumber> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShNumber.class); }
|
getNumberList
|
15,602
|
List<ShShellParameterExpansion> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShShellParameterExpansion.class); }
|
getShellParameterExpansionList
|
15,603
|
List<ShString> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShString.class); }
|
getStringList
|
15,604
|
List<ShVariable> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShVariable.class); }
|
getVariableList
|
15,605
|
PsiElement () { return findNotNullChildByType(CASE); }
|
getCase
|
15,606
|
PsiElement () { return findChildByType(ESAC); }
|
getEsac
|
15,607
|
PsiElement () { return findChildByType(IN); }
|
getIn
|
15,608
|
void (@NotNull ShVisitor visitor) { visitor.visitListTerminator(this); }
|
accept
|
15,609
|
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
|
accept
|
15,610
|
PsiElement () { return findChildByType(LINEFEED); }
|
getLinefeed
|
15,611
|
PsiElement () { return findChildByType(SEMI); }
|
getSemi
|
15,612
|
void (@NotNull ShVisitor visitor) { visitor.visitPostOperation(this); }
|
accept
|
15,613
|
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
|
accept
|
15,614
|
ShOperation () { return findNotNullChildByClass(ShOperation.class); }
|
getOperation
|
15,615
|
PsiElement () { return findChildByType(MINUS_MINUS); }
|
getMinusMinus
|
15,616
|
PsiElement () { return findChildByType(PLUS_PLUS); }
|
getPlusPlus
|
15,617
|
void (@NotNull ShVisitor visitor) { visitor.visitEqualityExpression(this); }
|
accept
|
15,618
|
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
|
accept
|
15,619
|
PsiElement () { return findChildByType(EQ); }
|
getEq
|
15,620
|
PsiElement () { return findChildByType(NE); }
|
getNe
|
15,621
|
void (@NotNull ShVisitor visitor) { visitor.visitBitwiseExclusiveOrOperation(this); }
|
accept
|
15,622
|
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
|
accept
|
15,623
|
PsiElement () { return findNotNullChildByType(XOR); }
|
getXor
|
15,624
|
void (@NotNull ShVisitor visitor) { visitor.visitCommaExpression(this); }
|
accept
|
15,625
|
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
|
accept
|
15,626
|
PsiElement () { return findNotNullChildByType(COMMA); }
|
getComma
|
15,627
|
void (@NotNull ShVisitor visitor) { visitor.visitComparisonExpression(this); }
|
accept
|
15,628
|
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
|
accept
|
15,629
|
PsiElement () { return findChildByType(GE); }
|
getGe
|
15,630
|
PsiElement () { return findChildByType(GT); }
|
getGt
|
15,631
|
PsiElement () { return findChildByType(LE); }
|
getLe
|
15,632
|
PsiElement () { return findChildByType(LT); }
|
getLt
|
15,633
|
void (@NotNull ShVisitor visitor) { visitor.visitForClause(this); }
|
accept
|
15,634
|
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
|
accept
|
15,635
|
List<ShArithmeticExpansion> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShArithmeticExpansion.class); }
|
getArithmeticExpansionList
|
15,636
|
List<ShBraceExpansion> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShBraceExpansion.class); }
|
getBraceExpansionList
|
15,637
|
List<ShCommand> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShCommand.class); }
|
getCommandList
|
15,638
|
List<ShExpression> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShExpression.class); }
|
getExpressionList
|
15,639
|
ShListTerminator () { return findChildByClass(ShListTerminator.class); }
|
getListTerminator
|
15,640
|
List<ShNumber> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShNumber.class); }
|
getNumberList
|
15,641
|
List<ShShellParameterExpansion> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShShellParameterExpansion.class); }
|
getShellParameterExpansionList
|
15,642
|
List<ShString> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShString.class); }
|
getStringList
|
15,643
|
List<ShVariable> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShVariable.class); }
|
getVariableList
|
15,644
|
PsiElement () { return findChildByType(IN); }
|
getIn
|
15,645
|
void (@NotNull ShVisitor visitor) { visitor.visitLogicalOrOperation(this); }
|
accept
|
15,646
|
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
|
accept
|
15,647
|
PsiElement () { return findNotNullChildByType(OR_OR); }
|
getOrOr
|
15,648
|
void (@NotNull ShVisitor visitor) { visitor.visitShellParameterExpansion(this); }
|
accept
|
15,649
|
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
|
accept
|
15,650
|
List<ShArithmeticExpansion> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShArithmeticExpansion.class); }
|
getArithmeticExpansionList
|
15,651
|
List<ShArrayExpression> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShArrayExpression.class); }
|
getArrayExpressionList
|
15,652
|
List<ShBraceExpansion> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShBraceExpansion.class); }
|
getBraceExpansionList
|
15,653
|
List<ShCommand> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShCommand.class); }
|
getCommandList
|
15,654
|
List<ShNumber> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShNumber.class); }
|
getNumberList
|
15,655
|
List<ShShellParameterExpansion> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShShellParameterExpansion.class); }
|
getShellParameterExpansionList
|
15,656
|
List<ShString> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShString.class); }
|
getStringList
|
15,657
|
List<ShVariable> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShVariable.class); }
|
getVariableList
|
15,658
|
PsiElement () { return findNotNullChildByType(LEFT_CURLY); }
|
getLeftCurly
|
15,659
|
PsiElement () { return findChildByType(RIGHT_CURLY); }
|
getRightCurly
|
15,660
|
void (@NotNull ShVisitor visitor) { visitor.visitPreExpression(this); }
|
accept
|
15,661
|
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
|
accept
|
15,662
|
ShExpression () { return findChildByClass(ShExpression.class); }
|
getExpression
|
15,663
|
PsiElement () { return findChildByType(MINUS_MINUS); }
|
getMinusMinus
|
15,664
|
PsiElement () { return findChildByType(PLUS_PLUS); }
|
getPlusPlus
|
15,665
|
void (@NotNull ShVisitor visitor) { visitor.visitIfCommand(this); }
|
accept
|
15,666
|
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
|
accept
|
15,667
|
ShCompoundList () { return findChildByClass(ShCompoundList.class); }
|
getCompoundList
|
15,668
|
List<ShElifClause> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShElifClause.class); }
|
getElifClauseList
|
15,669
|
ShElseClause () { return findChildByClass(ShElseClause.class); }
|
getElseClause
|
15,670
|
ShThenClause () { return findChildByClass(ShThenClause.class); }
|
getThenClause
|
15,671
|
PsiElement () { return findChildByType(FI); }
|
getFi
|
15,672
|
PsiElement () { return findNotNullChildByType(IF); }
|
getIf
|
15,673
|
void (@NotNull ShVisitor visitor) { visitor.visitPattern(this); }
|
accept
|
15,674
|
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
|
accept
|
15,675
|
List<ShArithmeticExpansion> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShArithmeticExpansion.class); }
|
getArithmeticExpansionList
|
15,676
|
List<ShBraceExpansion> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShBraceExpansion.class); }
|
getBraceExpansionList
|
15,677
|
List<ShCommand> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShCommand.class); }
|
getCommandList
|
15,678
|
List<ShNumber> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShNumber.class); }
|
getNumberList
|
15,679
|
List<ShShellParameterExpansion> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShShellParameterExpansion.class); }
|
getShellParameterExpansionList
|
15,680
|
List<ShString> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShString.class); }
|
getStringList
|
15,681
|
List<ShVariable> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShVariable.class); }
|
getVariableList
|
15,682
|
PsiElement () { return findChildByType(LEFT_PAREN); }
|
getLeftParen
|
15,683
|
void (@NotNull ShVisitor visitor) { visitor.visitArithmeticExpansion(this); }
|
accept
|
15,684
|
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
|
accept
|
15,685
|
ShExpression () { return findChildByClass(ShExpression.class); }
|
getExpression
|
15,686
|
void (@NotNull ShVisitor visitor) { visitor.visitAddOperation(this); }
|
accept
|
15,687
|
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
|
accept
|
15,688
|
PsiElement () { return findChildByType(MINUS); }
|
getMinus
|
15,689
|
PsiElement () { return findChildByType(PLUS); }
|
getPlus
|
15,690
|
void (@NotNull ShVisitor visitor) { visitor.visitUntilCommand(this); }
|
accept
|
15,691
|
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
|
accept
|
15,692
|
ShCompoundList () { return findChildByClass(ShCompoundList.class); }
|
getCompoundList
|
15,693
|
ShDoBlock () { return findChildByClass(ShDoBlock.class); }
|
getDoBlock
|
15,694
|
PsiElement () { return findNotNullChildByType(UNTIL); }
|
getUntil
|
15,695
|
void (@NotNull ShVisitor visitor) { visitor.visitLiteralExpression(this); }
|
accept
|
15,696
|
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
|
accept
|
15,697
|
List<ShArithmeticExpansion> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShArithmeticExpansion.class); }
|
getArithmeticExpansionList
|
15,698
|
List<ShBraceExpansion> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShBraceExpansion.class); }
|
getBraceExpansionList
|
15,699
|
List<ShCommand> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShCommand.class); }
|
getCommandList
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.