Uses of Class
antlr.CppBlockFinishingInfo

Packages that use CppBlockFinishingInfo
antlr   
 

Uses of CppBlockFinishingInfo in antlr
 

Methods in antlr that return CppBlockFinishingInfo
 CppBlockFinishingInfo CppCodeGenerator.genCommonBlock(AlternativeBlock blk, boolean noTestForSingle)
          Generate common code for a block of alternatives; return a postscript that needs to be generated at the end of the block.
 

Methods in antlr with parameters of type CppBlockFinishingInfo
private  void CppCodeGenerator.genBlockFinish(CppBlockFinishingInfo howToFinish, java.lang.String noViableAction)
          Generate the finish of a block, using a combination of the info returned from genCommonBlock() and the action to perform when no alts were taken