Eclipse CDT
7.0

Uses of Class
org.eclipse.cdt.core.dom.ast.IBasicType.Kind

Packages that use IBasicType.Kind
org.eclipse.cdt.core.dom.ast   
 

Uses of IBasicType.Kind in org.eclipse.cdt.core.dom.ast
 

Methods in org.eclipse.cdt.core.dom.ast that return IBasicType.Kind
 IBasicType.Kind IBasicType.getKind()
          This returns the kind of basic type you are looking at.
static IBasicType.Kind IBasicType.Kind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IBasicType.Kind[] IBasicType.Kind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.cdt.core.dom.ast with parameters of type IBasicType.Kind
 void IASTSimpleDeclSpecifier.setType(IBasicType.Kind kind)
          Not allowed on frozen ast.
 


Eclipse CDT
7.0

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