Uses of Interface
sjm.utensil.PubliclyCloneable

Packages that use PubliclyCloneable
org.jsesoft.jpp
org.jsesoft.jpp: A Java macro preprocessor Title: A Java macro preprocessor.
sjm.parse   
sjm.parse.chars   
sjm.parse.tokens   
 

Uses of PubliclyCloneable in org.jsesoft.jpp
 

Classes in org.jsesoft.jpp that implement PubliclyCloneable
 class MacroTable
          The macro definition table.
 

Uses of PubliclyCloneable in sjm.parse
 

Classes in sjm.parse that implement PubliclyCloneable
 class Assembly
          An assembly maintains a stream of language elements along with stack and target objects.
 

Fields in sjm.parse declared as PubliclyCloneable
protected  PubliclyCloneable Assembly.target
           
 

Methods in sjm.parse that return PubliclyCloneable
protected  PubliclyCloneable ParserTester.freshTarget()
           
 

Methods in sjm.parse with parameters of type PubliclyCloneable
 void Assembly.setTarget(PubliclyCloneable target)
          Sets the target for this assembly.
 

Uses of PubliclyCloneable in sjm.parse.chars
 

Classes in sjm.parse.chars that implement PubliclyCloneable
 class CharacterAssembly
          A CharacterAssembly is an Assembly whose elements are characters.
 

Uses of PubliclyCloneable in sjm.parse.tokens
 

Classes in sjm.parse.tokens that implement PubliclyCloneable
 class TokenAssembly
          A TokenAssembly is an Assembly whose elements are Tokens.