net.sf.jse
Class BracesFragment

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

public class BracesFragment
extends NestedFragment

Curly enclosed fragments

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

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

Method Detail

isTerminator

public boolean isTerminator()
Overrides:
isTerminator in class Fragment