Uses of Class
de.cau.cs.kieler.krep.editors.rif.services.RifGrammarAccess

Packages that use RifGrammarAccess
de.cau.cs.kieler.krep.editors.rif.parser.antlr   
de.cau.cs.kieler.krep.editors.rif.parser.antlr.internal   
de.cau.cs.kieler.krep.editors.rif.ui.contentassist.antlr   
de.cau.cs.kieler.krep.editors.rif.ui.contentassist.antlr.internal   
 

Uses of RifGrammarAccess in de.cau.cs.kieler.krep.editors.rif.parser.antlr
 

Methods in de.cau.cs.kieler.krep.editors.rif.parser.antlr that return RifGrammarAccess
 RifGrammarAccess RifParser.getGrammarAccess()
           
 

Methods in de.cau.cs.kieler.krep.editors.rif.parser.antlr with parameters of type RifGrammarAccess
 void RifParser.setGrammarAccess(RifGrammarAccess grammarAccess)
           
 

Uses of RifGrammarAccess in de.cau.cs.kieler.krep.editors.rif.parser.antlr.internal
 

Methods in de.cau.cs.kieler.krep.editors.rif.parser.antlr.internal that return RifGrammarAccess
protected  RifGrammarAccess InternalRifParser.getGrammarAccess()
           
 

Constructors in de.cau.cs.kieler.krep.editors.rif.parser.antlr.internal with parameters of type RifGrammarAccess
InternalRifParser(org.antlr.runtime.TokenStream input, org.eclipse.xtext.parser.IAstFactory factory, RifGrammarAccess grammarAccess)
           
 

Uses of RifGrammarAccess in de.cau.cs.kieler.krep.editors.rif.ui.contentassist.antlr
 

Methods in de.cau.cs.kieler.krep.editors.rif.ui.contentassist.antlr that return RifGrammarAccess
 RifGrammarAccess RifParser.getGrammarAccess()
           
 

Methods in de.cau.cs.kieler.krep.editors.rif.ui.contentassist.antlr with parameters of type RifGrammarAccess
 void RifParser.setGrammarAccess(RifGrammarAccess grammarAccess)
           
 

Uses of RifGrammarAccess in de.cau.cs.kieler.krep.editors.rif.ui.contentassist.antlr.internal
 

Methods in de.cau.cs.kieler.krep.editors.rif.ui.contentassist.antlr.internal with parameters of type RifGrammarAccess
 void InternalRifParser.setGrammarAccess(RifGrammarAccess grammarAccess)