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> voidCtAbstractVisitor.visitCtUnaryOperator(CtUnaryOperator<T> operator)<T> voidCtBiScannerDefault.visitCtUnaryOperator(CtUnaryOperator<T> operator)<T> voidCtInheritanceScanner.visitCtUnaryOperator(CtUnaryOperator<T> e)<T> voidCtScanner.visitCtUnaryOperator(CtUnaryOperator<T> operator)<T> voidCtVisitor.visitCtUnaryOperator(CtUnaryOperator<T> operator)Visits a unary operator.<T> voidDefaultJavaPrettyPrinter.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> voidParentExiter.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> voidVisitorPartialEvaluator.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> voidCloneBuilder.visitCtUnaryOperator(CtUnaryOperator<T> e)<T> voidCloneVisitor.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> voidEqualsChecker.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> voidReplacementVisitor.visitCtUnaryOperator(CtUnaryOperator<T> operator)