org.glassfish.pfl.dynamic.codegen.impl
Class ExpressionFactory.SuperCallExpression

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.ExpressionFactory.ExpressionBase
              extended by org.glassfish.pfl.dynamic.codegen.impl.ExpressionFactory.SuperCallExpression
All Implemented Interfaces:
AttributedObject, ExpressionInternal, Node, Statement, Expression, CopyInterceptor
Enclosing class:
ExpressionFactory

public static final class ExpressionFactory.SuperCallExpression
extends ExpressionFactory.ExpressionBase


Method Summary
 void accept(Visitor visitor)
          Accept the visitor and allow it to perform actions on this Node.
 List<Expression> exprs()
           
 String ident()
           
 Signature signature()
           
 String toString()
           
 Type type()
           
 
Methods inherited from class org.glassfish.pfl.dynamic.codegen.impl.ExpressionFactory.ExpressionBase
copy, copy, isAssignable
 
Methods inherited from class org.glassfish.pfl.dynamic.codegen.impl.NodeBase
getAncestor, id, parent, parent, postCopy, preCopy
 
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
getAncestor, id, parent, parent
 
Methods inherited from interface org.glassfish.pfl.dynamic.codegen.impl.AttributedObject
attributes, get, set
 

Method Detail

ident

public String ident()

signature

public Signature signature()

exprs

public List<Expression> exprs()

type

public Type type()

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
Specified by:
accept in class ExpressionFactory.ExpressionBase

toString

public String toString()
Overrides:
toString in class NodeBase


Copyright © 2013 Oracle. All Rights Reserved.