Eclipse CDT
7.0

Uses of Class
org.eclipse.cdt.core.dom.ast.EScopeKind

Packages that use EScopeKind
org.eclipse.cdt.core.dom.ast   
 

Uses of EScopeKind in org.eclipse.cdt.core.dom.ast
 

Methods in org.eclipse.cdt.core.dom.ast that return EScopeKind
 EScopeKind IScope.getKind()
          Classifies the scope.
static EScopeKind EScopeKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EScopeKind[] EScopeKind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


Eclipse CDT
7.0

Copyright (c) IBM Corp. and others 2004, 2012. All Rights Reserved.