static class TagFileProcessor.TagFileDirectiveVisitor.NameEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private javax.servlet.jsp.tagext.TagAttributeInfo |
attr |
private Node |
node |
private TagFileProcessor.TagFileDirectiveVisitor.Name |
type |
Constructor and Description |
---|
NameEntry(TagFileProcessor.TagFileDirectiveVisitor.Name type,
Node node,
javax.servlet.jsp.tagext.TagAttributeInfo attr) |
Modifier and Type | Method and Description |
---|---|
(package private) Node |
getNode() |
(package private) javax.servlet.jsp.tagext.TagAttributeInfo |
getTagAttributeInfo() |
(package private) TagFileProcessor.TagFileDirectiveVisitor.Name |
getType() |
private TagFileProcessor.TagFileDirectiveVisitor.Name type
private Node node
private javax.servlet.jsp.tagext.TagAttributeInfo attr
NameEntry(TagFileProcessor.TagFileDirectiveVisitor.Name type, Node node, javax.servlet.jsp.tagext.TagAttributeInfo attr)
TagFileProcessor.TagFileDirectiveVisitor.Name getType()
Node getNode()
javax.servlet.jsp.tagext.TagAttributeInfo getTagAttributeInfo()