This package contains abstract syntax tree (AST) nodes which represent Java language elements. A Java file is represented by a tree of nodes whose root is a @see com.sap.tc.jtools.jlint.jom.interfaces.ICompilationUnit. The AST can be traversed using the visitor pattern implemented by @see com.sap.tc.jtools.jlint.jom.JomTestVisitor.