org.erights.e.elang.smallcaps
Class SmallcapsVisitorTable

java.lang.Object
  |
  +--org.erights.e.elang.smallcaps.SmallcapsVisitorTable

class SmallcapsVisitorTable
extends Object

The different types of SmallcapsEncoderVisitor emitting onto a SmallcapsEmitter need to refer to each other. This collects them into one place.

Author:
Mark S. Miller, Darius Bacon

Field Summary
(package private)  SmallcapsEncoderVisitor forControl
          For effects and control
(package private)  SmallcapsEncoderVisitor forFxOnly
          For effects only
(package private)  SmallcapsEncoderVisitor forValue
          For effects and value
 
Constructor Summary
(package private) SmallcapsVisitorTable(SmallcapsEmitter emitter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

forValue

final SmallcapsEncoderVisitor forValue
For effects and value


forControl

final SmallcapsEncoderVisitor forControl
For effects and control


forFxOnly

final SmallcapsEncoderVisitor forFxOnly
For effects only

Constructor Detail

SmallcapsVisitorTable

SmallcapsVisitorTable(SmallcapsEmitter emitter)


comments?