fr.inria.oadymppac.parsing.gentra4cp
Class DefaultAnnotationEvent
java.lang.Object
fr.inria.oadymppac.parsing.event.EventImpl
fr.inria.oadymppac.parsing.gentra4cp.BasicEvent
fr.inria.oadymppac.parsing.gentra4cp.BasicAnnotationEvent
fr.inria.oadymppac.parsing.gentra4cp.DefaultAnnotationEvent
- All Implemented Interfaces:
- AnnotationAttributes, AnnotationCommandEventListener, AnnotationCommandProvider, AnnotationEvent, AnnotationTypeAttribute, java.lang.Cloneable, DTDAnnotationElement, DTDAnnotationTypeAttribute, DTDEventAttributes, Event, EventAttributes, java.util.EventListener, EventListener
- public class DefaultAnnotationEvent
- extends BasicAnnotationEvent
- implements AnnotationEvent, AnnotationCommandProvider, AnnotationCommandEventListener
- Author:
- raf
Fields inherited from interface fr.inria.oadymppac.parsing.event.Event |
logger |
Methods inherited from class fr.inria.oadymppac.parsing.gentra4cp.BasicAnnotationEvent |
getChrono, getContext, getDepth, getEventType, getFile, getIdentifier, getInfo, getLine, getName, getReferences, getTime, getType, init, setChrono, setContext, setDepth, setFile, setIdentifier, setLine, setName, setReferences, setTime, setType |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.attributes.EventAttributes |
getChrono, getContext, getDepth, getFile, getLine, getTime, setChrono, setContext, setDepth, setFile, setLine, setTime |
DefaultAnnotationEvent
public DefaultAnnotationEvent()
getCommand
public AnnotationCommandInfo getCommand()
- Specified by:
getCommand
in interface AnnotationCommandProvider
- Returns:
setCommand
public void setCommand(AnnotationCommandInfo command)
- Specified by:
setCommand
in interface AnnotationCommandProvider
- Parameters:
command
-
reset
public void reset()
- Specified by:
reset
in interface Event
- Overrides:
reset
in class BasicAnnotationEvent
eventProcess
public void eventProcess(AnnotationCommandEvent ev)
- Specified by:
eventProcess
in interface AnnotationCommandEventListener
eventProcess
public void eventProcess(Event ev)
- Specified by:
eventProcess
in interface EventListener
processEnd
public void processEnd()
- Specified by:
processEnd
in interface EventListener
processInstruction
public void processInstruction(java.lang.String target,
java.lang.String data)
- Specified by:
processInstruction
in interface EventListener
processStart
public void processStart()
- Specified by:
processStart
in interface EventListener