Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ isNameOrType
Method
isNameOrType
java/src/processing/mode/java/ASTUtils.java:161–163 ·
view source on GitHub ↗
(ASTNode node)
Source
from the content-addressed store, hash-verified
159
160
161
public
static
boolean isNameOrType(ASTNode node) {
162
return
node instanceof Name || node instanceof Type;
163
}
164
165
166
public
static
List<SimpleName> findAllOccurrences(ASTNode root,
Callers
1
resolveBinding
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected