|
||||||||||
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.Modifiers
org.aspectj.compiler.crosscuts.ast.MajParameterModifiers
Field Summary | |
protected int |
falseValue
|
Fields inherited from class org.aspectj.compiler.base.ast.Modifiers |
ABSTRACT, CONSTRUCTOR_PRINT_MASK, DEFAULT_PRINT_MASK, FINAL, INTERFACE, INTERFACE_METHOD_PRINT_MASK, NATIVE, PRIVATE, PRIVILEGED, PROTECTED, PUBLIC, STATIC, STRICT, SYNCHRONIZED, THREADSAFE, TRANSIENT, value, VOLATILE |
Fields inherited from class org.aspectj.compiler.base.ast.ASTObject |
dummySource, parent, sourceLocation |
Constructor Summary | |
protected |
MajParameterModifiers(SourceLocation source)
|
|
MajParameterModifiers(SourceLocation location,
int _value)
|
Method Summary | |
ASTObject |
copyWalk(CopyWalker walker)
|
java.lang.String |
getDefaultDisplayName()
|
int |
getFalseValue()
|
boolean |
matches(Modifiers otherModifiers)
|
void |
setFalseValue(int _falseValue)
|
void |
unparse(org.aspectj.compiler.base.CodeWriter writer)
|
Methods inherited from class org.aspectj.compiler.base.ast.Modifiers |
checkIllegalCombination, checkSpec, getAcceptableClassValue, getAcceptableInnerClassValue, getAccessValue, getAccessValueString, getValue, isAbstract, isAbstract, isFinal, isFinal, isInterface, isInterface, isMoreAccessibleThan, isNative, isPackagePrivate, isPackagePrivate, isPrivate, isPrivate, isPrivileged, isPrivileged, isProtected, isProtected, isPublic, isPublic, isStatic, isStatic, isStrict, isStrict, isSynchronized, isTransient, isVolatile, isWeakerThan, setAbstract, setAttribute, setFinal, setInterface, setPrivate, setProtected, setPublic, setStatic, setStrict, setSynchronized, setValue, toShortString, toString |
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 |
Field Detail |
protected int falseValue
Constructor Detail |
public MajParameterModifiers(SourceLocation location, int _value)
protected MajParameterModifiers(SourceLocation source)
Method Detail |
public boolean matches(Modifiers otherModifiers)
matches
in class Modifiers
public int getFalseValue()
getFalseValue
in class Modifiers
public void setFalseValue(int _falseValue)
public ASTObject copyWalk(CopyWalker walker)
copyWalk
in class Modifiers
public java.lang.String getDefaultDisplayName()
getDefaultDisplayName
in class Modifiers
public void unparse(org.aspectj.compiler.base.CodeWriter writer) throws java.io.IOException
unparse
in class Modifiers
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |