Java org.aspectj.weaver.patterns IToken fields, constructors, methods, implement or subclass

Example usage for Java org.aspectj.weaver.patterns IToken fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.aspectj.weaver.patterns IToken.

The text is from its open source code.

Field

ITokenEOF

Method

intgetEnd()
The ending index of this location in the character stream This points to the last character in this token.
StringgetLiteralKind()
Whether this should be treated as a literal value Kinds == "string", ???
intgetStart()
The starting index of this location in the character stream.
StringgetString()
Returns the string value of this token.
booleanisIdentifier()
Whether this should be treated as a token or a generic identifier
PointcutmaybeGetParsedPointcut()
If this token represents a pre-parsed Pointcut, then return it; otherwise returns null.