org.eclipse.jdt.internal.compiler.env
Class AccessRestriction
java.lang.Object
org.eclipse.jdt.internal.compiler.env.AccessRestriction
public class AccessRestriction
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
classpathEntryType
public byte classpathEntryType
COMMAND_LINE
public static final byte COMMAND_LINE
- See Also:
- Constant Field Values
PROJECT
public static final byte PROJECT
- See Also:
- Constant Field Values
LIBRARY
public static final byte LIBRARY
- See Also:
- Constant Field Values
classpathEntryName
public String classpathEntryName
AccessRestriction
public AccessRestriction(AccessRule accessRule,
byte classpathEntryType,
String classpathEntryName)
getProblemId
public int getProblemId()
ignoreIfBetter
public boolean ignoreIfBetter()
Copyright © 2012. All Rights Reserved.