Unnamed: 0 int64 0 305k | body stringlengths 7 52.9k | name stringlengths 1 185 |
|---|---|---|
15,400 | void (@NotNull ShTestCommand o) { visitCommand(o); } | visitTestCommand |
15,401 | void (@NotNull ShThenClause o) { visitCompositeElement(o); } | visitThenClause |
15,402 | void (@NotNull ShUnaryExpression o) { visitExpression(o); } | visitUnaryExpression |
15,403 | void (@NotNull ShUnaryOperation o) { visitOperation(o); } | visitUnaryOperation |
15,404 | void (@NotNull ShUntilCommand o) { visitCommand(o); } | visitUntilCommand |
15,405 | void (@NotNull ShVariable o) { visitLiteral(o); } | visitVariable |
15,406 | void (@NotNull ShWhileCommand o) { visitCommand(o); } | visitWhileCommand |
15,407 | void (@NotNull ShLazyBlock o) { visitCompositeElement(o); } | visitLazyBlock |
15,408 | void (@NotNull ShLazyDoBlock o) { visitCompositeElement(o); } | visitLazyDoBlock |
15,409 | void (@NotNull ShCompositeElement o) { visitElement(o); } | visitCompositeElement |
15,410 | void (@NotNull ShVisitor visitor) { visitor.visitUnaryOperation(this); } | accept |
15,411 | void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); } | accept |
15,412 | ShOperation () { return findChildByClass(ShOperation.class); } | getOperation |
15,413 | PsiElement () { return findChildByType(MINUS); } | getMinus |
15,414 | PsiElement () { return findChildByType(PLUS); } | getPlus |
15,415 | void (@NotNull ShVisitor visitor) { visitor.visitEvalCommand(this); } | accept |
15,416 | void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); } | accept |
15,417 | List<ShSimpleCommandElement> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShSimpleCommandElement.class); } | getSimpleCommandElementList |
15,418 | PsiElement () { return findNotNullChildByType(EVAL); } | getEval |
15,419 | void (@NotNull ShVisitor visitor) { visitor.visitAssignmentCommand(this); } | accept |
15,420 | void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); } | accept |
15,421 | ShArrayExpression () { return findChildByClass(ShArrayExpression.class); } | getArrayExpression |
15,422 | ShAssignmentList () { return findChildByClass(ShAssignmentList.class); } | getAssignmentList |
15,423 | ShLiteral () { return findNotNullChildByClass(ShLiteral.class); } | getLiteral |
15,424 | PsiElement () { return findChildByType(PLUS_ASSIGN); } | getPlusAssign |
15,425 | void (@NotNull ShVisitor visitor) { visitor.visitIndexExpression(this); } | accept |
15,426 | void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); } | accept |
15,427 | List<ShExpression> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShExpression.class); } | getExpressionList |
15,428 | PsiElement () { return findNotNullChildByType(LEFT_SQUARE); } | getLeftSquare |
15,429 | PsiElement () { return findChildByType(RIGHT_SQUARE); } | getRightSquare |
15,430 | void (@NotNull ShVisitor visitor) { visitor.visitLogicalAndOperation(this); } | accept |
15,431 | void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); } | accept |
15,432 | PsiElement () { return findNotNullChildByType(AND_AND); } | getAndAnd |
15,433 | void (@NotNull ShVisitor visitor) { visitor.visitGenericCommandDirective(this); } | accept |
15,434 | void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); } | accept |
15,435 | ShArithmeticExpansion () { return findChildByClass(ShArithmeticExpansion.class); } | getArithmeticExpansion |
15,436 | ShBraceExpansion () { return findChildByClass(ShBraceExpansion.class); } | getBraceExpansion |
15,437 | ShLiteral () { return findChildByClass(ShLiteral.class); } | getLiteral |
15,438 | ShOldArithmeticExpansion () { return findChildByClass(ShOldArithmeticExpansion.class); } | getOldArithmeticExpansion |
15,439 | ShRedirection () { return findChildByClass(ShRedirection.class); } | getRedirection |
15,440 | ShShellParameterExpansion () { return findChildByClass(ShShellParameterExpansion.class); } | getShellParameterExpansion |
15,441 | ShVariable () { return findChildByClass(ShVariable.class); } | getVariable |
15,442 | PsiElement () { return findChildByType(BANG); } | getBang |
15,443 | PsiElement () { return findChildByType(DOLLAR); } | getDollar |
15,444 | PsiElement () { return findChildByType(FILEDESCRIPTOR); } | getFiledescriptor |
15,445 | void (@NotNull ShVisitor visitor) { visitor.visitCondition(this); } | accept |
15,446 | void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); } | accept |
15,447 | void (@NotNull ShVisitor visitor) { visitor.visitCommandsList(this); } | accept |
15,448 | void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); } | accept |
15,449 | List<ShCommand> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShCommand.class); } | getCommandList |
15,450 | void (@NotNull ShVisitor visitor) { visitor.visitArrayAssignment(this); } | accept |
15,451 | void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); } | accept |
15,452 | ShOperation () { return findNotNullChildByClass(ShOperation.class); } | getOperation |
15,453 | PsiElement () { return findChildByType(ASSIGN); } | getAssign |
15,454 | void (@NotNull ShVisitor visitor) { visitor.visitAssignmentCondition(this); } | accept |
15,455 | void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); } | accept |
15,456 | List<ShCondition> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShCondition.class); } | getConditionList |
15,457 | PsiElement () { return findNotNullChildByType(ASSIGN); } | getAssign |
15,458 | void (@NotNull ShVisitor visitor) { visitor.visitRegexCondition(this); } | accept |
15,459 | void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); } | accept |
15,460 | ShCondition () { return findNotNullChildByClass(ShCondition.class); } | getCondition |
15,461 | ShRegexPattern () { return findNotNullChildByClass(ShRegexPattern.class); } | getRegexPattern |
15,462 | PsiElement () { return findNotNullChildByType(REGEXP); } | getRegexp |
15,463 | void (@NotNull ShVisitor visitor) { visitor.visitComparisonCondition(this); } | accept |
15,464 | void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); } | accept |
15,465 | List<ShCondition> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShCondition.class); } | getConditionList |
15,466 | PsiElement () { return findChildByType(GT); } | getGt |
15,467 | PsiElement () { return findChildByType(LT); } | getLt |
15,468 | void (@NotNull ShVisitor visitor) { visitor.visitCommand(this); } | accept |
15,469 | void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); } | accept |
15,470 | ShCommand () { return findChildByClass(ShCommand.class); } | getCommand |
15,471 | ShHeredoc () { return findChildByClass(ShHeredoc.class); } | getHeredoc |
15,472 | List<ShRedirection> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShRedirection.class); } | getRedirectionList |
15,473 | void (@NotNull ShVisitor visitor) { visitor.visitLogicalAndCondition(this); } | accept |
15,474 | void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); } | accept |
15,475 | List<ShCondition> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShCondition.class); } | getConditionList |
15,476 | PsiElement () { return findNotNullChildByType(AND_AND); } | getAndAnd |
15,477 | void (@NotNull ShVisitor visitor) { visitor.visitMulOperation(this); } | accept |
15,478 | void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); } | accept |
15,479 | PsiElement () { return findChildByType(DIV); } | getDiv |
15,480 | PsiElement () { return findChildByType(MOD); } | getMod |
15,481 | PsiElement () { return findChildByType(MULT); } | getMult |
15,482 | void (@NotNull ShVisitor visitor) { visitor.visitBinaryExpression(this); } | accept |
15,483 | void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); } | accept |
15,484 | List<ShExpression> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShExpression.class); } | getExpressionList |
15,485 | ShExpression () { List<ShExpression> p1 = getExpressionList(); return p1.get(0); } | getLeft |
15,486 | ShExpression () { List<ShExpression> p1 = getExpressionList(); return p1.size() < 2 ? null : p1.get(1); } | getRight |
15,487 | void (@NotNull ShVisitor visitor) { visitor.visitBitwiseAndExpression(this); } | accept |
15,488 | void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); } | accept |
15,489 | PsiElement () { return findNotNullChildByType(AMP); } | getAmp |
15,490 | void (@NotNull ShVisitor visitor) { visitor.visitBitwiseShiftOperation(this); } | accept |
15,491 | void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); } | accept |
15,492 | PsiElement () { return findChildByType(SHIFT_LEFT); } | getShiftLeft |
15,493 | PsiElement () { return findChildByType(SHIFT_RIGHT); } | getShiftRight |
15,494 | void (@NotNull ShVisitor visitor) { visitor.visitElseClause(this); } | accept |
15,495 | void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); } | accept |
15,496 | ShCompoundList () { return findChildByClass(ShCompoundList.class); } | getCompoundList |
15,497 | PsiElement () { return findNotNullChildByType(ELSE); } | getElse |
15,498 | void (@NotNull ShVisitor visitor) { visitor.visitAssignmentList(this); } | accept |
15,499 | void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); } | accept |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.