Home | History | Annotate | Download | only in antlr3

Lines Matching defs:api_version

148     # The api_version attribute has been introduced in 3.3. If it is not
150 api_version = 0
165 if self.api_version not in compatible_api_versions:
170 % self.api_version)