org.glassfish.pfl.dynamic.codegen.impl
Class AssignmentStatement
java.lang.Object
org.glassfish.pfl.dynamic.codegen.impl.AttributedObjectBase
org.glassfish.pfl.dynamic.codegen.impl.NodeBase
org.glassfish.pfl.dynamic.codegen.impl.StatementBase
org.glassfish.pfl.dynamic.codegen.impl.AssignmentStatement
- All Implemented Interfaces:
- AttributedObject, Node, Statement, CopyInterceptor
public final class AssignmentStatement
- extends StatementBase
right
public ExpressionInternal right()
left
public ExpressionInternal left()
accept
public void accept(Visitor visitor)
- Description copied from interface:
Node
- Accept the visitor and allow it to perform actions on this Node.
- Specified by:
accept in interface Node- Overrides:
accept in class NodeBase
Copyright © 2013 Oracle. All Rights Reserved.