|
||||||||||
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.ASTObject
org.aspectj.compiler.base.ast.Stmt
org.aspectj.compiler.base.ast.Dec
org.aspectj.compiler.base.ast.CodeDec
org.aspectj.compiler.base.ast.ConstructorDec
org.aspectj.compiler.base.ast.MajConstructorDec
Field Summary |
Fields inherited from class org.aspectj.compiler.base.ast.ConstructorDec |
enclosingInstanceFormal |
Fields inherited from class org.aspectj.compiler.base.ast.CodeDec |
_throws, body, formals, modifiers |
Fields inherited from class org.aspectj.compiler.base.ast.Dec |
forcePublic, owner, semanticObject |
Fields inherited from class org.aspectj.compiler.base.ast.ASTObject |
dummySource, parent, sourceLocation |
Constructor Summary | |
MajConstructorDec(SourceLocation location,
Modifiers _modifiers,
IDENT className,
Formals _formals,
TypeDs __throws,
CodeBody _body)
|
|
MajConstructorDec(SourceLocation location,
Modifiers _modifiers,
java.lang.String className,
Formals _formals,
TypeDs __throws,
CodeBody _body)
|
Methods inherited from class org.aspectj.compiler.base.ast.CodeDec |
addThrows, addThrowsType, blockToBody, canThrow, cgMember, checkSpec, cleanup, computeMinimalThrows, conflictsWith, getBody, getCallExprs, getEffectivelyFinalFormals, getFormals, getFrameSize, getModifiers, getPossibleCheckedExceptions, getResultType, getThrows, isAlmostApplicable, isApplicable, isMoreSpecificThan, isSoftThrowable, postCleanup, postScope, preScope, setBody, setBody, setFormals, setFrameSize, setModifiers, setSoftThrowable, setThrows, setupFlowWalker, walkCleanup, walkFlow, walkFrameLoc, walkInnerInfo |
Methods inherited from class org.aspectj.compiler.base.ast.Stmt |
cgStmt, cgTop, completesNormally, isBreakable, isContinuable, isEmpty, mustBeLive, registerLocation, requireBlockStmt, setCompletesNormally |
Methods inherited from class org.aspectj.compiler.base.CompilerObject |
getCompiler, getOptions, getTypeManager, getWorld |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.aspectj.compiler.crosscuts.ast.AspectMember |
cgTop, cleanup, setParent, unparse |
Methods inherited from interface org.aspectj.compiler.base.ast.ClassMember |
cgTop, cleanup, setParent, unparse |
Constructor Detail |
public MajConstructorDec(SourceLocation location, Modifiers _modifiers, java.lang.String className, Formals _formals, TypeDs __throws, CodeBody _body)
public MajConstructorDec(SourceLocation location, Modifiers _modifiers, IDENT className, Formals _formals, TypeDs __throws, CodeBody _body)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |