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

Method jjtreeCloseNodeScope

src/bsh/Parser.java:43–45  ·  view source on GitHub ↗
(Node n)

Source from the content-addressed store, hash-verified

41 }
42
43 void jjtreeCloseNodeScope(Node n) {
44 ((SimpleNode)n).lastToken = getToken(0);
45 }
46
47 /**
48 Re-initialize the input stream and token source.

Callers 15

ClassDeclarationMethod · 0.95
MethodDeclarationMethod · 0.95
PackageDeclarationMethod · 0.95
ImportDeclarationMethod · 0.95
VariableDeclaratorMethod · 0.95
ArrayInitializerMethod · 0.95
FormalParametersMethod · 0.95
FormalParameterMethod · 0.95
TypeMethod · 0.95
ReturnTypeMethod · 0.95
PrimitiveTypeMethod · 0.95
AmbiguousNameMethod · 0.95

Calls 1

getTokenMethod · 0.95

Tested by

no test coverage detected