|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.owasp.orizon.O
org.owasp.orizon.core.AbstractCore
org.owasp.orizon.core.Import
public class Import
This class models an import statement in an object oriented programming language, or an include file in a functional one such as C
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 |
---|
public Import()
Method Detail |
---|
public java.lang.String toXML()
toXML
in class AbstractCore
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |