org.eclipse.internal.xpand2.ast
Class ImportDeclaration
java.lang.Object
org.eclipse.internal.xtend.expression.ast.SyntaxElement
org.eclipse.internal.xpand2.ast.ImportDeclaration
- All Implemented Interfaces:
- XpandAnalyzable, ISyntaxElement
- Direct Known Subclasses:
- ExtensionImportDeclaration
public class ImportDeclaration
- extends SyntaxElement
- implements XpandAnalyzable
- Author:
- Sven Efftinge (http://www.efftinge.de), Karsten Thoms
ImportDeclaration
public ImportDeclaration(Identifier importString)
getImportString
public Identifier getImportString()
analyze
public void analyze(XpandExecutionContext ctx,
Set<AnalysationIssue> issues)
- Specified by:
analyze in interface XpandAnalyzable
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2015. All rights reserved.