mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-29 06:22:51 -06:00
a bit more documentation copied from Java
This commit is contained in:
@@ -16,7 +16,10 @@ namespace PGFSharp
|
||||
Bracket AsBracketChild {get;}
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// A representation for a syntactic constituent in the parse tree
|
||||
/// of a sentence.
|
||||
/// </summary>
|
||||
public class Bracket : IBracketChild
|
||||
{
|
||||
public class StringChildBracket : IBracketChild {
|
||||
|
||||
Reference in New Issue
Block a user