/usr/share/doc/libjava-allocation-instrumenter-java/api/index-all.html is in libjava-allocation-instrumenter-java-doc 3.0.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html>
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Index (java-allocation-instrumenter 3.0.1 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (java-allocation-instrumenter 3.0.1 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="com/google/monitoring/runtime/instrumentation/package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li><a href="com/google/monitoring/runtime/instrumentation/package-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#I:A">A</a> <a href="#I:C">C</a> <a href="#I:I">I</a> <a href="#I:P">P</a> <a href="#I:R">R</a> <a href="#I:S">S</a> <a href="#I:T">T</a> <a href="#I:V">V</a> <a name="I:A">
<!-- -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/google/monitoring/runtime/instrumentation/AllocationRecorder.html#addSampler-com.google.monitoring.runtime.instrumentation.Sampler-">addSampler(Sampler)</a></span> - Static method in class com.google.monitoring.runtime.instrumentation.<a href="com/google/monitoring/runtime/instrumentation/AllocationRecorder.html" title="class in com.google.monitoring.runtime.instrumentation">AllocationRecorder</a></dt>
<dd>
<div class="block">Adds a <a href="com/google/monitoring/runtime/instrumentation/Sampler.html" title="interface in com.google.monitoring.runtime.instrumentation"><code>Sampler</code></a> that will get run <b>every time an allocation is
performed from Java code</b>.</div>
</dd>
<dt><a href="com/google/monitoring/runtime/instrumentation/AllocationInstrumenter.html" title="class in com.google.monitoring.runtime.instrumentation"><span class="typeNameLink">AllocationInstrumenter</span></a> - Class in <a href="com/google/monitoring/runtime/instrumentation/package-summary.html">com.google.monitoring.runtime.instrumentation</a></dt>
<dd>
<div class="block">Instruments bytecodes that allocate heap memory to call a recording hook.</div>
</dd>
<dt><a href="com/google/monitoring/runtime/instrumentation/AllocationRecorder.html" title="class in com.google.monitoring.runtime.instrumentation"><span class="typeNameLink">AllocationRecorder</span></a> - Class in <a href="com/google/monitoring/runtime/instrumentation/package-summary.html">com.google.monitoring.runtime.instrumentation</a></dt>
<dd>
<div class="block">The logic for recording allocations, called from bytecode rewritten by
<a href="com/google/monitoring/runtime/instrumentation/AllocationInstrumenter.html" title="class in com.google.monitoring.runtime.instrumentation"><code>AllocationInstrumenter</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/monitoring/runtime/instrumentation/AllocationRecorder.html#AllocationRecorder--">AllocationRecorder()</a></span> - Constructor for class com.google.monitoring.runtime.instrumentation.<a href="com/google/monitoring/runtime/instrumentation/AllocationRecorder.html" title="class in com.google.monitoring.runtime.instrumentation">AllocationRecorder</a></dt>
<dd> </dd>
</dl>
<a name="I:C">
<!-- -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><a href="com/google/monitoring/runtime/instrumentation/package-summary.html">com.google.monitoring.runtime.instrumentation</a> - package com.google.monitoring.runtime.instrumentation</dt>
<dd> </dd>
<dt><a href="com/google/monitoring/runtime/instrumentation/ConstructorCallback.html" title="interface in com.google.monitoring.runtime.instrumentation"><span class="typeNameLink">ConstructorCallback</span></a><<a href="com/google/monitoring/runtime/instrumentation/ConstructorCallback.html" title="type parameter in ConstructorCallback">T</a>> - Interface in <a href="com/google/monitoring/runtime/instrumentation/package-summary.html">com.google.monitoring.runtime.instrumentation</a></dt>
<dd>
<div class="block">This interface describes a function that is used to sample a
constructor.</div>
</dd>
<dt><a href="com/google/monitoring/runtime/instrumentation/ConstructorInstrumenter.html" title="class in com.google.monitoring.runtime.instrumentation"><span class="typeNameLink">ConstructorInstrumenter</span></a> - Class in <a href="com/google/monitoring/runtime/instrumentation/package-summary.html">com.google.monitoring.runtime.instrumentation</a></dt>
<dd>
<div class="block">Instruments bytecode by inserting a specified call in the
constructor of a given class.</div>
</dd>
</dl>
<a name="I:I">
<!-- -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/google/monitoring/runtime/instrumentation/AllocationInstrumenter.html#instrument-byte:A-java.lang.String-java.lang.String-java.lang.ClassLoader-">instrument(byte[], String, String, ClassLoader)</a></span> - Static method in class com.google.monitoring.runtime.instrumentation.<a href="com/google/monitoring/runtime/instrumentation/AllocationInstrumenter.html" title="class in com.google.monitoring.runtime.instrumentation">AllocationInstrumenter</a></dt>
<dd>
<div class="block">Given the bytes representing a class, go through all the bytecode in it and
instrument any occurences of new/newarray/anewarray/multianewarray with
pre- and post-allocation hooks.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/monitoring/runtime/instrumentation/AllocationInstrumenter.html#instrument-byte:A-java.lang.ClassLoader-">instrument(byte[], ClassLoader)</a></span> - Static method in class com.google.monitoring.runtime.instrumentation.<a href="com/google/monitoring/runtime/instrumentation/AllocationInstrumenter.html" title="class in com.google.monitoring.runtime.instrumentation">AllocationInstrumenter</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/google/monitoring/runtime/instrumentation/ConstructorInstrumenter.html#instrument-byte:A-java.lang.Class-">instrument(byte[], Class<?>)</a></span> - Static method in class com.google.monitoring.runtime.instrumentation.<a href="com/google/monitoring/runtime/instrumentation/ConstructorInstrumenter.html" title="class in com.google.monitoring.runtime.instrumentation">ConstructorInstrumenter</a></dt>
<dd>
<div class="block">Given the bytes representing a class, add invocations of the
ConstructorCallback method to the constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/monitoring/runtime/instrumentation/ConstructorInstrumenter.html#instrumentClass-java.lang.Class-com.google.monitoring.runtime.instrumentation.ConstructorCallback-">instrumentClass(Class<?>, ConstructorCallback<?>)</a></span> - Static method in class com.google.monitoring.runtime.instrumentation.<a href="com/google/monitoring/runtime/instrumentation/ConstructorInstrumenter.html" title="class in com.google.monitoring.runtime.instrumentation">ConstructorInstrumenter</a></dt>
<dd>
<div class="block">Ensures that the given sampler will be invoked every time a constructor
for class c is invoked.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/monitoring/runtime/instrumentation/ConstructorInstrumenter.html#invokeSamplers-java.lang.Object-">invokeSamplers(Object)</a></span> - Static method in class com.google.monitoring.runtime.instrumentation.<a href="com/google/monitoring/runtime/instrumentation/ConstructorInstrumenter.html" title="class in com.google.monitoring.runtime.instrumentation">ConstructorInstrumenter</a></dt>
<dd>
<div class="block">Bytecode is rewritten to invoke this method; it calls the sampler for
the given class.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/monitoring/runtime/instrumentation/VerifyingClassAdapter.html#isVerified--">isVerified()</a></span> - Method in class com.google.monitoring.runtime.instrumentation.<a href="com/google/monitoring/runtime/instrumentation/VerifyingClassAdapter.html" title="class in com.google.monitoring.runtime.instrumentation">VerifyingClassAdapter</a></dt>
<dd>
<div class="block">Gets the verification state of this class.</div>
</dd>
</dl>
<a name="I:P">
<!-- -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/google/monitoring/runtime/instrumentation/AllocationInstrumenter.html#premain-java.lang.String-java.lang.instrument.Instrumentation-">premain(String, Instrumentation)</a></span> - Static method in class com.google.monitoring.runtime.instrumentation.<a href="com/google/monitoring/runtime/instrumentation/AllocationInstrumenter.html" title="class in com.google.monitoring.runtime.instrumentation">AllocationInstrumenter</a></dt>
<dd> </dd>
</dl>
<a name="I:R">
<!-- -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/google/monitoring/runtime/instrumentation/AllocationRecorder.html#recordAllocation-java.lang.Class-java.lang.Object-">recordAllocation(Class<?>, Object)</a></span> - Static method in class com.google.monitoring.runtime.instrumentation.<a href="com/google/monitoring/runtime/instrumentation/AllocationRecorder.html" title="class in com.google.monitoring.runtime.instrumentation">AllocationRecorder</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/google/monitoring/runtime/instrumentation/AllocationRecorder.html#recordAllocation-int-java.lang.String-java.lang.Object-">recordAllocation(int, String, Object)</a></span> - Static method in class com.google.monitoring.runtime.instrumentation.<a href="com/google/monitoring/runtime/instrumentation/AllocationRecorder.html" title="class in com.google.monitoring.runtime.instrumentation">AllocationRecorder</a></dt>
<dd>
<div class="block">Records the allocation.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/monitoring/runtime/instrumentation/AllocationRecorder.html#recordAllocationForceForTest-int-java.lang.String-java.lang.Object-">recordAllocationForceForTest(int, String, Object)</a></span> - Static method in class com.google.monitoring.runtime.instrumentation.<a href="com/google/monitoring/runtime/instrumentation/AllocationRecorder.html" title="class in com.google.monitoring.runtime.instrumentation">AllocationRecorder</a></dt>
<dd>
<div class="block">Helper method to force recording; for unit tests only.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/monitoring/runtime/instrumentation/AllocationRecorder.html#recordAllocationForceForTestReal-int-java.lang.String-java.lang.Object-int-">recordAllocationForceForTestReal(int, String, Object, int)</a></span> - Static method in class com.google.monitoring.runtime.instrumentation.<a href="com/google/monitoring/runtime/instrumentation/AllocationRecorder.html" title="class in com.google.monitoring.runtime.instrumentation">AllocationRecorder</a></dt>
<dd>
<div class="block">Helper method to force recording; for unit tests only.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/monitoring/runtime/instrumentation/AllocationRecorder.html#removeSampler-com.google.monitoring.runtime.instrumentation.Sampler-">removeSampler(Sampler)</a></span> - Static method in class com.google.monitoring.runtime.instrumentation.<a href="com/google/monitoring/runtime/instrumentation/AllocationRecorder.html" title="class in com.google.monitoring.runtime.instrumentation">AllocationRecorder</a></dt>
<dd>
<div class="block">Removes the given <a href="com/google/monitoring/runtime/instrumentation/Sampler.html" title="interface in com.google.monitoring.runtime.instrumentation"><code>Sampler</code></a>.</div>
</dd>
</dl>
<a name="I:S">
<!-- -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/google/monitoring/runtime/instrumentation/ConstructorCallback.html#sample-T-">sample(T)</a></span> - Method in interface com.google.monitoring.runtime.instrumentation.<a href="com/google/monitoring/runtime/instrumentation/ConstructorCallback.html" title="interface in com.google.monitoring.runtime.instrumentation">ConstructorCallback</a></dt>
<dd>
<div class="block">When an object implementing interface
<code>ConstructorCallback</code> is passed to
<a href="com/google/monitoring/runtime/instrumentation/ConstructorInstrumenter.html#instrumentClass-java.lang.Class-com.google.monitoring.runtime.instrumentation.ConstructorCallback-"><code>instrumentClass(Class, ConstructorCallback)</code></a>,
it will get executed
whenever a constructor for type T is invoked.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/monitoring/runtime/instrumentation/Sampler.html#sampleAllocation-int-java.lang.String-java.lang.Object-long-">sampleAllocation(int, String, Object, long)</a></span> - Method in interface com.google.monitoring.runtime.instrumentation.<a href="com/google/monitoring/runtime/instrumentation/Sampler.html" title="interface in com.google.monitoring.runtime.instrumentation">Sampler</a></dt>
<dd>
<div class="block">Determines whether the object currently being allocated, with the given
size, should be traced.</div>
</dd>
<dt><a href="com/google/monitoring/runtime/instrumentation/Sampler.html" title="interface in com.google.monitoring.runtime.instrumentation"><span class="typeNameLink">Sampler</span></a> - Interface in <a href="com/google/monitoring/runtime/instrumentation/package-summary.html">com.google.monitoring.runtime.instrumentation</a></dt>
<dd>
<div class="block">This interface describes a function that is used to sample an allocation.</div>
</dd>
</dl>
<a name="I:T">
<!-- -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/google/monitoring/runtime/instrumentation/VerifyingClassAdapter.html#toByteArray--">toByteArray()</a></span> - Method in class com.google.monitoring.runtime.instrumentation.<a href="com/google/monitoring/runtime/instrumentation/VerifyingClassAdapter.html" title="class in com.google.monitoring.runtime.instrumentation">VerifyingClassAdapter</a></dt>
<dd>
<div class="block">Returns the byte array that contains the byte code for this class.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/monitoring/runtime/instrumentation/AllocationInstrumenter.html#transform-java.lang.ClassLoader-java.lang.String-java.lang.Class-java.security.ProtectionDomain-byte:A-">transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[])</a></span> - Method in class com.google.monitoring.runtime.instrumentation.<a href="com/google/monitoring/runtime/instrumentation/AllocationInstrumenter.html" title="class in com.google.monitoring.runtime.instrumentation">AllocationInstrumenter</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/google/monitoring/runtime/instrumentation/ConstructorInstrumenter.html#transform-java.lang.ClassLoader-java.lang.String-java.lang.Class-java.security.ProtectionDomain-byte:A-">transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[])</a></span> - Method in class com.google.monitoring.runtime.instrumentation.<a href="com/google/monitoring/runtime/instrumentation/ConstructorInstrumenter.html" title="class in com.google.monitoring.runtime.instrumentation">ConstructorInstrumenter</a></dt>
</dl>
<a name="I:V">
<!-- -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/google/monitoring/runtime/instrumentation/VerifyingClassAdapter.State.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum com.google.monitoring.runtime.instrumentation.<a href="com/google/monitoring/runtime/instrumentation/VerifyingClassAdapter.State.html" title="enum in com.google.monitoring.runtime.instrumentation">VerifyingClassAdapter.State</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/monitoring/runtime/instrumentation/VerifyingClassAdapter.State.html#values--">values()</a></span> - Static method in enum com.google.monitoring.runtime.instrumentation.<a href="com/google/monitoring/runtime/instrumentation/VerifyingClassAdapter.State.html" title="enum in com.google.monitoring.runtime.instrumentation">VerifyingClassAdapter.State</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><a href="com/google/monitoring/runtime/instrumentation/VerifyingClassAdapter.html" title="class in com.google.monitoring.runtime.instrumentation"><span class="typeNameLink">VerifyingClassAdapter</span></a> - Class in <a href="com/google/monitoring/runtime/instrumentation/package-summary.html">com.google.monitoring.runtime.instrumentation</a></dt>
<dd>
<div class="block">This is a class writer that gets used in place of the existing
<code>ClassWriter</code>,
and verifies properties of the class getting written.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/monitoring/runtime/instrumentation/VerifyingClassAdapter.html#VerifyingClassAdapter-org.objectweb.asm.ClassWriter-byte:A-java.lang.String-">VerifyingClassAdapter(ClassWriter, byte[], String)</a></span> - Constructor for class com.google.monitoring.runtime.instrumentation.<a href="com/google/monitoring/runtime/instrumentation/VerifyingClassAdapter.html" title="class in com.google.monitoring.runtime.instrumentation">VerifyingClassAdapter</a></dt>
<dd> </dd>
<dt><a href="com/google/monitoring/runtime/instrumentation/VerifyingClassAdapter.State.html" title="enum in com.google.monitoring.runtime.instrumentation"><span class="typeNameLink">VerifyingClassAdapter.State</span></a> - Enum in <a href="com/google/monitoring/runtime/instrumentation/package-summary.html">com.google.monitoring.runtime.instrumentation</a></dt>
<dd>
<div class="block">An enum which indicates whether the class in question is verified.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/monitoring/runtime/instrumentation/VerifyingClassAdapter.html#visitEnd--">visitEnd()</a></span> - Method in class com.google.monitoring.runtime.instrumentation.<a href="com/google/monitoring/runtime/instrumentation/VerifyingClassAdapter.html" title="class in com.google.monitoring.runtime.instrumentation">VerifyingClassAdapter</a></dt>
<dt><span class="memberNameLink"><a href="com/google/monitoring/runtime/instrumentation/VerifyingClassAdapter.html#visitMethod-int-java.lang.String-java.lang.String-java.lang.String-java.lang.String:A-">visitMethod(int, String, String, String, String[])</a></span> - Method in class com.google.monitoring.runtime.instrumentation.<a href="com/google/monitoring/runtime/instrumentation/VerifyingClassAdapter.html" title="class in com.google.monitoring.runtime.instrumentation">VerifyingClassAdapter</a></dt>
<dd>
<div class="block">
In addition, the returned <code>MethodVisitor</code>
will throw an exception if the method is greater than 64K in length.</div>
</dd>
</dl>
<a href="#I:A">A</a> <a href="#I:C">C</a> <a href="#I:I">I</a> <a href="#I:P">P</a> <a href="#I:R">R</a> <a href="#I:S">S</a> <a href="#I:T">T</a> <a href="#I:V">V</a> </div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="com/google/monitoring/runtime/instrumentation/package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li><a href="com/google/monitoring/runtime/instrumentation/package-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2009–2016 <a href="http://www.google.com">Google, Inc.</a>. All rights reserved.</small></p>
</body>
</html>
|