Package | Description |
---|---|
net.bytebuddy.dynamic.scaffold |
This package contains helper types and implementations that are responsible for the actual writing of a byte array
representing a Java class.
|
Modifier and Type | Field and Description |
---|---|
private MethodGraph.Compiler.Default.Key.Detached |
MethodGraph.Compiler.Default.Key.Store.Entry.Resolved.Node.key
The detached key representing this node.
|
private MethodGraph.Compiler.Default.Key.Detached |
MethodGraph.Compiler.Default.Key.Store.Entry.Ambiguous.Node.key
The detached key representing this node.
|
Modifier and Type | Method and Description |
---|---|
protected MethodGraph.Compiler.Default.Key.Detached |
MethodGraph.Compiler.Default.Key.Harmonized.detach(MethodDescription.TypeToken typeToken)
Creates a detached version of this key.
|
protected static MethodGraph.Compiler.Default.Key.Detached |
MethodGraph.Compiler.Default.Key.Detached.of(MethodDescription.SignatureToken token)
Creates a new detached key of the given method token.
|
Constructor and Description |
---|
Node(MethodGraph.Compiler.Default.Key.Detached key,
MethodDescription methodDescription,
Visibility visibility) |
Node(MethodGraph.Compiler.Default.Key.Detached key,
MethodDescription methodDescription,
Visibility visibility,
boolean visible)
Creates a new node.
|