Package org.codehaus.modello.plugin.java.javasource


package org.codehaus.modello.plugin.java.javasource
  • Class
    Description
    Print the headers delineating the public and non-public elements of the compilation unit.
     
    JType sub-class for Arrays.
    A representation of the Java Source code for a Java Class.
    Represents a line of code, used by JSourceCode class
    JType sub-class for collections.
    A class that represents a Java comment.
    JType sub-class for componentized types, such as array as collections.
    A representation of the Java Source code for a Java compilation unit.
    A class for handling source code for a constructor of a JClass
    A class that "SOMEWHAT" represents a Java Doc Comment.
    A descriptor for a JavaDoc comment
    A class which holds information about a field.
    A representation of the Java Source code for a Java Interface.
    JType sub-class for maps.
    An interface which represents a Member of a JClass, modelled closely after the Java Reflection API.
    A class which holds information about the methods of a JClass.
    A class which holds information about the signature of a JMethod.
    The set of modifiers for a Method or Member variable
    A utility class used to validate identifiers and class names
    Represents a parameter to a JMethod.
    A class for holding in-memory Java source code.
    The writer used by the modello classes
    This class represents the basic Java "structure" for a Java source file.
     
    Formats a given String for use within a Java comment