Package org.aspectj.weaver.patterns
Interface IToken
-
- All Superinterfaces:
IHasPosition
- All Known Implementing Classes:
BasicToken
public interface IToken extends IHasPosition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLiteralKind()StringgetString()booleanisIdentifier()PointcutmaybeGetParsedPointcut()-
Methods inherited from interface org.aspectj.weaver.IHasPosition
getEnd, getStart
-
-