|
||||||||||
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.Expr
org.aspectj.compiler.base.ast.JavaExpr
org.aspectj.compiler.base.ast.BinopExpr
org.aspectj.compiler.base.ast.ConditionalOpExpr
Field Summary |
Fields inherited from class org.aspectj.compiler.base.ast.BinopExpr |
op, rand1, rand2 |
Fields inherited from class org.aspectj.compiler.base.ast.Expr |
type |
Fields inherited from class org.aspectj.compiler.base.ast.ASTObject |
dummySource, parent, sourceLocation |
Constructor Summary | |
protected |
ConditionalOpExpr(SourceLocation source)
|
|
ConditionalOpExpr(SourceLocation location,
Expr _rand1,
java.lang.String _op,
Expr _rand2)
|
Method Summary | |
protected void |
cgOp(org.aspectj.compiler.base.bcg.CodeBuilder cb,
Type ty)
Generate code that takes the top two values on the stack and replaces it with the one value that is appropriate. |
protected Type |
discoverType()
|
java.lang.String |
getDefaultDisplayName()
|
protected Type |
getLiftType()
|
Methods inherited from class org.aspectj.compiler.base.ast.BinopExpr |
build, cgEffect, getChildAt, getChildCount, getChildNameAt, getOp, getRand1, getRand2, halfFold, postAssignmentCheck, setChildAt, setOp, setRand1, setRand2, unparse |
Methods inherited from class org.aspectj.compiler.base.ast.Expr |
assertType, canBeCopied, cgBuffer, cgTest, cgValue, cgValue, checkSpec, cleanup, getType, isAssignableTo, isConstantFalse, isConstantTrue, isConstantZero, isInConstructorCallExpr, isInExprStmt, isLegalStmt, isMethodConvertableTo, isUltimatelyLiteral, makeQualifiedThis, makeReference, postCopy, setType, showOperatorTypeError, showOperatorTypeError, walkCleanup, walkFrameLoc |
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 |
Constructor Detail |
public ConditionalOpExpr(SourceLocation location, Expr _rand1, java.lang.String _op, Expr _rand2)
protected ConditionalOpExpr(SourceLocation source)
Method Detail |
protected Type discoverType()
discoverType
in class Expr
protected Type getLiftType()
getLiftType
in class BinopExpr
protected void cgOp(org.aspectj.compiler.base.bcg.CodeBuilder cb, Type ty)
BinopExpr
AssignExpr
.
cgOp
in class BinopExpr
public java.lang.String getDefaultDisplayName()
getDefaultDisplayName
in class BinopExpr
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |