![JAR search and dependency download from the Maven repository](/logo.png)
de.defmacro.ast.syntax.IExpressionSyntax Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eclipse-astparser Show documentation
Show all versions of eclipse-astparser Show documentation
Extracted from the Eclipse JDT
The newest version!
package de.defmacro.ast.syntax;
import de.defmacro.ast.search.IStatement;
public interface IExpressionSyntax
extends ISearchSyntax
{
public INextMethodSyntax withStatement(IStatement expr);
//public INextMethodSyntax returns(ReturnStatement expr);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy