git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1802 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
sjfink 2007-09-27 14:16:39 +00:00
parent de74acd63c
commit baef9d1ede
3 changed files with 22 additions and 2 deletions

View File

@ -1,3 +1,13 @@
/*******************************************************************************
* Copyright (c) 2002 - 2006 IBM Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package com.ibm.wala.ipa.callgraph.impl;
import java.util.Collection;

View File

@ -1,3 +1,13 @@
/*******************************************************************************
* Copyright (c) 2002 - 2006 IBM Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package com.ibm.wala.ipa.callgraph.impl;
import java.util.Collection;

View File

@ -70,7 +70,7 @@ public class Slicer {
private final String name;
/**
* ingore data dependence edges representing base pointers? e.g for a
* Ignore data dependence edges representing base pointers? e.g for a
* statement y = x.f, ignore the data dependence edges for x
*/
private final boolean ignoreBasePtrs;
@ -81,7 +81,7 @@ public class Slicer {
private final boolean ignoreHeap;
/**
* Ignore outgoing data dependence edges from a cast statments? [This is a
* Ignore outgoing data dependence edges from a cast statements? [This is a
* special case option used for reflection processing]
*/
private final boolean terminateAtCast;