org.eclipse.internal.xpand2.ast
Class ExtensionImportDeclaration

java.lang.Object
  extended by org.eclipse.internal.xtend.expression.ast.SyntaxElement
      extended by org.eclipse.internal.xpand2.ast.ImportDeclaration
          extended by org.eclipse.internal.xpand2.ast.ExtensionImportDeclaration
All Implemented Interfaces:
XpandAnalyzable, ISyntaxElement

public class ExtensionImportDeclaration
extends ImportDeclaration

Since:
1.0
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
ExtensionImportDeclaration(Identifier importString)
           
 
Method Summary
 void analyze(XpandExecutionContext ctx, java.util.Set<AnalysationIssue> issues)
           
 
Methods inherited from class org.eclipse.internal.xpand2.ast.ImportDeclaration
getImportString, toString
 
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, wait, wait, wait
 

Constructor Detail

ExtensionImportDeclaration

public ExtensionImportDeclaration(Identifier importString)
Method Detail

analyze

public void analyze(XpandExecutionContext ctx,
                    java.util.Set<AnalysationIssue> issues)
Specified by:
analyze in interface XpandAnalyzable
Overrides:
analyze in class ImportDeclaration