Uses of Interface
spoon.reflect.code.CtUnaryOperator
Packages that use CtUnaryOperator
Package
Description
This package contains the meta-model part that models the executable code (methods and constructors' bodies, field initializers).
This package defines all the sub-factories for the Spoon meta-model.
This package defines visitor, scanner, and scanner-based query API for Java programs reified in the meta-model.
This package contains some default implementations for commonly used processing tasks.
-
Uses of CtUnaryOperator in spoon.reflect.code
Methods in spoon.reflect.code with type parameters of type CtUnaryOperatorModifier and TypeMethodDescription<C extends CtUnaryOperator>
CCtUnaryOperator.setKind(UnaryOperatorKind kind)
Sets the kind of this operator.<C extends CtUnaryOperator>
CCtUnaryOperator.setOperand(CtExpression<?> expression)
Sets the expression to which the operator is applied.Methods in spoon.reflect.code that return CtUnaryOperator -
Uses of CtUnaryOperator in spoon.reflect.factory
Methods in spoon.reflect.factory that return CtUnaryOperatorModifier and TypeMethodDescription<T> CtUnaryOperator<T>
CoreFactory.createUnaryOperator()
Creates a unary operator expression.<T> CtUnaryOperator<T>
Factory.createUnaryOperator()
<T> CtUnaryOperator<T>
FactoryImpl.createUnaryOperator()
-
Uses of CtUnaryOperator in spoon.reflect.visitor
Methods in spoon.reflect.visitor with parameters of type CtUnaryOperatorModifier and TypeMethodDescription<T> void
CtAbstractVisitor.visitCtUnaryOperator(CtUnaryOperator<T> operator)
<T> void
CtBiScannerDefault.visitCtUnaryOperator(CtUnaryOperator<T> operator)
<T> void
CtInheritanceScanner.visitCtUnaryOperator(CtUnaryOperator<T> e)
<T> void
CtScanner.visitCtUnaryOperator(CtUnaryOperator<T> operator)
<T> void
CtVisitor.visitCtUnaryOperator(CtUnaryOperator<T> operator)
Visits a unary operator.<T> void
DefaultJavaPrettyPrinter.visitCtUnaryOperator(CtUnaryOperator<T> operator)
-
Uses of CtUnaryOperator in spoon.support
Methods in spoon.support that return CtUnaryOperatorModifier and TypeMethodDescription<T> CtUnaryOperator<T>
DefaultCoreFactory.createUnaryOperator()
-
Uses of CtUnaryOperator in spoon.support.compiler.jdt
Methods in spoon.support.compiler.jdt with parameters of type CtUnaryOperatorModifier and TypeMethodDescription<T> void
ParentExiter.visitCtUnaryOperator(CtUnaryOperator<T> operator)
-
Uses of CtUnaryOperator in spoon.support.reflect.code
Classes in spoon.support.reflect.code that implement CtUnaryOperatorMethods in spoon.support.reflect.code with type parameters of type CtUnaryOperatorModifier and TypeMethodDescription<C extends CtUnaryOperator>
CCtUnaryOperatorImpl.setKind(UnaryOperatorKind kind)
<C extends CtUnaryOperator>
CCtUnaryOperatorImpl.setOperand(CtExpression<?> expression)
Methods in spoon.support.reflect.code that return CtUnaryOperator -
Uses of CtUnaryOperator in spoon.support.reflect.eval
Methods in spoon.support.reflect.eval with parameters of type CtUnaryOperatorModifier and TypeMethodDescription<T> void
VisitorPartialEvaluator.visitCtUnaryOperator(CtUnaryOperator<T> operator)
-
Uses of CtUnaryOperator in spoon.support.visitor.clone
Methods in spoon.support.visitor.clone with parameters of type CtUnaryOperatorModifier and TypeMethodDescription<T> void
CloneBuilder.visitCtUnaryOperator(CtUnaryOperator<T> e)
<T> void
CloneVisitor.visitCtUnaryOperator(CtUnaryOperator<T> operator)
-
Uses of CtUnaryOperator in spoon.support.visitor.equals
Methods in spoon.support.visitor.equals with parameters of type CtUnaryOperatorModifier and TypeMethodDescription<T> void
EqualsChecker.visitCtUnaryOperator(CtUnaryOperator<T> e)
-
Uses of CtUnaryOperator in spoon.support.visitor.replace
Methods in spoon.support.visitor.replace with parameters of type CtUnaryOperatorModifier and TypeMethodDescription<T> void
ReplacementVisitor.visitCtUnaryOperator(CtUnaryOperator<T> operator)