ref_send API 2.17
defensive programming in Java

Uses of Class
org.joe_e.array.PowerlessArray

Packages that use PowerlessArray
org.joe_e.array Read-only arrays. 
org.joe_e.reflect The reflection interface. 
org.ref_send.log A log file format. 
org.ref_send.scope A pass-by-copy interface. 
org.waterken.syntax A marshalling interface. 
org.waterken.syntax.config A folder of serialized configuration settings. 
 

Uses of PowerlessArray in org.joe_e.array
 

Subclasses of PowerlessArray in org.joe_e.array
 class BooleanArray
          An immutable array of boolean.
 class ByteArray
          An immutable array of byte.
 class CharArray
          An immutable array of char.
 class DoubleArray
          An immutable array of double.
 class FloatArray
          An immutable array of float.
 class IntArray
          An immutable array of int.
 class LongArray
          An immutable array of long.
 class ShortArray
          An immutable array of short.
 

Methods in org.joe_e.array that return PowerlessArray
static
<T> PowerlessArray<T>
PowerlessArray.array()
          Construct an empty ConstArray.
static
<T> PowerlessArray<T>
PowerlessArray.array(T... values)
          Construct a PowerlessArray.
static
<T> PowerlessArray<T>
PowerlessArray.array(T value)
          Construct a ConstArray with one element.
static
<T> PowerlessArray<T>
PowerlessArray.array(T value1, T value2)
          Construct a ConstArray with two elements.
static
<T> PowerlessArray<T>
PowerlessArray.array(T value1, T value2, T value3)
          Construct an PowerlessArray with three elements.
static
<T> PowerlessArray<T>
PowerlessArray.array(T value1, T value2, T value3, T value4)
          Construct an PowerlessArray with four elements.
 PowerlessArray<E> PowerlessArray.Builder.snapshot()
          Create a snapshot of the current content.
 PowerlessArray<E> PowerlessArray.with(E newE)
          Return a new PowerlessArray that contains the same elements as this one but with a new element added to the end.
 PowerlessArray<E> PowerlessArray.without(int i)
          Return a new PowerlessArray that contains the same elements as this one excluding the element at a specified index
 

Uses of PowerlessArray in org.joe_e.reflect
 

Methods in org.joe_e.reflect that return PowerlessArray
static PowerlessArray<java.lang.reflect.Constructor<?>> Reflection.constructors(java.lang.Class<?> type)
          Gets all declared public constructors.
static PowerlessArray<java.lang.reflect.Field> Reflection.fields(java.lang.Class<?> type)
          Gets all public fields.
static PowerlessArray<java.lang.reflect.Method> Reflection.methods(java.lang.Class<?> type)
          Gets all public methods.
 

Uses of PowerlessArray in org.ref_send.log
 

Fields in org.ref_send.log declared as PowerlessArray
 PowerlessArray<CallSite> Trace.calls
          list of call sites
 PowerlessArray<IntArray> CallSite.span
          call site's position within the CallSite.source (optional)
 

Constructors in org.ref_send.log with parameters of type PowerlessArray
CallSite(java.lang.String name, java.lang.String source, PowerlessArray<IntArray> span)
          Constructs an instance.
Trace(PowerlessArray<CallSite> calls)
          Constructs an instance.
 

Uses of PowerlessArray in org.ref_send.scope
 

Fields in org.ref_send.scope declared as PowerlessArray
 PowerlessArray<java.lang.String> Layout.names
          each member name
 

Constructors in org.ref_send.scope with parameters of type PowerlessArray
Layout(PowerlessArray<java.lang.String> names)
          Constructs an instance.
 

Uses of PowerlessArray in org.waterken.syntax
 

Fields in org.waterken.syntax declared as PowerlessArray
 PowerlessArray<IntArray> BadSyntax.span
          location within BadSyntax.source
 

Constructors in org.waterken.syntax with parameters of type PowerlessArray
BadSyntax(java.lang.String source, PowerlessArray<IntArray> span, java.lang.Exception cause)
          Constructs an instance.
 

Uses of PowerlessArray in org.waterken.syntax.config
 

Constructors in org.waterken.syntax.config with parameters of type PowerlessArray
Config(java.io.File root, java.lang.ClassLoader code, java.lang.String namespace, Importer connect, java.io.File home, PowerlessArray<Syntax> supported, Syntax output)
          Constructs an instance.
 


ref_send API 2.17
defensive programming in Java

Submit a bug or feature, or get help

Copyright 1998-2009 Waterken Inc. under the terms of the MIT X license.