MCPcopy Index your code
hub / github.com/beanshell/beanshell / jj_ntk

Method jj_ntk

src/bsh/Parser.java:6163–6168  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6161 }
6162
6163 final private int jj_ntk() {
6164 if ((jj_nt=token.next) == null)
6165 return (jj_ntk = (token.next=token_source.getNextToken()).kind);
6166 else
6167 return (jj_ntk = jj_nt.kind);
6168 }
6169
6170 private java.util.Vector jj_expentries = new java.util.Vector();
6171 private int[] jj_expentry;

Callers 15

LineMethod · 0.95
ModifiersMethod · 0.95
ClassDeclarationMethod · 0.95
MethodDeclarationMethod · 0.95
ImportDeclarationMethod · 0.95
VariableDeclaratorMethod · 0.95
VariableInitializerMethod · 0.95
ArrayInitializerMethod · 0.95
FormalParametersMethod · 0.95
FormalParameterMethod · 0.95
TypeMethod · 0.95
ReturnTypeMethod · 0.95

Calls 1

getNextTokenMethod · 0.45

Tested by

no test coverage detected