net.sf.jse
Interface SyntaxExpander


public interface SyntaxExpander

The interface for all syntax expanders

Version:
0.9, 03OCT00
Author:
Jonathan Bachrach, Keith Playford

Method Summary
 Expansion expand(Fragment fs)
           
 java.lang.String[] getContinuationWords()
           
 

Method Detail

getContinuationWords

public java.lang.String[] getContinuationWords()

expand

public Expansion expand(Fragment fs)
                 throws SyntaxMatchFailure