Interface AttributeGroupTree
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
AttributeGroupTreeImpl
public interface AttributeGroupTree extends Tree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SeparatedList<AttributeTree>
attributes()
SyntaxToken
endToken()
SyntaxToken
startToken()
-
-
-
Method Detail
-
startToken
SyntaxToken startToken()
-
attributes
SeparatedList<AttributeTree> attributes()
-
endToken
SyntaxToken endToken()
-
-