chapters.onJoran.calculator
Class MultiplyAction
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.joran.action.Action
chapters.onJoran.calculator.MultiplyAction
- All Implemented Interfaces:
- ContextAware
public class MultiplyAction
- extends Action
This action multiplies the two integers at the top of the stack (they are
removed) and pushes the result on top the stack.
- Author:
- Ceki Gülcü
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase |
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext |
MultiplyAction
public MultiplyAction()
begin
public void begin(InterpretationContext ic,
String name,
Attributes attributes)
- Description copied from class:
Action
- Called when the parser encounters an element matching a
Pattern
.
- Specified by:
begin
in class Action
end
public void end(InterpretationContext ic,
String name)
- Specified by:
end
in class Action
Copyright © 2005-2013 QOS.ch. All Rights Reserved.