Package org.antlr.v4.codegen.model.chunk
Class QRetValueRef
- java.lang.Object
-
- org.antlr.v4.codegen.model.OutputModelObject
-
- org.antlr.v4.codegen.model.chunk.ActionChunk
-
- org.antlr.v4.codegen.model.chunk.RetValueRef
-
- org.antlr.v4.codegen.model.chunk.QRetValueRef
-
public class QRetValueRef extends RetValueRef
-
-
Field Summary
Fields Modifier and Type Field Description String
dict
-
Fields inherited from class org.antlr.v4.codegen.model.chunk.RetValueRef
name
-
Fields inherited from class org.antlr.v4.codegen.model.chunk.ActionChunk
ctx
-
Fields inherited from class org.antlr.v4.codegen.model.OutputModelObject
ast, factory
-
-
Constructor Summary
Constructors Constructor Description QRetValueRef(StructDecl ctx, String dict, String name)
-
-
-
Field Detail
-
dict
public String dict
-
-
Constructor Detail
-
QRetValueRef
public QRetValueRef(StructDecl ctx, String dict, String name)
-
-