Interface AttributeTree
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
AttributeTreeImpl
public interface AttributeTree extends Tree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SeparatedList<CallArgumentTree>
arguments()
SyntaxToken
closeParenthesisToken()
NamespaceNameTree
name()
SyntaxToken
openParenthesisToken()
-
-
-
Method Detail
-
name
NamespaceNameTree name()
-
openParenthesisToken
@Nullable SyntaxToken openParenthesisToken()
-
arguments
SeparatedList<CallArgumentTree> arguments()
-
closeParenthesisToken
@Nullable SyntaxToken closeParenthesisToken()
-
-