Class ASTCopyOptionElement (0.9.0)

publicclass ASTCopyOptionElementextendsSimpleNode

Inheritance

Object > SimpleNode > ASTCopyOptionElement

Constructors

ASTCopyOptionElement(Copy p, int id)

publicASTCopyOptionElement(Copyp,intid)
Parameters
Name Description
p Copy
id int

ASTCopyOptionElement(int id)

publicASTCopyOptionElement(intid)
Parameter
Name Description
id int

Methods

getName()

publicStringgetName()
Returns
Type Description

jjtAccept(CopyVisitor visitor, Object data)

publicObjectjjtAccept(CopyVisitorvisitor,Objectdata)

Accept the visitor. *

Parameters
Name Description
visitor CopyVisitor
data Object
Returns
Type Description
Overrides

setName(String n)

publicvoidsetName(Stringn)
Parameter
Name Description
n String

toString()

publicStringtoString()
Returns
Type Description
Overrides

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.