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代码,引入流这 ...
随机推荐
- JavaScript初学者应注意的七个细节(转)
http://www.cnblogs.com/lhb25/archive/2011/01/10/1932284.html 每种语言都有它特别的地方,对于JavaScript来说,使用var就可以声明任 ...
- 手把手教你用axis1.4搭建webservice(转)
1.先下载axis jar包:axis-bin-1_4.zip.下载地址: http://ws.Apache.org/axis/. 当然这个包其实是不全面的,像activation.jar之类的,完全 ...
- Hdu OJ 5115 Dire Wolf (2014ACM/ICPC亚洲区北京站) (动态规划-区间dp)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5115 题目大意:前面有n头狼并列排成一排, 每一头狼都有两个属性--基础攻击力和buff加成, 每一头 ...
- windowsAPI popup trace tip(toolTip)
class UIHELPER_EXPORT ToolTipWindow : public chMessageHandler{ DECLARE_PROCESS_OBJECT(ToolTipWindow) ...
- 学习springMVC框架配置遇到的问题-数据写入不进数据库时的处理办法
配置完了,运行,数据写入不到数据库中,就应该想UserAction 中的handleRequest()方法有没有进去,然后就设置断点.如果发现程序没有进去,就再想办法进去.
- JavaScript 中2个等号与3个等号的区别
首先,== equality 等同,=== identity 恒等. ==, 两边值类型不同的时候,要先进行类型转换,再比较. ===,不做类型转换,类型不同的一定不等. 下面分别说明: 先说 === ...
- mysql: symbol lookup error: /usr/local/lib/libreadline.so.6: undefined symbol: UP
Error Symptom: when you run $mysql -u root -p command in the linux you get an error message ” mysql: ...
- Wall--POJ1113(极角排序+求凸包)
http://poj.org/problem?id=1113 题目大意:现在要给n个点,让你修一个围墙把这些点围起来,距离最小是l 分析 :现在就是求凸包的周长然后再加上一个圆的周长 #includ ...
- webstorm与SAE的svn仓库链接进行版本控制
这里把我使用webstorm与SAE的svn仓库链接: 1.先得设置webstorm中的版本控制,File->Settings->Version Control->Subversio ...
- 文件过滤器 filter
OpenFileDialog对话框的Filter属性说明: 首先说明一个示例,分析一下Filter属性的构成:“ Excel文件|*.xls ”,前面的“Excel文件”成为标签,是一个可读的字符串, ...