org.objectweb.speedo.generation.mivisitor
Interface MetaInfoVisitor
- All Known Implementing Classes:
- AbstractMetaInfoVisitor
- public interface MetaInfoVisitor
Define a speedo meta information visitor. The visitors can be chained by the
setNext method.
- Author:
- S.Chassande-Barrioz
visitCompilerParameter
public void visitCompilerParameter(SpeedoCompilerParameter scp)
throws SpeedoException
- Throws:
SpeedoException
visitXml
public void visitXml(SpeedoXMLDescriptor xml)
throws SpeedoException
- Throws:
SpeedoException
visitPackage
public void visitPackage(SpeedoPackage sp)
throws SpeedoException
- Throws:
SpeedoException
visitClass
public void visitClass(SpeedoClass sc)
throws SpeedoException
- Throws:
SpeedoException
visitField
public void visitField(SpeedoField sf)
throws SpeedoException
- Throws:
SpeedoException
visitExtension
public void visitExtension(SpeedoExtension se)
throws SpeedoException
- Throws:
SpeedoException
getNext
public MetaInfoVisitor getNext()
setNext
public void setNext(MetaInfoVisitor next)