| |
|
| java.lang.Object com.tc.object.bytecode.aspectwerkz.ExpressionHelper
ExpressionHelper | public class ExpressionHelper (Code) | | Helper class for dealing with Aspectwerkz expressions
|
createExecutionExpressionContext | public ExpressionContext createExecutionExpressionContext(MemberInfo methodInfo)(Code) | | Creates an execution expression context for testing to see of a method matches the execution of a
certain method expression
|
createExpressionInfo | public ExpressionInfo createExpressionInfo(String expression)(Code) | | Creates and returns ExpressionInfo from the given expression. Since the expression namespace doesn't appear to
be used, this is probably the version of this method you're looking for.
|
createExpressionInfo | public ExpressionInfo createExpressionInfo(String expression, String namespace)(Code) | | Creates and returns ExpressionInfo object from the given expression and namespace. I'm not sure what namespace
is for. As far as I can tell from examining the aspectwerkz code, it's not actually used.
|
createExpressionVisitor | public ExpressionVisitor createExpressionVisitor(String expression)(Code) | | Creates and returns ExpressionVisitor. An ExpressionVisitor can be used to match ClassInfo, MethodInfo, etc.
against.
|
createWithinExpressionContext | public ExpressionContext createWithinExpressionContext(ClassInfo classInfo)(Code) | | Creates a within expression context for testing to see if a class is within a certain
class expression.
|
expressionPattern2ExecutionExpression | public static String expressionPattern2ExecutionExpression(String expression)(Code) | | |
expressionPattern2WithinExpression | public static String expressionPattern2WithinExpression(String expression)(Code) | | Converts a raw expression to a within(<expression>) expression
|
expressionPatterns2WithinExpressions | public static String[] expressionPatterns2WithinExpressions(String[] expressions)(Code) | | Converts an array of raw expression to an array of within(<expression>) expressions
|
|
|
|