Home | History | Annotate | Download | only in antlr

Lines Matching defs:profile

64     private boolean profile = false;
222 else if (args[i].equals("-profile")) {
753 System.err.println(" -profile generate a parser that computes profiling information");
1148 * @return the profile
1151 return profile;
1330 * @param profile true to generate a profiling parser
1332 public void setProfile(boolean profile) {
1333 this.profile = profile;