|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--net.sf.jse.Fragment
|
+--net.sf.jse.CompoundFragment
|
+--net.sf.jse.SequenceFragment
A compound fragment used to represent the value of pattern variable matching more than one fragment
| Fields inherited from class net.sf.jse.Fragment |
out |
| Constructor Summary | |
SequenceFragment(FragmentList fragments)
|
|
| Method Summary | |
FragmentList |
getInsideFragments()
|
java.lang.Object |
getValue()
protocol for converting fragments back into Java literals |
void |
setInsideFragments(FragmentList fragments)
|
| Methods inherited from class net.sf.jse.CompoundFragment |
collectBoundVariables, compileNestedTemplate, compileTemplate, tokens, toString |
| Methods inherited from class net.sf.jse.Fragment |
capitalize, compilePatternElement, compileQuestionExpression, die, expandMacros, expandTemplates, generatePatternCode, getChar, getCurrentLine, getFloat, getInt, getLine, getString, isTerminator, makeToken, makeToken, markMacros, setCurrentLine |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SequenceFragment(FragmentList fragments)
| Method Detail |
public FragmentList getInsideFragments()
getInsideFragments in class Fragmentpublic void setInsideFragments(FragmentList fragments)
setInsideFragments in class CompoundFragmentpublic java.lang.Object getValue()
FragmentgetValue in class Fragment
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||