org.eclipse.internal.xtend.xtend.ast
Class NamespaceImportStatement

java.lang.Object
  extended by org.eclipse.internal.xtend.expression.ast.SyntaxElement
      extended by org.eclipse.internal.xtend.xtend.ast.NamespaceImportStatement
All Implemented Interfaces:
ISyntaxElement

public class NamespaceImportStatement
extends SyntaxElement

Author:
Karsten Thoms - Initial contribution and API

Field Summary
 
Fields inherited from class org.eclipse.internal.xtend.expression.ast.SyntaxElement
end, line, start
 
Constructor Summary
NamespaceImportStatement(Identifier importedID)
           
 
Method Summary
 void analyze(ExecutionContext ctx, java.util.Set<AnalysationIssue> issues)
           
 Identifier getImportedId()
           
 
Methods inherited from class org.eclipse.internal.xtend.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

NamespaceImportStatement

public NamespaceImportStatement(Identifier importedID)
Method Detail

getImportedId

public Identifier getImportedId()

analyze

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