Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.halesoft.jcomment.elements
Class Element  view Element download Element.java

java.lang.Object
  extended bycom.halesoft.jcomment.elements.Element

public abstract class Element
extends java.lang.Object

Base class for representations of elements in the Java Language.

All elements are intems which are structural features of a class (or the class itself), rather than corresponding to bytecode.

Version:
1.0

Constructor Summary
Element()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Element

public Element()