{@link ICompilerProblem} implementation when a {@link org.apache.flex.compiler.units.ICompilationUnit} doesnot define an definition it should based on its location in the source path directory hierarchy.
For example, if the source path is ./foo and there is a source file ./foo/p/A.as then this {@link ICompilerProblem} will be emitted when A.asdoes not define a public or internal definition in package p.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.