org.openarchitectureware.xtend.ast
Class ImportStatement

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

public class ImportStatement
extends SyntaxElement


Field Summary
 
Fields inherited from class org.openarchitectureware.expression.ast.SyntaxElement
end, line, start
 
Constructor Summary
ImportStatement(Identifier importedID, boolean exported)
           
 
Method Summary
 void analyze(ExecutionContext ctx, java.util.Set<AnalysationIssue> issues)
           
 Identifier getImportedId()
           
 boolean isExported()
           
 
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

ImportStatement

public ImportStatement(Identifier importedID,
                       boolean exported)
Method Detail

getImportedId

public Identifier getImportedId()

isExported

public boolean isExported()

analyze

public void analyze(ExecutionContext ctx,
                    java.util.Set<AnalysationIssue> issues)