| Package | Description |
|---|---|
| com.ibm.wala.cast.java.translator.jdt | |
| com.ibm.wala.cast.java.translator.jdt.ecj |
| Class and Description |
|---|
| FakeExceptionTypeBinding
This is a hack to get around the fact that AST.resolveWellKnownTypes() doesn't know about some implicitly declared exceptions,
such as ArithmeticException (implicitly thrown in a division operation) and NullPointerException (implicitly thrown in a field
access).
|
| JDTIdentityMapper
Class responsible for mapping JDT type system objects representing types, methods and fields to the corresponding WALA
TypeReferences, MethodReferences and FieldReferences.
|
| JDTJava2CAstTranslator.DelegatingContext
Default context functions.
|
| JDTJava2CAstTranslator.WalkContext
Contains things needed by in the visit() of some nodes to process the nodes.
|
| JDTTypeDictionary |
| Class and Description |
|---|
| JDTJava2CAstTranslator |
Copyright © 2017. All rights reserved.