OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Copier
(Results
1 - 6
of
6
) sorted by null
/external/javassist/src/main/javassist/bytecode/
AnnotationDefaultAttribute.java
107
AnnotationsAttribute.
Copier
copier
local
108
= new AnnotationsAttribute.
Copier
(info, constPool, newCp, classnames);
110
copier
.memberValue(0);
111
return new AnnotationDefaultAttribute(newCp,
copier
.close());
ParameterAnnotationsAttribute.java
24
import javassist.bytecode.AnnotationsAttribute.
Copier
;
107
Copier
copier
= new
Copier
(info, constPool, newCp, classnames);
local
109
copier
.parameters();
111
copier
.close());
StackMap.java
119
Copier
copier
= new
Copier
(this, newCp, classnames);
local
120
copier
.visit();
121
return
copier
.getStackMap();
223
static class
Copier
extends Walker {
228
Copier
(StackMap map, ConstPool newCp, Map classnames) {
AnnotationsAttribute.java
163
Copier
copier
= new
Copier
(info, constPool, newCp, classnames);
local
165
copier
.annotationArray();
166
return new AnnotationsAttribute(newCp, getName(),
copier
.close());
454
static class
Copier
extends Walker {
461
* Constructs a
copier
. This
copier
renames some class names
471
Copier
(byte[] info, ConstPool src, ConstPool dest, Map map) {
StackMapTable.java
69
new
Copier
(this.constPool, info, newCp).doit());
400
static class
Copier
extends SimpleCopy {
403
public
Copier
(ConstPool src, byte[] data, ConstPool dest) {
/prebuilt/common/groovy/
groovy-all-1.7.0.jar
Completed in 213 milliseconds