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