Klasse AccessForInlineVisitor

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.ASTVisitor
org.aspectj.ajdt.internal.compiler.ast.AccessForInlineVisitor

public class AccessForInlineVisitor extends ASTVisitor
Walks the body of around advice Makes sure that all member accesses are to public members. Will convert to use access methods when needed to ensure that. This makes it much simpler (and more modular) to inline the body of an around. ??? constructors are handled different and require access to the target type. changes to org.eclipse.jdt.internal.compiler.ast.AllocationExpression would be required to fix this issue.
Autor:
Jim Hugunin