Uses of Interface
org.androidtransfuse.analysis.adapter.ASTBase

Packages that use ASTBase
org.androidtransfuse.analysis.adapter   
 

Uses of ASTBase in org.androidtransfuse.analysis.adapter
 

Subinterfaces of ASTBase in org.androidtransfuse.analysis.adapter
 interface ASTConstructor
          Abstract Syntax Tree Constructor node
 interface ASTField
          Abstract Syntax Tree Field node
 interface ASTMethod
          Abstract Syntax Tree Method node
 interface ASTParameter
          Abstract Syntax Tree parameter.
 interface ASTType
          Abstract Syntax Tree Type node
 

Classes in org.androidtransfuse.analysis.adapter that implement ASTBase
 class ASTArrayType
          Specific AST Array Type.
 class ASTClassConstructor
          Class specific AST Constructor
 class ASTClassField
          Class specific AST Field
 class ASTClassMethod
          Class specific AST Method
 class ASTClassParameter
          Class specific AST Parameter
 class ASTClassType
          Class specific AST Type
 class ASTElementBase
          Element specific ASTBase implementation
 class ASTElementConstructor
          Element specific implementation of the AST Constructor
 class ASTElementField
          Element specific implementation of the AST Field
 class ASTElementMethod
          Element specific implementation of the AST Method
 class ASTElementParameter
          Element specific implementation of a AST method parameter
 class ASTElementType
          Element specific AST Type
 class ASTEmptyType
           
 class ASTGenericTypeWrapper
           
 class ASTMethodUniqueSignatureDecorator
          Class to decorate an ASTMethod with an equals and hashcode based on the method signature.
 class ASTPrimitiveType
          Element specific primitive AST type
 class ASTProxyType
          Replaces the given AST Type with a proxy type.
 class ASTTypeVirtualProxy
           
 class ASTVoidType
          Globally represents the VOID type
 



Copyright © 2012. All Rights Reserved.