Package jp.co.future.uroborosql.node
Class ElseNode
- java.lang.Object
-
- jp.co.future.uroborosql.node.AbstractNode
-
- jp.co.future.uroborosql.node.ContainerNode
-
- jp.co.future.uroborosql.node.ElseNode
-
- All Implemented Interfaces:
LoggerBase
,ParserLoggingSupport
,Node
public class ElseNode extends ContainerNode
ELSE句を表すノード- Author:
- H.Sugimoto
-
-
Field Summary
-
Fields inherited from interface jp.co.future.uroborosql.log.support.LoggerBase
SUPPRESS_LOG_OUTPUT, SUPPRESS_PARAMETER_LOG_OUTPUT
-
Fields inherited from interface jp.co.future.uroborosql.log.support.ParserLoggingSupport
PARSER_LOG
-
-
Constructor Summary
Constructors Constructor Description ElseNode(int position, int length)
コンストラクタ
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(TransformContext transformContext)
TransformContextの編集処理-
Methods inherited from class jp.co.future.uroborosql.node.ContainerNode
passed
-
Methods inherited from class jp.co.future.uroborosql.node.AbstractNode
addChild, getChild, getChildSize, getLength, getPosition, isPassed, pass
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jp.co.future.uroborosql.log.support.LoggerBase
debugWith, errorWith, infoWith, isSuppressLogging, isSuppressParameterLogging, releaseLogging, releaseParameterLogging, suppressLogging, suppressParameterLogging, traceWith, warnWith
-
-
-
-
Method Detail
-
accept
public void accept(TransformContext transformContext)
TransformContextの編集処理- Specified by:
accept
in interfaceNode
- Overrides:
accept
in classContainerNode
- Parameters:
transformContext
- Transformコンテキスト- See Also:
ContainerNode.accept(jp.co.future.uroborosql.parser.TransformContext)
-
-