EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012) |
---|
[all classes][de.uka.ipd.sdq.spa.basicsolver.visitor.printhandler] |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
NPrintSymbolHandler.java | 0% (0/1) | 0% (0/2) | 0% (0/8) | 0% (0/3) |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
class NPrintSymbolHandler | 0% (0/1) | 0% (0/2) | 0% (0/8) | 0% (0/3) |
NPrintSymbolHandler (): void | 0% (0/1) | 0% (0/3) | 0% (0/1) | |
handle (Symbol): void | 0% (0/1) | 0% (0/5) | 0% (0/2) |
1 | /** |
2 | * |
3 | */ |
4 | package de.uka.ipd.sdq.spa.basicsolver.visitor.printhandler; |
5 | |
6 | import de.uka.ipd.sdq.spa.basicsolver.visitor.SymbolHandler; |
7 | import de.uka.ipd.sdq.spa.expression.Symbol; |
8 | |
9 | |
10 | /** |
11 | * @author Ihssane |
12 | * |
13 | */ |
14 | public class NPrintSymbolHandler implements SymbolHandler{ |
15 | |
16 | public void handle(Symbol symbol) { |
17 | // terminal.setResult(terminal.getSymbol()); |
18 | System.out.print(symbol.getName()); |
19 | } |
20 | |
21 | } |
[all classes][de.uka.ipd.sdq.spa.basicsolver.visitor.printhandler] |
EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov |