Klasse SourceMethodInfo
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.JavaElementInfo
org.aspectj.org.eclipse.jdt.internal.core.AnnotatableInfo
org.aspectj.org.eclipse.jdt.internal.core.SourceMethodElementInfo
org.aspectj.org.eclipse.jdt.internal.core.SourceMethodInfo
- Alle implementierten Schnittstellen:
Cloneable,IGenericMethod,ISourceMethod
- Bekannte direkte Unterklassen:
SourceAnnotationMethodInfo,SourceMethodWithChildrenInfo
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected intThe modifiers associated with this member.protected char[]protected intprotected intVon Klasse geerbte Felder org.aspectj.org.eclipse.jdt.internal.core.SourceMethodElementInfo
argumentNames, arguments, exceptionTypes, isCanonicalConstructor, typeParametersVon Klasse geerbte Felder org.aspectj.org.eclipse.jdt.internal.core.AnnotatableInfo
annotations, nameEnd, nameStart -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintintintchar[]Answer the unresolved name of the return type or null if receiver is a constructor or clinit.protected ISourceRangebooleanbooleanprotected voidsetFlags(int flags) protected voidsetReturnType(char[] type) protected voidsetSourceRangeEnd(int end) protected voidsetSourceRangeStart(int start) Von Klasse geerbte Methoden org.aspectj.org.eclipse.jdt.internal.core.SourceMethodElementInfo
getArgumentNames, getExceptionTypeNames, getExtendedChildren, getTypeParameterBounds, getTypeParameterNames, isCanonicalConstructor, setArgumentNames, setExceptionTypeNamesVon Klasse geerbte Methoden org.aspectj.org.eclipse.jdt.internal.core.AnnotatableInfo
getNameRange, getNameSourceEnd, getNameSourceStart, setNameSourceEnd, setNameSourceStartVon Klasse geerbte Methoden org.aspectj.org.eclipse.jdt.internal.core.JavaElementInfo
clone, getChildrenVon Klasse geerbte Methoden java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden org.aspectj.org.eclipse.jdt.internal.compiler.env.IGenericMethod
getModifiersVon Schnittstelle geerbte Methoden org.aspectj.org.eclipse.jdt.internal.compiler.env.ISourceMethod
getDeclarationSourceEnd, getDeclarationSourceStart, getNameSourceEnd, getNameSourceStart
-
Felddetails
-
returnType
protected char[] returnType -
flags
protected int flagsThe modifiers associated with this member.- Siehe auch:
-
sourceRangeStart
protected int sourceRangeStart -
sourceRangeEnd
protected int sourceRangeEnd
-
-
Konstruktordetails
-
SourceMethodInfo
public SourceMethodInfo()
-
-
Methodendetails
-
isAnnotationMethod
public boolean isAnnotationMethod()- Angegeben von:
isAnnotationMethodin KlasseSourceMethodElementInfo
-
isConstructor
public boolean isConstructor()- Angegeben von:
isConstructorin SchnittstelleIGenericMethod- Angegeben von:
isConstructorin KlasseSourceMethodElementInfo
-
getReturnTypeName
public char[] getReturnTypeName()Beschreibung aus Schnittstelle kopiert:ISourceMethodAnswer the unresolved name of the return type or null if receiver is a constructor or clinit. The name is a simple name or a qualified, dot separated name. For example, Hashtable or java.util.Hashtable.- Angegeben von:
getReturnTypeNamein SchnittstelleISourceMethod- Angegeben von:
getReturnTypeNamein KlasseSourceMethodElementInfo
-
setReturnType
protected void setReturnType(char[] type) - Angegeben von:
setReturnTypein KlasseSourceMethodElementInfo
-
getModifiers
public int getModifiers() -
setFlags
protected void setFlags(int flags) -
getDeclarationSourceEnd
public int getDeclarationSourceEnd() -
getDeclarationSourceStart
public int getDeclarationSourceStart() -
getSourceRange
-
setSourceRangeEnd
protected void setSourceRangeEnd(int end) -
setSourceRangeStart
protected void setSourceRangeStart(int start)
-