(TC aAspect, long aAmount)
| 112 | public Object mAspect; |
| 113 | |
| 114 | public static TC_AspectStack stack(TC aAspect, long aAmount) { |
| 115 | return new TC_AspectStack(aAspect, aAmount); |
| 116 | } |
| 117 | |
| 118 | public TC_AspectStack get(long aAmount) {return new TC_AspectStack(this, aAmount);} |
| 119 |
no outgoing calls
no test coverage detected