Class MCBasicTypesInheritanceHandler
- java.lang.Object
-
- de.monticore.types.mcbasictypes._visitor.MCBasicTypesInheritanceHandler
-
- All Implemented Interfaces:
MCBasicTypesHandler,de.monticore.visitor.IHandler
public class MCBasicTypesInheritanceHandler extends java.lang.Object implements MCBasicTypesHandler
-
-
Field Summary
Fields Modifier and Type Field Description protected MCBasicTypesTraversertraverser
-
Constructor Summary
Constructors Constructor Description MCBasicTypesInheritanceHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MCBasicTypesTraversergetTraverser()voidhandle(ASTMCBasicTypesNode node)voidhandle(ASTMCImportStatement node)voidhandle(ASTMCObjectType node)voidhandle(ASTMCPackageDeclaration node)voidhandle(ASTMCPrimitiveType node)voidhandle(ASTMCQualifiedName node)voidhandle(ASTMCQualifiedType node)voidhandle(ASTMCReturnType node)voidhandle(ASTMCType node)voidhandle(ASTMCVoidType node)voidhandle(IMCBasicTypesArtifactScope node)voidhandle(IMCBasicTypesGlobalScope node)voidhandle(IMCBasicTypesScope node)voidsetTraverser(MCBasicTypesTraverser traverser)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Field Detail
-
traverser
protected MCBasicTypesTraverser traverser
-
-
Method Detail
-
getTraverser
public MCBasicTypesTraverser getTraverser()
- Specified by:
getTraverserin interfacede.monticore.visitor.IHandler- Specified by:
getTraverserin interfaceMCBasicTypesHandler
-
setTraverser
public void setTraverser(MCBasicTypesTraverser traverser)
- Specified by:
setTraverserin interfaceMCBasicTypesHandler
-
handle
public void handle(ASTMCQualifiedName node)
- Specified by:
handlein interfaceMCBasicTypesHandler
-
handle
public void handle(ASTMCPackageDeclaration node)
- Specified by:
handlein interfaceMCBasicTypesHandler
-
handle
public void handle(ASTMCImportStatement node)
- Specified by:
handlein interfaceMCBasicTypesHandler
-
handle
public void handle(ASTMCPrimitiveType node)
- Specified by:
handlein interfaceMCBasicTypesHandler
-
handle
public void handle(ASTMCQualifiedType node)
- Specified by:
handlein interfaceMCBasicTypesHandler
-
handle
public void handle(ASTMCReturnType node)
- Specified by:
handlein interfaceMCBasicTypesHandler
-
handle
public void handle(ASTMCVoidType node)
- Specified by:
handlein interfaceMCBasicTypesHandler
-
handle
public void handle(ASTMCType node)
- Specified by:
handlein interfaceMCBasicTypesHandler
-
handle
public void handle(ASTMCObjectType node)
- Specified by:
handlein interfaceMCBasicTypesHandler
-
handle
public void handle(ASTMCBasicTypesNode node)
- Specified by:
handlein interfaceMCBasicTypesHandler
-
handle
public void handle(IMCBasicTypesScope node)
- Specified by:
handlein interfaceMCBasicTypesHandler
-
handle
public void handle(IMCBasicTypesArtifactScope node)
- Specified by:
handlein interfaceMCBasicTypesHandler
-
handle
public void handle(IMCBasicTypesGlobalScope node)
- Specified by:
handlein interfaceMCBasicTypesHandler
-
-