Class AbstractCompilationVisitable
- java.lang.Object
-
- org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
-
- All Implemented Interfaces:
ICompilationVisitable
- Direct Known Subclasses:
AbstractCompilationWalker,AbstractHistoVisitable,AbstractReportBuilder,AbstractTopListVisitable,BytecodeAnnotationBuilder,CompileChainWalker,HeadlessInlineVisitor.InlineJournalVisitor,HotThrowFinder,IntrinsicFinder
public abstract class AbstractCompilationVisitable extends java.lang.Object implements ICompilationVisitable
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.Set<java.lang.String>ignoreTags
-
Constructor Summary
Constructors Constructor Description AbstractCompilationVisitable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidhandleOther(Tag tag)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.adoptopenjdk.jitwatch.compilation.ICompilationVisitable
visitTag
-
-
-
-
Method Detail
-
handleOther
protected void handleOther(Tag tag)
-
-