Package com.io7m.jlexing.core
Interface LexicalType<F>
- Type Parameters:
F- The type of file information
public interface LexicalType<F>
Types that have lexical information.
-
Method Summary
-
Method Details
-
lexical
LexicalPosition<F> lexical()- Returns:
- The lexical information for the type
-