Package | Description |
---|---|
com.sun.source.doctree |
Provides interfaces to represent documentation comments as abstract syntax
trees (AST).
|
com.sun.source.util |
Provides utilities for operations on abstract syntax trees (AST).
|
Modifier and Type | Method and Description |
---|---|
R |
DocTreeVisitor.visitEntity(EntityTree node,
P p)
Visits an EntityTree node.
|
Modifier and Type | Method and Description |
---|---|
EntityTree |
DocTreeFactory.newEntityTree(Name name)
Create a new
EntityTree object, to represent an HTML entity. |
Modifier and Type | Method and Description |
---|---|
R |
DocTreeScanner.visitEntity(EntityTree node,
P p)
Visits an EntityTree node.
|
R |
SimpleDocTreeVisitor.visitEntity(EntityTree node,
P p)
Visits an EntityTree node.
|
Copyright © 2005, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-ea+126