Class ASTCopyDirection (0.9.0)

publicclass ASTCopyDirectionextendsSimpleNode

Inheritance

Object > SimpleNode > ASTCopyDirection

Constructors

ASTCopyDirection(Copy p, int id)

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

ASTCopyDirection(int id)

publicASTCopyDirection(intid)
Parameter
Name Description
id int

Methods

getDirection()

publicCopyTreeParser.CopyOptions.FromTogetDirection()
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

setDirection(String direction)

publicvoidsetDirection(Stringdirection)
Parameter
Name Description
direction 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.