Searched refs:ruleStart (Results 1 – 5 of 5) sorted by relevance
73 NFAState ruleStart = in toString() local75 line = ruleStart.associatedASTNode.getLine(); in toString()76 column = ruleStart.associatedASTNode.getCharPositionInLine(); in toString()
81 NFAState ruleStart = in toString() local83 line = ruleStart.associatedASTNode.getLine(); in toString()84 column = ruleStart.associatedASTNode.getCharPositionInLine(); in toString()
233 public StateCluster build_RuleRef(Rule refDef, NFAState ruleStart) { in build_RuleRef() argument239 Transition e = new RuleClosureTransition(refDef,ruleStart,right); in build_RuleRef()
46 NFAState ruleStart, in RuleClosureTransition() argument49 super(Label.EPSILON, ruleStart); in RuleClosureTransition()
META-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/ ...