public class ASTFormatType extends SimpleNode
Constructors
ASTFormatType(Copy p, int id)
public ASTFormatType(Copy p, int id)
Name | Description |
p | Copy |
id | int |
ASTFormatType(int id)
public ASTFormatType(int id)
Name | Description |
id | int |
Methods
getFormat()
public CopyTreeParser.CopyOptions.Format getFormat()
Type | Description |
CopyTreeParser.CopyOptions.Format |
jjtAccept(CopyVisitor visitor, Object data)
public Object jjtAccept(CopyVisitor visitor, Object data)
Accept the visitor. *
Name | Description |
visitor | CopyVisitor |
data | Object |
Type | Description |
Object |
setFormat(String format)
public void setFormat(String format)
Name | Description |
format | String |
toString()
public String toString()
Type | Description |
String |