Interface SyntaxRegistry.Key<I extends SyntaxInfo<?>>
- Type Parameters:
I
- The syntax type.
- All Known Subinterfaces:
SyntaxRegistry.ChildKey<I,
P>
- Enclosing interface:
SyntaxRegistry
Represents a syntax element type.
-
Method Summary
-
Method Details
-
of
- Type Parameters:
I
- The syntax type.- Parameters:
name
- The name of this key.- Returns:
- A default key implementation.
-
name
String name()- Returns:
- The name of the syntax element this key represents.
-