Class ExpressionFactory.StaticCallExpression
java.lang.Object
org.glassfish.pfl.dynamic.codegen.impl.AttributedObjectBase
org.glassfish.pfl.dynamic.codegen.impl.NodeBase
org.glassfish.pfl.dynamic.codegen.impl.ExpressionFactory.ExpressionBase
org.glassfish.pfl.dynamic.codegen.impl.ExpressionFactory.CallExpression<Type>
org.glassfish.pfl.dynamic.codegen.impl.ExpressionFactory.StaticCallExpression
- All Implemented Interfaces:
AttributedObject,ExpressionInternal,Node,Statement,Expression,CopyInterceptor
- Enclosing class:
- ExpressionFactory
public static final class ExpressionFactory.StaticCallExpression
extends ExpressionFactory.CallExpression<Type>
-
Method Summary
Methods inherited from class org.glassfish.pfl.dynamic.codegen.impl.ExpressionFactory.CallExpression
args, ident, signature, target, target, typeMethods inherited from class org.glassfish.pfl.dynamic.codegen.impl.ExpressionFactory.ExpressionBase
copy, copy, isAssignableMethods inherited from class org.glassfish.pfl.dynamic.codegen.impl.NodeBase
getAncestor, id, parent, parent, postCopy, preCopyMethods inherited from class org.glassfish.pfl.dynamic.codegen.impl.AttributedObjectBase
attributes, get, setMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.glassfish.pfl.dynamic.codegen.impl.AttributedObject
attributes, get, setMethods inherited from interface org.glassfish.pfl.dynamic.codegen.impl.Node
getAncestor, id, parent, parent
-
Method Details
-
isStatic
public boolean isStatic()- Specified by:
isStaticin classExpressionFactory.CallExpression<Type>
-
accept
Description copied from interface:NodeAccept the visitor and allow it to perform actions on this Node.- Specified by:
acceptin interfaceNode- Specified by:
acceptin classExpressionFactory.ExpressionBase
-
toString
-