org.eclipse.cdt.managedbuilder.internal.enablement
Class CompositeExpression

java.lang.Object
  extended by org.eclipse.cdt.managedbuilder.internal.enablement.CompositeExpression
All Implemented Interfaces:
IBooleanExpression
Direct Known Subclasses:
AndExpression, OrExpression

public abstract class CompositeExpression
extends java.lang.Object
implements IBooleanExpression


Method Summary
 IBooleanExpression[] getChildren()
           
 java.util.Map getReferencedProperties(java.util.Map map)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.cdt.managedbuilder.internal.enablement.IBooleanExpression
evaluate
 

Method Detail

getChildren

public IBooleanExpression[] getChildren()

getReferencedProperties

public java.util.Map getReferencedProperties(java.util.Map map)