Package org.jtool.srcmodel


package org.jtool.srcmodel
This package provides APIs that builds a source code model consisting of packages, classes, methods, and fields.
  • Class
    Description
    Stores information on the range of a code fragment for an AST node.
    An object representing a class, an interface, an enum, or an anonymous class for a lambda expression.
    A root object for a Java model element.
    An object that representing the failure of creation of a model element.
    A root object for a Java model element.
    An object representing a field.
    An object representing a Java source file.
    An object representing a local variable or a formal parameter.
    An object representing a method, a constructor, a static initializer, or a lambda expression.
    An object representing a package.
    An object representing a project that contains source files to be analyzed.
    An object representing a field, an enum-constant, a local variable, or a parameter.
    Stores fully-qualified name of an element.