A B C D E F G H I J K L M N O P R S T U V W X _ 

P

packageName - 类 中的变量org.xmeta.Action
类的包名
PARENT_CONTEXT - 类 中的静态变量org.xmeta.ActionContext
保存父变量上下文的约定的名称
parse(Class<?>, Method) - 类 中的静态方法org.xmeta.annotation.ActionAnnotationHelper
分析方法和方法所述的类有没有定义动作相关的注解,如果有那么返回Helper,如果没有那么返回null。
parse(String, String, String) - 类 中的静态方法org.xmeta.util.UtilData
 
parse(Thing, InputStream) - 类 中的静态方法org.xmeta.codes.XmlCoder
从输入流中读取事物。
parse(Thing, String) - 类 中的静态方法org.xmeta.codes.XmlCoder
分析XML字符串并返回事物。
parse(Thing, Thing, Element, long) - 类 中的静态方法org.xmeta.codes.XmlCoder
分析XML元素数据到事物中。
parseChildPath(String, String) - 类 中的静态方法org.xmeta.Path
分析子节点。
parseOldChildPath(String, String) - 类 中的静态方法org.xmeta.Path
分析旧规则的子路径。
parseXML(String) - 类 中的方法org.xmeta.Thing
 
paste(String) - 类 中的方法org.xmeta.Thing
 
paste(Map<String, Object>) - 类 中的方法org.xmeta.Thing
 
paste(Thing) - 类 中的方法org.xmeta.Thing
 
paste(Thing, Thing) - 类 中的静态方法org.xmeta.util.ThingUtil
把目标事物粘贴到指定事物上。
pasteAsChild(Thing, Thing) - 类 中的静态方法org.xmeta.util.ThingUtil
把目标事物粘贴为子事物。
path - 类 中的变量org.xmeta.ThingIndex
事物的路径
Path - org.xmeta中的类
事物的路径,把路径整字符串分解成小单元,用作缓存,不用每次都执行分解的方法。
Path(String) - 类 的构造器org.xmeta.Path
 
peek() - 类 中的方法org.xmeta.ActionContext
返回最顶层的变量绑定。
pop() - 类 中的方法org.xmeta.ActionContext
弹出最顶层的变量绑定。
popAction() - 类 中的方法org.xmeta.ActionContext
 
printStackTrace() - 类 中的方法org.xmeta.ActionContext
打印堆栈信息到控制台。
printStackTrace() - 异常错误 中的方法org.xmeta.ActionException
 
printStackTrace() - 异常错误 中的方法org.xmeta.XMetaException
 
printStackTrace(PrintStream) - 异常错误 中的方法org.xmeta.ActionException
 
printStackTrace(PrintStream) - 异常错误 中的方法org.xmeta.XMetaException
 
printStackTrace(PrintWriter) - 异常错误 中的方法org.xmeta.ActionException
 
printStackTrace(PrintWriter) - 异常错误 中的方法org.xmeta.XMetaException
 
PropertyCoder - org.xmeta.codes中的类
 
PropertyCoder() - 类 的构造器org.xmeta.codes.PropertyCoder
 
PropertyThingCoder - org.xmeta.codes中的类
 
PropertyThingCoder() - 类 的构造器org.xmeta.codes.PropertyThingCoder
 
push() - 类 中的方法org.xmeta.ActionContext
 
push(Bindings) - 类 中的方法org.xmeta.ActionContext
压入一个变量绑定到堆栈中,当传入的变量绑定为null时自动创建一个新的。
pushAction(Action) - 类 中的方法org.xmeta.ActionContext
 
pushPoolBindings() - 类 中的方法org.xmeta.ActionContext
 
put(byte) - 类 中的方法org.xmeta.util.ResizeableByteBuffer
 
put(byte[]) - 类 中的方法org.xmeta.util.ResizeableByteBuffer
 
put(byte[], int, int) - 类 中的方法org.xmeta.util.ResizeableByteBuffer
相对批量 put 方法(可选操作)。
put(int, byte) - 类 中的方法org.xmeta.util.ResizeableByteBuffer
 
put(Object, Object) - 类 中的方法org.xmeta.Thing
设置属性的值。
put(String, Object) - 类 中的方法org.xmeta.ActionContext
设置变量上下文中一个变量的值,设置值的方法是从栈的顶端的Bindings向栈底端的Bindings找,如果Bindings包含 相应的键那么调用Bindings的put方法,如果所有的Bingings都不包含给定的键值,没有那么设置到顶端的Bindings中。
put(String, Object, String) - 类 中的方法org.xmeta.ActionContext
根据指定的事物从堆栈中寻找变量范围,并设置变量范围的值。
put(String, Thing) - 类 中的静态方法org.xmeta.cache.ThingCache
放入缓存。
put(ByteBuffer) - 类 中的方法org.xmeta.util.ResizeableByteBuffer
 
putAll(Map<? extends String, ? extends Object>) - 类 中的方法org.xmeta.ActionContext
 
putAll(Map<String, Object>) - 类 中的方法org.xmeta.Thing
放入Map的全部值,但不触发descriptor和extends的改变事件,同时也会更新日期。
putChar(char) - 类 中的方法org.xmeta.util.ResizeableByteBuffer
 
putChar(int, char) - 类 中的方法org.xmeta.util.ResizeableByteBuffer
 
putDouble(double) - 类 中的方法org.xmeta.util.ResizeableByteBuffer
 
putDouble(int, double) - 类 中的方法org.xmeta.util.ResizeableByteBuffer
 
putFloat(float) - 类 中的方法org.xmeta.util.ResizeableByteBuffer
 
putFloat(int, float) - 类 中的方法org.xmeta.util.ResizeableByteBuffer
 
putInt(int) - 类 中的方法org.xmeta.util.ResizeableByteBuffer
 
putInt(int, int) - 类 中的方法org.xmeta.util.ResizeableByteBuffer
 
putLong(int, long) - 类 中的方法org.xmeta.util.ResizeableByteBuffer
 
putLong(long) - 类 中的方法org.xmeta.util.ResizeableByteBuffer
 
putShort(int, short) - 类 中的方法org.xmeta.util.ResizeableByteBuffer
 
putShort(short) - 类 中的方法org.xmeta.util.ResizeableByteBuffer
 
putTo(String, String) - 类 中的方法org.xmeta.ActionContext
把某个值放到指定的变量范围中。
putVarByActioScope(Thing, String, Object, ActionContext) - 类 中的静态方法org.xmeta.util.UtilAction
把变量赋值到动作定义的变量范围中。
A B C D E F G H I J K L M N O P R S T U V W X _ 
跳过导航链接