Class: sun.tools.tree.AndExpression
- public class AndExpression
- extends BinaryLogicalExpression
WARNING: The contents of this source file are not part of any
supported API. Code that depends on them does so at its own risk:
they are subject to change or removal without notice.
Inheritance
Superclass tree: Implements:Methods
-
AndExpressiontop
public AndExpression(long where, Expression left, Expression right)constructor -
checkConditiontop
public void checkCondition(Environment env, Context ctx, Vset vset, Hashtable exp, ConditionVars cvars)- Override hierarchy:
- checkCondition from BinaryLogicalExpression
- checkCondition from Expression
-
codeBranchtop
Code- Override hierarchy:
- codeBranch from Expression
-
evaltop
Expression eval(boolean a, boolean b)Evaluate- Override hierarchy:
- eval from BinaryExpression
-
simplifytop
Expression simplify()Simplify- Override hierarchy:
- simplify from Expression
