Uses of Class
org.aspectj.weaver.patterns.TypeVariablePattern
-
Packages that use TypeVariablePattern Package Description org.aspectj.weaver.patterns -
-
Uses of TypeVariablePattern in org.aspectj.weaver.patterns
Methods in org.aspectj.weaver.patterns that return TypeVariablePattern Modifier and Type Method Description TypeVariablePattern[]TypeVariablePatternList. getTypeVariablePatterns()TypeVariablePatternTypeVariablePatternList. lookupTypeVariable(String name)TypeVariablePatternPatternParser. parseTypeVariable()static TypeVariablePatternTypeVariablePattern. read(VersionedDataInputStream s, ISourceContext context)Methods in org.aspectj.weaver.patterns with parameters of type TypeVariablePattern Modifier and Type Method Description ObjectAbstractPatternNodeVisitor. visit(TypeVariablePattern node, Object data)ObjectPatternNodeVisitor. visit(TypeVariablePattern node, Object data)Constructors in org.aspectj.weaver.patterns with parameters of type TypeVariablePattern Constructor Description TypeVariablePatternList(TypeVariablePattern[] typeVars)
-