org.openarchitectureware.xpand2.ast
Class ImportDeclaration

java.lang.Object
  extended by org.openarchitectureware.expression.ast.SyntaxElement
      extended by org.openarchitectureware.xpand2.ast.ImportDeclaration
All Implemented Interfaces:
ISyntaxElement

public class ImportDeclaration
extends SyntaxElement

*

Author:
Sven Efftinge (http://www.efftinge.de) *

Field Summary
 
Fields inherited from class org.openarchitectureware.expression.ast.SyntaxElement
end, line, start
 
Constructor Summary
ImportDeclaration(Identifier importString)
           
 
Method Summary
 Identifier getImportString()
           
 
Methods inherited from class org.openarchitectureware.expression.ast.SyntaxElement
accept, getEnd, getFileName, getLine, getNameString, getStart, setEnd, setFileName, setLine, setStart
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportDeclaration

public ImportDeclaration(Identifier importString)
Method Detail

getImportString

public Identifier getImportString()