net.sf.jse
Class DotDotDotFragment

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

public class DotDotDotFragment
extends PatternVariableFragment

Special ... pattern variable

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

Fields inherited from class net.sf.jse.Fragment
out
 
Constructor Summary
DotDotDotFragment()
           
DotDotDotFragment(antlr.Token t)
           
 
Method Summary
 IdentifierFragment getVariableName()
           
 
Methods inherited from class net.sf.jse.PatternVariableFragment
collectBoundVariables, compilePatternElement, compileQuestionExpression, compileTemplate, generatePatternCode, getConstraint, getFragmentClassName, getInsideFragments, getName, setInsideFragments, tokens, toString
 
Methods inherited from class net.sf.jse.CompoundFragment
compileNestedTemplate
 
Methods inherited from class net.sf.jse.Fragment
capitalize, die, expandMacros, expandTemplates, getChar, getCurrentLine, getFloat, 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

DotDotDotFragment

public DotDotDotFragment()

DotDotDotFragment

public DotDotDotFragment(antlr.Token t)
Method Detail

getVariableName

public IdentifierFragment getVariableName()
Overrides:
getVariableName in class PatternVariableFragment