net.sf.jse
Class SplicedPatternVariableFragment

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

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

A pattern variable for name splicing e.g., ?name ## "-setter"

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

Fields inherited from class net.sf.jse.Fragment
out
 
Constructor Summary
SplicedPatternVariableFragment()
           
 
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

SplicedPatternVariableFragment

public SplicedPatternVariableFragment()