Uses of Class
cdx.scorebot.scoring.logic.Block

Packages that use Block
cdx.scorebot.scoring.logic Contains the data structures used to hold and process the information parsed by the Scoring Logic lexical analyzer. 
cdx.scorebot.scoring.logic.parser Contains the Scoring Logic lexical analyzer and parser. 
 

Uses of Block in cdx.scorebot.scoring.logic
 

Methods in cdx.scorebot.scoring.logic that return Block
 Block LogicUnit.getBlock()
          gets this logic's code block
 

Constructors in cdx.scorebot.scoring.logic with parameters of type Block
LogicUnit(Block block)
          instantiate a logic unit with the block of code it contains
 

Uses of Block in cdx.scorebot.scoring.logic.parser
 

Methods in cdx.scorebot.scoring.logic.parser that return Block
 Block LogicParser.prBlock()