org.owasp.orizon.core
Class Import

java.lang.Object
  extended by org.owasp.orizon.O
      extended by org.owasp.orizon.core.AbstractCore
          extended by org.owasp.orizon.core.Import

public class Import
extends AbstractCore

This class models an import statement in an object oriented programming language, or an include file in a functional one such as C

Since:
0.50pre1
Author:
sp0nge

Field Summary
 
Fields inherited from class org.owasp.orizon.O
base64, hasName, initialized, line_start, line_stop, log, reduced, what
 
Constructor Summary
Import()
          Create a new import object from an XML node
 
Method Summary
 java.lang.String toXML()
           
 
Methods inherited from class org.owasp.orizon.core.AbstractCore
addModifier, getModifiers, getName, getType, hasModifier, hasModifier, modifiers2String, readXmlNode, setName, setType
 
Methods inherited from class org.owasp.orizon.O
clone, getStartLine, getStopLine, isCompatible, isInitialized, setStartLine, setStopLine, trackThis
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Import

public Import()
Create a new import object from an XML node

Method Detail

toXML

public java.lang.String toXML()
Specified by:
toXML in class AbstractCore