public interface DeprecationSupervisor
Modifier and Type | Method and Description |
---|---|
boolean |
isDeprecated(Token.Type type,
String value)
Check if this value is deprecated so that the parser can warn user while parsing the code.
|
boolean isDeprecated(Token.Type type, String value)
type
- the type of deprecated tokenvalue
- the actual value of token