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, onEndChild
endDocument, endElement, isGrammarElement, startElement
_assert, callInterceptExpression, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping
protected void startSelf()
State
startSelf
in class DefineState
protected void endSelf()
SimpleState
endSelf
in class DefineState
protected Expression doCombine(ReferenceExp baseExp, Expression newExp, String combine)
doCombine
in class DefineState
Copyright © 2016 Oracle Corporation. All rights reserved.