net.sf.jse
Class UnhygienicNameFragment

java.lang.Object
  |
  +--net.sf.jse.Fragment
        |
        +--net.sf.jse.CompoundFragment
              |
              +--net.sf.jse.CompoundMacroFragment
                    |
                    +--net.sf.jse.UnhygienicNameFragment
All Implemented Interfaces:
java.lang.Cloneable

public abstract class UnhygienicNameFragment
extends net.sf.jse.CompoundMacroFragment

Represents a pattern variable for unhygienic variables

Version:
0.9, 03OCT00
Author:
Jonathan Bachrach, Keith Playford

Fields inherited from class net.sf.jse.Fragment
out
 
Constructor Summary
UnhygienicNameFragment()
           
 
Methods inherited from class net.sf.jse.CompoundFragment
collectBoundVariables, compileNestedTemplate, compileTemplate, setInsideFragments, tokens, toString
 
Methods inherited from class net.sf.jse.Fragment
capitalize, compilePatternElement, compileQuestionExpression, die, expandMacros, expandTemplates, generatePatternCode, getChar, getCurrentLine, getFloat, getInsideFragments, getInt, getLine, getString, getValue, isTerminator, makeToken, makeToken, markMacros, setCurrentLine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnhygienicNameFragment

public UnhygienicNameFragment()