Example #1
0
 public Node parseWithContext(LSInput input, Node contextArg, short action)
 {
     return(default(Node));
 }
Example #2
0
	public Node parseWithContext(LSInput input, Node contextArg, short action) { return default(Node); }
Example #3
0
 public Document parse(LSInput input)
 {
     return(default(Document));
 }
Example #4
0
	public Document parse(LSInput input) { return default(Document); }