Class NameImpl
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.NameImpl
- All Implemented Interfaces:
CharSequence,Name
A String-based implementation of the type used to return strings in javax.lang.model.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncharcharAt(int index) booleanbooleaninthashCode()intlength()subSequence(int start, int end) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.CharSequence
chars, codePoints, isEmpty
-
Constructor Details
-
NameImpl
-
NameImpl
public NameImpl(char[] chars)
-
-
Method Details
-
contentEquals
- Specified by:
contentEqualsin interfaceName
-
charAt
public char charAt(int index) - Specified by:
charAtin interfaceCharSequence
-
length
public int length()- Specified by:
lengthin interfaceCharSequence
-
subSequence
- Specified by:
subSequencein interfaceCharSequence
-
toString
- Specified by:
toStringin interfaceCharSequence- Overrides:
toStringin classObject
-
hashCode
-
equals
-