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>
-
Constructor Summary
ConstructorsConstructorDescriptionStaticCallExpression(ExpressionFactory ef, Type target, String ident, Signature signature, List<Expression> args) -
Method Summary
Methods inherited from class ExpressionFactory.CallExpression
args, ident, signature, target, target, typeMethods inherited from class ExpressionFactory.ExpressionBase
copy, copy, isAssignableMethods inherited from class AttributedObjectBase
attributes, get, setMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface AttributedObject
attributes, get, setMethods inherited from interface Node
getAncestor, id, parent, parent
-
Constructor Details
-
StaticCallExpression
StaticCallExpression(ExpressionFactory ef, Type target, String ident, Signature signature, List<Expression> args)
-
-
Method Details
-
isStatic
public boolean isStatic()- Specified by:
isStaticin classExpressionFactory.CallExpression<Type>
-
accept
-
toString
-