org.mp4parser.aj.lang.reflect.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of isoparser Show documentation
Show all versions of isoparser Show documentation
A generic parser and writer for all ISO 14496 based files (MP4, Quicktime, DCF, PDCF, ...)
Contains interfaces that extend Signature
to provide
additional information about each possible join point signature. This
additional information can be accessed by casting a Signature object
to the appropriate type, i.e.
before(): call(* *(..)) {
MethodSignature sig = (MethodSignature)thisJoinPoint.getSignature();
...
}
This package also contains SourceLocation
that provides
information about the location in source code that corresponds to a
particular join point.