Home
last modified time | relevance | path

Searched defs:ObjectLiteralExpressionContext (Results 1 – 1 of 1) sorted by relevance

/napi_generator/src/intellij_plugin/ohosgen/src/main/java/antlr/
DTypeScriptParser.java12399 public static class ObjectLiteralExpressionContext extends SingleExpressionContext { class in TypeScriptParser
12403 public ObjectLiteralExpressionContext(SingleExpressionContext ctx) { copyFrom(ctx); } in ObjectLiteralExpressionContext() method in TypeScriptParser.ObjectLiteralExpressionContext