net.sf.jse
Class SeparatorFragment

java.lang.Object
  |
  +--net.sf.jse.Fragment
        |
        +--net.sf.jse.LeafFragment
              |
              +--net.sf.jse.PunctuationFragment
                    |
                    +--net.sf.jse.SeparatorFragment
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
CommaFragment, SemicolonFragment

public class SeparatorFragment
extends PunctuationFragment

A punctuation fragment representing a Java separator token

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

Fields inherited from class net.sf.jse.Fragment
out
 
Constructor Summary
SeparatorFragment(java.lang.String s)
           
SeparatorFragment(antlr.Token t)
           
 
Methods inherited from class net.sf.jse.PunctuationFragment
compileSpecialTemplate, compileTemplate, generatePatternCode, toString
 
Methods inherited from class net.sf.jse.LeafFragment
getInsideFragments, getLine, getText, getToken, tokens
 
Methods inherited from class net.sf.jse.Fragment
capitalize, collectBoundVariables, compilePatternElement, compileQuestionExpression, die, expandMacros, expandTemplates, getChar, getCurrentLine, getFloat, getInt, 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

SeparatorFragment

public SeparatorFragment(java.lang.String s)

SeparatorFragment

public SeparatorFragment(antlr.Token t)