Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Col-E/Recaf
/ setPrev
Method
setPrev
src/main/java/me/coley/recaf/parse/bytecode/ast/AST.java:130–132 ·
view source on GitHub ↗
@param prev Adjacent node.
(AST prev)
Source
from the content-addressed store, hash-verified
128
* Adjacent node.
129
*/
130
public
void
setPrev(AST prev) {
131
this.prev = prev;
132
}
133
134
/**
135
* @
return
String representation of this node.
Callers
1
addChild
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected