Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/beanshell/beanshell
/ isVisible
Method
isVisible
src/bsh/BSHBlock.java:138–138 ·
view source on GitHub ↗
( SimpleNode node )
Source
from the content-addressed store, hash-verified
136
137
public
interface
NodeFilter {
138
public
boolean isVisible( SimpleNode node );
139
}
140
141
}
Callers
1
evalBlock
Method · 0.65
Implementers
1
ClassNodeFilter
src/bsh/ClassGenerator.java
Calls
no outgoing calls
Tested by
no test coverage detected