public interface ElemValueTransformer<U>
Modifier and Type | Method and Description |
---|---|
U |
transform(AddDef annotationAdd) |
U |
transform(AndDef annotationAnd) |
U |
transform(AnnoDef annoDef) |
U |
transform(AssignmentDef assignmentDef) |
U |
transform(CastDef annotationCast) |
U |
transform(ConstantDef annotationConstant) |
U |
transform(CreatorDef newCreator) |
U |
transform(DivideDef annotationDivide) |
U |
transform(ElemValueListDef elemValueListDef) |
U |
transform(EqualsDef annotationEquals) |
U |
transform(ExclusiveOrDef annotationExclusiveOr) |
U |
transform(FieldRefDef annotationFieldRef) |
U |
transform(GreaterEqualsDef annotationGreaterEquals) |
U |
transform(GreaterThanDef annotationGreaterThan) |
U |
transform(LambdaDef lambdaDef) |
U |
transform(LessEqualsDef annotationLessEquals) |
U |
transform(LessThanDef annotationLessThan) |
U |
transform(LogicalAndDef annotationLogicalAnd) |
U |
transform(LogicalNotDef annotationLogicalNot) |
U |
transform(LogicalOrDef annotationLogicalOr) |
U |
transform(MethodInvocationDef methodInvocationDef) |
U |
transform(MethodReferenceDef methodReferenceDef) |
U |
transform(MinusSignDef annotationMinusSign) |
U |
transform(MultiplyDef annotationMultiply) |
U |
transform(NotDef annotationNot) |
U |
transform(NotEqualsDef annotationNotEquals) |
U |
transform(OrDef annotationOr) |
U |
transform(ParenExpressionDef annotationParenExpression) |
U |
transform(PlusSignDef annotationPlusSign) |
U |
transform(PostDecrementDef postDecrementDef) |
U |
transform(PostIncrementDef postIncrement) |
U |
transform(PreDecrementDef preDecrementDef) |
U |
transform(PreIncrementDef preIncrementDef) |
U |
transform(QueryDef annotationQuery) |
U |
transform(RemainderDef annotationRemainder) |
U |
transform(ShiftLeftDef annotationShiftLeft) |
U |
transform(ShiftRightDef annotationShiftRight) |
U |
transform(SubtractDef annotationSubtract) |
U |
transform(TypeRefDef annotationTypeRef) |
U |
transform(UnsignedShiftRightDef annotationUnsignedShiftRight) |
U transform(ExclusiveOrDef annotationExclusiveOr)
U transform(GreaterEqualsDef annotationGreaterEquals)
U transform(GreaterThanDef annotationGreaterThan)
U transform(LessEqualsDef annotationLessEquals)
U transform(LessThanDef annotationLessThan)
U transform(LogicalAndDef annotationLogicalAnd)
U transform(LogicalOrDef annotationLogicalOr)
U transform(MultiplyDef annotationMultiply)
U transform(NotEqualsDef annotationNotEquals)
U transform(RemainderDef annotationRemainder)
U transform(ShiftLeftDef annotationShiftLeft)
U transform(ShiftRightDef annotationShiftRight)
U transform(SubtractDef annotationSubtract)
U transform(UnsignedShiftRightDef annotationUnsignedShiftRight)
U transform(ConstantDef annotationConstant)
U transform(FieldRefDef annotationFieldRef)
U transform(LogicalNotDef annotationLogicalNot)
U transform(MinusSignDef annotationMinusSign)
U transform(ParenExpressionDef annotationParenExpression)
U transform(PlusSignDef annotationPlusSign)
U transform(TypeRefDef annotationTypeRef)
U transform(ElemValueListDef elemValueListDef)
U transform(AssignmentDef assignmentDef)
U transform(PostIncrementDef postIncrement)
U transform(PostDecrementDef postDecrementDef)
U transform(PreDecrementDef preDecrementDef)
U transform(PreIncrementDef preIncrementDef)
U transform(MethodInvocationDef methodInvocationDef)
U transform(MethodReferenceDef methodReferenceDef)
U transform(CreatorDef newCreator)
Copyright © 2002–2024. All rights reserved.