org.glassfish.pfl.dynamic.codegen.impl
Class StatementBase

java.lang.Object
  extended by org.glassfish.pfl.dynamic.codegen.impl.AttributedObjectBase
      extended by org.glassfish.pfl.dynamic.codegen.impl.NodeBase
          extended by org.glassfish.pfl.dynamic.codegen.impl.StatementBase
All Implemented Interfaces:
AttributedObject, Node, Statement, CopyInterceptor
Direct Known Subclasses:
AssignmentStatement, BlockStatement, BreakStatement, DefinitionStatement, IfStatement, ReturnStatement, SwitchStatement, ThrowStatement, TryStatement, WhileStatement

public abstract class StatementBase
extends NodeBase
implements Statement

Author:
ken

Constructor Summary
StatementBase(Node parent)
           
 
Method Summary
 
Methods inherited from class org.glassfish.pfl.dynamic.codegen.impl.NodeBase
accept, copy, copy, getAncestor, id, parent, parent, postCopy, preCopy, toString
 
Methods inherited from class org.glassfish.pfl.dynamic.codegen.impl.AttributedObjectBase
attributes, get, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.glassfish.pfl.dynamic.codegen.impl.Node
accept, copy, copy, getAncestor, id, parent, parent
 
Methods inherited from interface org.glassfish.pfl.dynamic.codegen.impl.AttributedObject
attributes, get, set
 

Constructor Detail

StatementBase

public StatementBase(Node parent)


Copyright © 2013 Oracle. All Rights Reserved.