chapters.onJoran.calculator
Class AddAction
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.joran.action.Action
chapters.onJoran.calculator.AddAction
- All Implemented Interfaces:
- ContextAware
public class AddAction
- extends Action
This action adds the two integers at the top of the stack (they are removed)
and pushes the result to the 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 |
AddAction
public AddAction()
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.