Atitit org.eclipse.jdt 的ast 架构 Eclipse JDT API spec
Atitit org.eclipse.jdt 的ast 架构 Eclipse JDT API spec
继承树
Astnode》expression》methodinvokecation

Expression的子类
[org.eclipse.jdt.core.dom.TypeLiteral
org.eclipse.jdt.core.dom.MarkerAnnotation
org.eclipse.jdt.core.dom.BooleanLiteral
org.eclipse.jdt.core.dom.ConditionalExpression
org.eclipse.jdt.core.dom.StringLiteral
org.eclipse.jdt.core.dom.VariableDeclarationExpression
org.eclipse.jdt.core.dom.InfixExpression
org.eclipse.jdt.core.dom.SuperFieldAccess
org.eclipse.jdt.core.dom.NullLiteral
org.eclipse.jdt.core.dom.Assignment
org.eclipse.jdt.core.dom.SingleMemberAnnotation
org.eclipse.jdt.core.dom.ArrayInitializer
org.eclipse.jdt.core.dom.ArrayAccess
org.eclipse.jdt.core.dom.Name
org.eclipse.jdt.core.dom.SuperMethodInvocation
org.eclipse.jdt.core.dom.Expression
org.eclipse.jdt.core.dom.CharacterLiteral
org.eclipse.jdt.core.dom.ThisExpression
org.eclipse.jdt.core.dom.ClassInstanceCreation
org.eclipse.jdt.core.dom.PrefixExpression
org.eclipse.jdt.core.dom.NormalAnnotation
org.eclipse.jdt.core.dom.CreationReference
org.eclipse.jdt.core.dom.TypeMethodReference
org.eclipse.jdt.core.dom.SimpleName
org.eclipse.jdt.core.dom.ArrayCreation
org.eclipse.jdt.core.dom.ParenthesizedExpression
org.eclipse.jdt.core.dom.Annotation
org.eclipse.jdt.core.dom.MethodReference
org.eclipse.jdt.core.dom.FieldAccess
org.eclipse.jdt.core.dom.QualifiedName
org.eclipse.jdt.core.dom.SuperMethodReference
org.eclipse.jdt.core.dom.InstanceofExpression
org.eclipse.jdt.core.dom.CastExpression
org.eclipse.jdt.core.dom.ExpressionMethodReference
org.eclipse.jdt.core.dom.PostfixExpression
org.eclipse.jdt.core.dom.NumberLiteral
org.eclipse.jdt.core.dom.MethodInvocation
org.eclipse.jdt.core.dom.LambdaExpression]
作者:: ★(attilax)>>> 绰号:老哇的爪子 ( 全名::Attilax Akbar Al Rapanui 阿提拉克斯 阿克巴 阿尔 拉帕努伊 ) 汉字名:艾龙, EMAIL:1466519819@qq.com
转载请注明来源: http://www.cnblogs.com/attilax/
获取子类
public static void main(String[] args) {
// t();
String s = "C:\\0workspace\\AtiPlatf_cms\\libx\\org.eclipse.jdt.core_3.10.0.v20140902-0626.jar";
Class parentClass = ASTNode.class;
parentClass=org.eclipse.jdt.core.dom.Expression.class;
List r=getSubClasses(s,parentClass);
System.out.println(r);
}
org.eclipse.jdt.core_3.8.3.v20130121-145325.jar\org\eclipse\jdt\core\dom - 解包大小为 10.5 MB
Atitit org.eclipse.jdt 的ast 架构 Eclipse JDT API spec的更多相关文章
- atitit。自定义uml MOF EMF体系eclipse emf 教程o7t
atitit.自定义uml MOF EMF体系eclipse emf 教程o7t 1. 元对象机制(MOF,Meta-Object Facility)and 结构 1 2. 元模型图.模型图.对象 ...
- Eclipse和MyEclipse使用技巧--Eclipse各版本介绍
进入eclipse的下载官网 http://www.eclipse.org/downloads/ 发现,会有多种版本提供下载. 对于刚接触Java开发的初学者,在下载eclipse时,对官网上面提 ...
- Eclipse开发环境配置,打磨Eclipse,安装插件(适用3.4,3.5,3.6,3.7)
转载自:http://elf8848.iteye.com/blog/354035 打磨Eclipse -- 磨刀不误砍柴工 -------------------------------------- ...
- 解决KDE桌面环境下Eclipse崩溃的问题--让Eclipse使用特定的GTK2主题运行
最近在Kubuntu14.04上安装Eclipse,由于Ubuntu软件中心中的版本太老(3.8),而且会自动安装OpenJDK,于是到官网下载最新的4.4版.(Luna,代号很有亲切感有木有,女神万 ...
- Eclipse进行C/C++开发——Eclipse+CDT+MinGW的配置与使用详解
http://hi.baidu.com/ltb6w/item/3a51f11926fda60ce75c361d Eclipse进行C/C++开发——Eclipse+CDT+MinGW的配置与使用详解 ...
- Eclipse hangs on loading workbench, eclipse停在启动界面的处理办法
http://stackoverflow.com/questions/8972034/eclipse-hangs-on-loading-workbench 解答一: In most cases, rm ...
- eclipse 默认jdk 的设置 eclipse.ini -vm 参数
eclipse 的配置文件 eclipse.ini 不仅仅可以设置eclipse的堆栈内存大小,也可设置默认使用的jdk版本. 一.现有个eclipse 默认启动jdk版本是jdk1.5,需更改为1. ...
- How to setup Eclipse with WinAVR and the Eclipse plugin AVR-eclipse
源:How to setup Eclipse with WinAVR and the Eclipse plugin AVR-eclipse Arduino development with Eclip ...
- Eclipse \ MyEclipse \Scala IDEA for Eclipse里如何将控制台console输出的过程记录全程保存到指定的文本文件(图文详解)
不多说,直接上干货! 问题详情 运行Java程序的时候,控制台输出过多,或者同时运行多个Java程序,输出结果一闪而过的时候,可以考虑将将控制台输出,改为输出到文本文件.无须修改Java代码,引入流这 ...
随机推荐
- node.js 基础学习笔记3 -http
http模块,其中封装了一个高效的HTTP服务器和一个建议的HTTP客户端 http.server是一个基于事件的HTTP服务器 http.request则是一个HTTP客户端工具,用户向服务器发送请 ...
- 数据库(表)的逻辑备份与恢复<四>
数据库(表)的逻辑备份与恢复 介绍 逻辑备份是指使用工具 export 将数据对象的结构和数据导出到文件的过程,逻辑恢复是指当数据库对象被误操作而损坏后使用 工具 import 利用备份的文件把数 ...
- openstack cinder-volume 的高可用(HA)
http://blog.csdn.net/LL_JCB/article/details/51879378 为了保证云平台的稳定性,需要做很多部分的高可用.比如控制节点高可用.计算节点高可用.网络节点高 ...
- iOS支持图文混排的按钮(UIButton)
创建UIButton子类 直接上代码了 .h文件 创建UIButton子类 直接上代码了 .h文件 #import <UIKit/UIKit.h> @interface GraphicBt ...
- NSDate--日期格式
日期格式: 年: y 将年份 (0-9) 显示为不带前导零的数字 yy 以带前导零的两位数字格式显示年份 yyy 以四位数字格式显示年份 yyyy 以四位数字格式显示年份 月: M 将月份显示为不带前 ...
- 将html页改成jsp的两种方式
将html页改成jsp的两种方式 作者: 字体:[增加 减小] 类型:转载 时间:2013-08-13 将html页改成jsp有两种方法,第一种是直接修改html文件,另一种是新建jsp文件.下面为大 ...
- PHP 使用CURL
CURL是一个非常强大的开源库,支持很多协议,包括HTTP.FTP.TELNET等,我们使用它来发送HTTP请求.它给我 们带来的好处是可以通过灵活的选项设置不同的HTTP协议参数,并且支持HTTPS ...
- CSS3 线性渐变(linear-gradient) 兼容IE8,IE9
一.线性渐变在 Mozilla 下的应用 语法: -moz-linear-gradient( [<point> || <angle>,]? <stop>, ...
- oracle psql 调优
1 不一定sql越长反倒性能越差,尽量多where条件使得初始结果集最小,然后再和其他表相连 2 使用patition 3 同一个结果集被多次使用,可以使用with table
- Zabbix_agent的安装配置
在Linux上安装zabbix agent 安装 [root@agtest ~]# yum install http://repo.zabbix.com/zabbix/3.0/rhel/7/x86_6 ...