|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.aspectj.compiler.base.CompilerObject
org.aspectj.compiler.base.ast.SemanticObject
org.aspectj.compiler.base.ast.Type
org.aspectj.compiler.base.ast.PrimitiveType
org.aspectj.compiler.base.ast.NumericType
org.aspectj.compiler.base.ast.IntegralType
org.aspectj.compiler.base.ast.IntishType
org.aspectj.compiler.base.ast.CharType
| Field Summary |
| Fields inherited from class org.aspectj.compiler.base.ast.Type |
BOOLEAN, BYTE, CHAR, directSubTypes, directSuperTypes, DOUBLE, FLOAT, INT, LONG, REF, SHORT, VOID |
| Fields inherited from class org.aspectj.compiler.base.ast.SemanticObject |
dec, dummyCompiler |
| Constructor Summary | |
CharType()
|
|
CharType(org.aspectj.compiler.base.JavaCompiler compiler)
|
|
| Method Summary | |
java.lang.String |
getDescriptor()
The descriptor for this type, as used by classfiles. |
java.lang.String |
getName()
|
Type |
getRefType()
|
int |
getTypeIndex()
|
| Methods inherited from class org.aspectj.compiler.base.ast.IntishType |
emitLoad, emitReturn, emitStore, getNullExpr |
| Methods inherited from class org.aspectj.compiler.base.ast.NumericType |
isCoercableToOtherType |
| Methods inherited from class org.aspectj.compiler.base.ast.PrimitiveType |
fromObject, getClassExpr, isAssignableFrom, isAssignableFromOtherType, isCoercableTo, isEquivalent, makeObject, showNotFoundError, toShortString, toString, unparse |
| Methods inherited from class org.aspectj.compiler.base.ast.SemanticObject |
checkOverride, conflictsWith, dominates, getBytecodeId, getCorrespondingDec, getKind, getModifiers, getStackDelta, isAccessible, isAlmostApplicable, isApplicable, isInherited, isMoreSpecificThan, isStatic, showConflictError, updateTargetExpr |
| Methods inherited from class org.aspectj.compiler.base.CompilerObject |
getAST, getCompiler, getOptions, getTypeManager, getWorld |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CharType(org.aspectj.compiler.base.JavaCompiler compiler)
public CharType()
| Method Detail |
public java.lang.String getName()
getName in class PrimitiveTypepublic int getTypeIndex()
getTypeIndex in class Typepublic Type getRefType()
getRefType in class Typepublic java.lang.String getDescriptor()
TypeFieldDec and MethodDec objects also have
descriptors, which are built up out of type descriptors.
getDescriptor in class Type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||