Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-dev] Constructor Join Point and Super() constructor

Hello.

I think the reason for why this can't be done is that super()-calls may be
inlined by the compiler. Hence, they cannot be intercepted because they have
no equivalence in the bytecode.

Eric

-- 
Eric Bodden
Chair I2 for Programming Languages and Program Analysis
RWTH Aachen University




Back to the top