Class ExpressionFactory.ExpressionBase
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
- All Implemented Interfaces:
AttributedObject,ExpressionInternal,Node,Statement,Expression,CopyInterceptor
- Direct Known Subclasses:
ExpressionFactory.ArrayIndexExpression,ExpressionFactory.ArrayLengthExpression,ExpressionFactory.BinaryOperatorExpression,ExpressionFactory.CallExpression,ExpressionFactory.CastExpression,ExpressionFactory.ConstantExpression,ExpressionFactory.FieldAccessExpressionBase,ExpressionFactory.IfExpression,ExpressionFactory.InstofExpression,ExpressionFactory.NewArrExpression,ExpressionFactory.NewObjExpression,ExpressionFactory.SuperCallExpression,ExpressionFactory.SuperObjExpression,ExpressionFactory.ThisExpression,ExpressionFactory.ThisObjExpression,ExpressionFactory.UnaryOperatorExpression,ExpressionFactory.VariableImpl,ExpressionFactory.VoidExpression
- Enclosing class:
ExpressionFactory
public abstract static class ExpressionFactory.ExpressionBase
extends NodeBase
implements ExpressionInternal
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.glassfish.pfl.dynamic.codegen.impl.NodeBase
getAncestor, id, parent, parent, postCopy, preCopy, toStringMethods 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.ExpressionInternal
typeMethods inherited from interface org.glassfish.pfl.dynamic.codegen.impl.Node
getAncestor, id, parent, parent
-
Constructor Details
-
ExpressionBase
-
-
Method Details
-
isAssignable
public boolean isAssignable()- Specified by:
isAssignablein interfaceExpressionInternal
-
copy
Description copied from interface:NodeMake a deep copy of this node. If nn = n.copy(), then n.parent() == nn.parent(), which also means that the parent is NOT copied. -
copy
Description copied from interface:NodeCopy setting a new parent in the result. -
accept
Description copied from interface:NodeAccept the visitor and allow it to perform actions on this Node.
-