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 | 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.
|
Copyright © 2014–2019. All rights reserved.