Interface AstNode<N>
-
- Type Parameters:
N- type of node
public interface AstNode<N>Interface for converting to AstAccess
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NgetFirstChild(N node)NgetNext(N node)
-