910111213141516
public class Feature { private static final String resourcesDirectory = "/qubit/cucumber/editor/resources"; private static ASTNode getActualNode(SyntaxContext context) { ASTPath path = context.getASTPath(); return (ASTNode) path.getLeaf(); }