Searched defs:AnnotationNode (Results 1 – 2 of 2) sorted by relevance
144 struct AnnotationNode : public ParseTree { struct145 explicit AnnotationNode(const Nonterm arg_lhs, in AnnotationNode() function152 const ClassificationResult* annotation;
216 private fun AnnotationNode.asMap(): Map<String, Any?> { in AnnotationNode() method224 private fun AnnotationNode.setKey(key: String, value: Any?) { in AnnotationNode() method