public interface IHiddenTokenHelper
| Modifier and Type | Method and Description | 
|---|---|
AbstractRule | 
getWhitespaceRuleFor(ParserRule context,
                    java.lang.String whitespace)  | 
AbstractRule | 
getWhitespaceRuleFor(java.lang.String whitespace)
Deprecated.  
 | 
boolean | 
isComment(AbstractRule rule)  | 
boolean | 
isWhitespace(AbstractRule rule)  | 
boolean isWhitespace(AbstractRule rule)
boolean isComment(AbstractRule rule)
@Deprecated AbstractRule getWhitespaceRuleFor(java.lang.String whitespace)
AbstractRule getWhitespaceRuleFor(ParserRule context, java.lang.String whitespace)