Uses of Class antlr.preprocessor.Rule

Uses in package antlr.preprocessor

Methods with parameter type antlr.preprocessor.Rule

void
void
boolean
If 'rule' narrows the visible of 'this', return true; For example, 'this' is public and 'rule' is private, true is returned.
boolean
Two rules have the same signature if they have: same name same return value same args I do a simple string compare now, but later the type could be pulled out so it is insensitive to names of args etc...