- 30 Dec, 2017 1 commit
-
-
Eric Bruneton authored
-
- 26 Dec, 2017 1 commit
-
-
Eric Bruneton authored
-
- 20 Oct, 2017 1 commit
-
-
Eric Bruneton authored
These examples were introduced long before the user guide, which now provides more and better documented examples.
-
- 07 Oct, 2017 2 commits
-
-
Eric Bruneton authored
-
Eric Bruneton authored
Also remove the dependency from AnalyzerUnitTest to ClassWriterComputeMaxUnitTest (by duplicating some code; this will be needed to use a multi-project layout).
-
- 01 Oct, 2017 1 commit
-
-
Eric Bruneton authored
-
- 30 Sep, 2017 1 commit
-
-
Eric Bruneton authored
-
- 19 Aug, 2012 1 commit
-
-
ebruneton authored
- split the ClassReader accept() method into several methods (readField, readMethod, readCode, readFrame, etc), each using local variables with the smallest possible scope. Required the addition of a Context helper class. Makes the code more readable, a little bit bigger (+4%), but also faster (1.12 speedup for the deserialize performance test). - switched to the Java code style conventions, applied Eclipse auto format on all files.
-
- 24 Sep, 2011 1 commit
-
-
ebruneton authored
prepared build.properties for ASM 4.0 made public the Printer fields in TraceXxxVisitor classes
-
- 26 Aug, 2011 1 commit
-
-
ebruneton authored
changed interfaces to abstract classes (to provide backward compatibility in future versions)
-
- 02 Aug, 2011 1 commit
-
-
ebruneton authored
-
- 05 Jul, 2006 1 commit
-
-
ebruneton authored
-
- 01 Feb, 2005 1 commit
-
-
ebruneton authored
-
- 10 Nov, 2004 1 commit
-
-
ebruneton authored
-
- 28 Apr, 2004 1 commit
-
-
ebruneton authored
moved Dumpable interface and associated code to asm.util.attrs, renamed Dump*Visitor into ASMifier*Visitor
-
- 19 Mar, 2004 1 commit
-
-
ebruneton authored
-
- 10 Dec, 2003 1 commit
-
-
ebruneton authored
-
- 02 Dec, 2003 1 commit
-
-
ekuleshov authored
Dumpable interface used by DumpClassVisitor and DumpCodeVisitor in order to generate ASM code for attributes.
-