Unnamed: 0
int64
0
305k
body
stringlengths
7
52.9k
name
stringlengths
1
185
15,900
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
accept
15,901
List<ShBraceExpansion> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShBraceExpansion.class); }
getBraceExpansionList
15,902
PsiElement () { return findNotNullChildByType(LEFT_CURLY); }
getLeftCurly
15,903
PsiElement () { return findNotNullChildByType(RIGHT_CURLY); }
getRightCurly
15,904
void (@NotNull ShVisitor visitor) { visitor.visitIncludeCommand(this); }
accept
15,905
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
accept
15,906
ShIncludeDirective () { return findNotNullChildByClass(ShIncludeDirective.class); }
getIncludeDirective
15,907
List<ShSimpleCommandElement> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShSimpleCommandElement.class); }
getSimpleCommandElementList
15,908
void (@NotNull ShVisitor visitor) { visitor.visitElifClause(this); }
accept
15,909
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
accept
15,910
ShCompoundList () { return findChildByClass(ShCompoundList.class); }
getCompoundList
15,911
ShThenClause () { return findChildByClass(ShThenClause.class); }
getThenClause
15,912
PsiElement () { return findNotNullChildByType(ELIF); }
getElif
15,913
void (@NotNull ShVisitor visitor) { visitor.visitBitwiseOrOperation(this); }
accept
15,914
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
accept
15,915
PsiElement () { return findNotNullChildByType(PIPE); }
getPipe
15,916
void (@NotNull ShVisitor visitor) { visitor.visitParenthesesBlock(this); }
accept
15,917
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
accept
15,918
ShCompoundList () { return findChildByClass(ShCompoundList.class); }
getCompoundList
15,919
void (@NotNull ShVisitor visitor) { visitor.visitNumber(this); }
accept
15,920
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
accept
15,921
PsiElement () { return findChildByType(HEX); }
getHex
15,922
PsiElement () { return findChildByType(INT); }
getInt
15,923
PsiElement () { return findChildByType(OCTAL); }
getOctal
15,924
void (@NotNull ShVisitor visitor) { visitor.visitSelectCommand(this); }
accept
15,925
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
accept
15,926
List<ShArithmeticExpansion> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShArithmeticExpansion.class); }
getArithmeticExpansionList
15,927
ShBlock () { return findChildByClass(ShBlock.class); }
getBlock
15,928
List<ShBraceExpansion> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShBraceExpansion.class); }
getBraceExpansionList
15,929
List<ShCommand> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShCommand.class); }
getCommandList
15,930
ShDoBlock () { return findChildByClass(ShDoBlock.class); }
getDoBlock
15,931
ShListTerminator () { return findChildByClass(ShListTerminator.class); }
getListTerminator
15,932
List<ShNumber> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShNumber.class); }
getNumberList
15,933
List<ShShellParameterExpansion> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShShellParameterExpansion.class); }
getShellParameterExpansionList
15,934
List<ShString> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShString.class); }
getStringList
15,935
List<ShVariable> () { return PsiTreeUtil.getChildrenOfTypeAsList(this, ShVariable.class); }
getVariableList
15,936
PsiElement () { return findChildByType(IN); }
getIn
15,937
PsiElement () { return findNotNullChildByType(SELECT); }
getSelect
15,938
void (@NotNull ShVisitor visitor) { visitor.visitEqualityOperation(this); }
accept
15,939
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
accept
15,940
PsiElement () { return findChildByType(EQ); }
getEq
15,941
PsiElement () { return findChildByType(NE); }
getNe
15,942
void (@NotNull ShVisitor visitor) { visitor.visitPostExpression(this); }
accept
15,943
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
accept
15,944
ShExpression () { return findNotNullChildByClass(ShExpression.class); }
getExpression
15,945
PsiElement () { return findChildByType(MINUS_MINUS); }
getMinusMinus
15,946
PsiElement () { return findChildByType(PLUS_PLUS); }
getPlusPlus
15,947
void (@NotNull ShVisitor visitor) { visitor.visitLetCommand(this); }
accept
15,948
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
accept
15,949
ShExpression () { return findChildByClass(ShExpression.class); }
getExpression
15,950
PsiElement () { return findNotNullChildByType(LET); }
getLet
15,951
void (@NotNull ShVisitor visitor) { visitor.visitCaseClause(this); }
accept
15,952
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
accept
15,953
ShCompoundList () { return findChildByClass(ShCompoundList.class); }
getCompoundList
15,954
ShPattern () { return findNotNullChildByClass(ShPattern.class); }
getPattern
15,955
PsiElement () { return findNotNullChildByType(RIGHT_PAREN); }
getRightParen
15,956
void (@NotNull ShVisitor visitor) { visitor.visitArrayExpression(this); }
accept
15,957
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
accept
15,958
ShExpression () { return findChildByClass(ShExpression.class); }
getExpression
15,959
PsiElement () { return findNotNullChildByType(LEFT_SQUARE); }
getLeftSquare
15,960
PsiElement () { return findChildByType(RIGHT_SQUARE); }
getRightSquare
15,961
void (@NotNull ShVisitor visitor) { visitor.visitParenthesesExpression(this); }
accept
15,962
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
accept
15,963
ShExpression () { return findChildByClass(ShExpression.class); }
getExpression
15,964
PsiElement () { return findNotNullChildByType(LEFT_PAREN); }
getLeftParen
15,965
PsiElement () { return findChildByType(RIGHT_PAREN); }
getRightParen
15,966
void (@NotNull ShVisitor visitor) { visitor.visitBlock(this); }
accept
15,967
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
accept
15,968
ShCompoundList () { return findChildByClass(ShCompoundList.class); }
getCompoundList
15,969
void (@NotNull ShVisitor visitor) { visitor.visitFunctionDefinition(this); }
accept
15,970
void (@NotNull PsiElementVisitor visitor) { if (visitor instanceof ShVisitor) accept((ShVisitor)visitor); else super.accept(visitor); }
accept
15,971
ShBlock () { return findChildByClass(ShBlock.class); }
getBlock
15,972
ShParenthesesBlock () { return findChildByClass(ShParenthesesBlock.class); }
getParenthesesBlock
15,973
PsiElement () { return findChildByType(LEFT_PAREN); }
getLeftParen
15,974
PsiElement () { return findChildByType(RIGHT_PAREN); }
getRightParen
15,975
PsiElement () { return findChildByType(FUNCTION); }
getFunction
15,976
PsiElement () { return findChildByType(WORD); }
getWord
15,977
int (int ch) { return ZZ_CMAP_A[(ZZ_CMAP_Y[(ZZ_CMAP_Z[ch>>10]<<6)|((ch>>4)&0x3f)]<<4)|(ch&0xf)]; }
ZZ_CMAP
15,978
int (String packed, int offset, int [] result) { int i = 0; /* index in packed string */ int j = offset; /* index in unpacked array */ int l = packed.length(); while (i < l) { int count = packed.charAt(i++); int value = packed.charAt(i++); do result[j++] = value; while (--count > 0); } return j; }
zzUnpackAction
15,979
int (String packed, int offset, int [] result) { int i = 0; /* index in packed string */ int j = offset; /* index in unpacked array */ int l = packed.length(); while (i < l) { int high = packed.charAt(i++) << 16; result[j++] = high | packed.charAt(i++); } return j; }
zzUnpackRowMap
15,980
int (String packed, int offset, int [] result) { int i = 0; /* index in packed string */ int j = offset; /* index in unpacked array */ int l = packed.length(); while (i < l) { int count = packed.charAt(i++); int value = packed.charAt(i++); value--; do result[j++] = value; while (--count > 0); } return j; }
zzUnpackTrans
15,981
int (String packed, int offset, int [] result) { int i = 0; /* index in packed string */ int j = offset; /* index in unpacked array */ int l = packed.length(); while (i < l) { int count = packed.charAt(i++); int value = packed.charAt(i++); do result[j++] = value; while (--count > 0); } return j; }
zzUnpackAttribute
15,982
void (int state) { int currentState = yystate(); assert currentState != YYINITIAL || stateStack.empty() : "Can't push initial state into the not empty stack"; stateStack.push(currentState); yybegin(state); }
pushState
15,983
void () { assert !stateStack.empty() : "States stack is empty"; yybegin(stateStack.pop()); }
popState
15,984
void (int currentState) { if (yystate() == currentState) { assert !stateStack.empty() : "States stack is empty"; yybegin(stateStack.pop()); } }
popState
15,985
void (int parentheses) { parenStack.push(parentheses); }
pushParentheses
15,986
void () { assert !parenStack.empty() : "Parentheses stack is empty"; parenStack.pop(); }
popParentheses
15,987
boolean () { return !parenStack.empty() && parenStack.peek() == LT_GT_PARENTHESES; }
shouldCloseLgGtParen
15,988
boolean () { return !parenStack.empty() && parenStack.peek() == PARENTHESES; }
shouldCloseSingleParen
15,989
boolean (char expectedChar) { if (zzCurrentPos == 0) return false; return zzBuffer.charAt(zzCurrentPos - 1) == expectedChar; }
isPreviousChar
15,990
void () { stateStack.clear(); parenStack.clear(); heredocWithWhiteSpaceIgnore = false; heredocMarker = null; isQuoteOpen = false; isBackquoteOpen = false; herestringStartPosition = -1; regexStart = -1; regexGroups = 0; }
onReset
15,991
int () { return zzStartRead; }
getTokenStart
15,992
int () { return getTokenStart() + yylength(); }
getTokenEnd
15,993
void (CharSequence buffer, int start, int end, int initialState) { zzBuffer = buffer; zzCurrentPos = zzMarkedPos = zzStartRead = start; zzAtEOF = false; zzAtBOL = true; zzEndRead = end; yybegin(initialState); }
reset
15,994
int () { return zzLexicalState; }
yystate
15,995
void (int newState) { zzLexicalState = newState; }
yybegin
15,996
CharSequence () { return zzBuffer.subSequence(zzStartRead, zzMarkedPos); }
yytext
15,997
char (int pos) { return zzBuffer.charAt(zzStartRead+pos); }
yycharat
15,998
int () { return zzMarkedPos-zzStartRead; }
yylength
15,999
void (int errorCode) { String message; try { message = ZZ_ERROR_MSG[errorCode]; } catch (ArrayIndexOutOfBoundsException e) { message = ZZ_ERROR_MSG[ZZ_UNKNOWN_ERROR]; } throw new Error(message); }
zzScanError