Unnamed: 0
int64 0
305k
| body
stringlengths 7
52.9k
| name
stringlengths 1
185
|
|---|---|---|
15,700
|
List<ShNumber> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShNumber.class); }
|
getNumberList
|
15,701
|
List<ShShellParameterExpansion> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShShellParameterExpansion.class); }
|
getShellParameterExpansionList
|
15,702
|
List<ShString> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShString.class); }
|
getStringList
|
15,703
|
List<ShVariable> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShVariable.class); }
|
getVariableList
|
15,704
|
void (@NotNull ShVisitor visitor) { visitor.visitBitwiseExclusiveOrExpression(this); }
|
accept
|
15,705
|
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
|
accept
|
15,706
|
PsiElement () { return findNotNullChildByType(XOR); }
|
getXor
|
15,707
|
void (@NotNull ShVisitor visitor) { visitor.visitConditionalExpression(this); }
|
accept
|
15,708
|
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
|
accept
|
15,709
|
PsiElement () { return findChildByType(COLON); }
|
getColon
|
15,710
|
PsiElement () { return findNotNullChildByType(QMARK); }
|
getQmark
|
15,711
|
void (@NotNull ShVisitor visitor) { visitor.visitArrayOperation(this); }
|
accept
|
15,712
|
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
|
accept
|
15,713
|
ShOperation () { return findChildByClass(ShOperation.class); }
|
getOperation
|
15,714
|
PsiElement () { return findNotNullChildByType(LEFT_SQUARE); }
|
getLeftSquare
|
15,715
|
PsiElement () { return findChildByType(RIGHT_SQUARE); }
|
getRightSquare
|
15,716
|
void (@NotNull ShVisitor visitor) { visitor.visitAssignmentExpression(this); }
|
accept
|
15,717
|
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
|
accept
|
15,718
|
PsiElement () { return findChildByType(ASSIGN); }
|
getAssign
|
15,719
|
PsiElement () { return findChildByType(BIT_AND_ASSIGN); }
|
getBitAndAssign
|
15,720
|
PsiElement () { return findChildByType(BIT_OR_ASSIGN); }
|
getBitOrAssign
|
15,721
|
PsiElement () { return findChildByType(BIT_XOR_ASSIGN); }
|
getBitXorAssign
|
15,722
|
PsiElement () { return findChildByType(DIV_ASSIGN); }
|
getDivAssign
|
15,723
|
PsiElement () { return findChildByType(MINUS_ASSIGN); }
|
getMinusAssign
|
15,724
|
PsiElement () { return findChildByType(MOD_ASSIGN); }
|
getModAssign
|
15,725
|
PsiElement () { return findChildByType(MULT_ASSIGN); }
|
getMultAssign
|
15,726
|
PsiElement () { return findChildByType(PLUS_ASSIGN); }
|
getPlusAssign
|
15,727
|
PsiElement () { return findChildByType(SHIFT_LEFT_ASSIGN); }
|
getShiftLeftAssign
|
15,728
|
PsiElement () { return findChildByType(SHIFT_RIGHT_ASSIGN); }
|
getShiftRightAssign
|
15,729
|
void (@NotNull ShVisitor visitor) { visitor.visitIncludeDirective(this); }
|
accept
|
15,730
|
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
|
accept
|
15,731
|
PsiElement () { return findNotNullChildByType(WORD); }
|
getWord
|
15,732
|
void (@NotNull ShVisitor visitor) { visitor.visitLogicalAndExpression(this); }
|
accept
|
15,733
|
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
|
accept
|
15,734
|
PsiElement () { return findNotNullChildByType(AND_AND); }
|
getAndAnd
|
15,735
|
void (@NotNull ShVisitor visitor) { visitor.visitParenthesesCondition(this); }
|
accept
|
15,736
|
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
|
accept
|
15,737
|
ShCondition () { return findChildByClass(ShCondition.class); }
|
getCondition
|
15,738
|
PsiElement () { return findNotNullChildByType(LEFT_PAREN); }
|
getLeftParen
|
15,739
|
PsiElement () { return findChildByType(RIGHT_PAREN); }
|
getRightParen
|
15,740
|
void (@NotNull ShVisitor visitor) { visitor.visitString(this); }
|
accept
|
15,741
|
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
|
accept
|
15,742
|
List<ShArithmeticExpansion> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShArithmeticExpansion.class); }
|
getArithmeticExpansionList
|
15,743
|
List<ShCommand> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShCommand.class); }
|
getCommandList
|
15,744
|
List<ShShellParameterExpansion> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShShellParameterExpansion.class); }
|
getShellParameterExpansionList
|
15,745
|
List<ShVariable> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShVariable.class); }
|
getVariableList
|
15,746
|
PsiElement () { return findChildByType(CLOSE_QUOTE); }
|
getCloseQuote
|
15,747
|
PsiElement () { return findChildByType(OPEN_QUOTE); }
|
getOpenQuote
|
15,748
|
PsiElement () { return findChildByType(RAW_STRING); }
|
getRawString
|
15,749
|
void (@NotNull ShVisitor visitor) { visitor.visitRegexPattern(this); }
|
accept
|
15,750
|
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
|
accept
|
15,751
|
List<ShArithmeticExpansion> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShArithmeticExpansion.class); }
|
getArithmeticExpansionList
|
15,752
|
List<ShBraceExpansion> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShBraceExpansion.class); }
|
getBraceExpansionList
|
15,753
|
List<ShCommand> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShCommand.class); }
|
getCommandList
|
15,754
|
List<ShNumber> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShNumber.class); }
|
getNumberList
|
15,755
|
List<ShShellParameterExpansion> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShShellParameterExpansion.class); }
|
getShellParameterExpansionList
|
15,756
|
List<ShString> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShString.class); }
|
getStringList
|
15,757
|
List<ShVariable> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShVariable.class); }
|
getVariableList
|
15,758
|
void (@NotNull ShVisitor visitor) { visitor.visitLogicalOrExpression(this); }
|
accept
|
15,759
|
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
|
accept
|
15,760
|
PsiElement () { return findNotNullChildByType(OR_OR); }
|
getOrOr
|
15,761
|
void (@NotNull ShVisitor visitor) { visitor.visitConditionalCommand(this); }
|
accept
|
15,762
|
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
|
accept
|
15,763
|
List<ShCondition> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShCondition.class); }
|
getConditionList
|
15,764
|
PsiElement () { return findChildByType(LEFT_DOUBLE_BRACKET); }
|
getLeftDoubleBracket
|
15,765
|
PsiElement () { return findChildByType(LEFT_SQUARE); }
|
getLeftSquare
|
15,766
|
PsiElement () { return findChildByType(RIGHT_DOUBLE_BRACKET); }
|
getRightDoubleBracket
|
15,767
|
PsiElement () { return findChildByType(RIGHT_SQUARE); }
|
getRightSquare
|
15,768
|
void (@NotNull ShVisitor visitor) { visitor.visitLiteral(this); }
|
accept
|
15,769
|
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
|
accept
|
15,770
|
PsiElement () { return findChildByType(WORD); }
|
getWord
|
15,771
|
void (@NotNull ShVisitor visitor) { visitor.visitAssignmentOperation(this); }
|
accept
|
15,772
|
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
|
accept
|
15,773
|
PsiElement () { return findChildByType(ASSIGN); }
|
getAssign
|
15,774
|
PsiElement () { return findChildByType(BIT_AND_ASSIGN); }
|
getBitAndAssign
|
15,775
|
PsiElement () { return findChildByType(BIT_OR_ASSIGN); }
|
getBitOrAssign
|
15,776
|
PsiElement () { return findChildByType(BIT_XOR_ASSIGN); }
|
getBitXorAssign
|
15,777
|
PsiElement () { return findChildByType(DIV_ASSIGN); }
|
getDivAssign
|
15,778
|
PsiElement () { return findChildByType(MINUS_ASSIGN); }
|
getMinusAssign
|
15,779
|
PsiElement () { return findChildByType(MOD_ASSIGN); }
|
getModAssign
|
15,780
|
PsiElement () { return findChildByType(MULT_ASSIGN); }
|
getMultAssign
|
15,781
|
PsiElement () { return findChildByType(PLUS_ASSIGN); }
|
getPlusAssign
|
15,782
|
PsiElement () { return findChildByType(SHIFT_LEFT_ASSIGN); }
|
getShiftLeftAssign
|
15,783
|
PsiElement () { return findChildByType(SHIFT_RIGHT_ASSIGN); }
|
getShiftRightAssign
|
15,784
|
void (@NotNull ShVisitor visitor) { visitor.visitUnaryExpression(this); }
|
accept
|
15,785
|
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
|
accept
|
15,786
|
ShExpression () { return findChildByClass(ShExpression.class); }
|
getExpression
|
15,787
|
PsiElement () { return findChildByType(MINUS); }
|
getMinus
|
15,788
|
PsiElement () { return findChildByType(PLUS); }
|
getPlus
|
15,789
|
void (@NotNull ShVisitor visitor) { visitor.visitBitwiseOrExpression(this); }
|
accept
|
15,790
|
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
|
accept
|
15,791
|
PsiElement () { return findNotNullChildByType(PIPE); }
|
getPipe
|
15,792
|
void (@NotNull ShVisitor visitor) { visitor.visitBinaryOperation(this); }
|
accept
|
15,793
|
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
|
accept
|
15,794
|
List<ShOperation> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShOperation.class); }
|
getOperationList
|
15,795
|
ShOperation () { List<ShOperation> p1 = getOperationList(); return p1.get(0); }
|
getLeft
|
15,796
|
ShOperation () { List<ShOperation> p1 = getOperationList(); return p1.size() < 2 ? null : p1.get(1); }
|
getRight
|
15,797
|
void (@NotNull ShVisitor visitor) { visitor.visitSubshellCommand(this); }
|
accept
|
15,798
|
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
|
accept
|
15,799
|
ShCompoundList () { return findChildByClass(ShCompoundList.class); }
|
getCompoundList
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.