public class DefineState extends DefineState
exp| Constructor and Description |
|---|
DefineState() |
| Modifier and Type | Method and Description |
|---|---|
protected Expression |
doCombine(ReferenceExp baseExp,
Expression newExp,
String combine)
combines two expressions into one as specified by the combine parameter,
and returns a new expression.
|
protected void |
endSelf()
this method is called in endElement method
when the state is about to be removed.
|
protected void |
startSelf()
performs a task that should be done before reading any child elements.
|
createChildState, getRef, getReference, onEndChildendDocument, endElement, isGrammarElement, startElement_assert, callInterceptExpression, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMappingprotected void startSelf()
StatestartSelf in class DefineStateprotected void endSelf()
SimpleStateendSelf in class DefineStateprotected Expression doCombine(ReferenceExp baseExp, Expression newExp, String combine)
doCombine in class DefineStateCopyright © 2014 Oracle Corporation. All Rights Reserved.