public class SetAttr extends ActionChunk
Modifier and Type | Field and Description |
---|---|
String |
name |
List<ActionChunk> |
rhsChunks |
ctx
ast, factory
Constructor and Description |
---|
SetAttr(StructDecl ctx,
String name,
List<ActionChunk> rhsChunks) |
public String name
public List<ActionChunk> rhsChunks
public SetAttr(StructDecl ctx, String name, List<ActionChunk> rhsChunks)
Copyright © 1992–2020 ANTLR. All rights reserved.