26272829303132
super(id, dot); this.literal = literal; this.production = production; result = new LiteralNode(production, literal); }
35363738394041
super(id, dot, enterFilters, completionFilters); this.literal = literal; this.production = production; result = new LiteralNode(production, literal); }
83848586878889
} } return null; } return new LiteralNode(production, resultArray); }
979899100101102103
} } return null; // Did not match. } return new LiteralNode(production, resultLiteral); }