- aboutMessage() - Method in class gnu.jemacs.buffer.EFrame
-
- abs() - Method in class gnu.math.Complex
-
- abs(IntNum) - Static method in class gnu.math.IntNum
-
- abs() - Method in class gnu.math.Numeric
-
- abs() - Method in class gnu.math.Quantity
-
- abs() - Method in class gnu.math.RealNum
-
- abs(Object) - Static method in class gnu.xquery.util.NumberValue
-
- absPath(String) - Static method in class gnu.expr.ModuleInfo
-
- ABSTRACT - Static variable in class gnu.bytecode.Access
-
- ABSTRACT_ACCESS - Static variable in class gnu.expr.Declaration
-
- abstractExp - Static variable in class gnu.expr.QuoteExp
-
- AbstractFormat - Class in gnu.lists
-
- AbstractFormat() - Constructor for class gnu.lists.AbstractFormat
-
- AbstractHashTable<Entry extends java.util.Map.Entry<K,V>,K,V> - Class in gnu.kawa.util
-
An abstract hash map from K to V.
- AbstractHashTable() - Constructor for class gnu.kawa.util.AbstractHashTable
-
- AbstractHashTable(int) - Constructor for class gnu.kawa.util.AbstractHashTable
-
- AbstractScriptEngineFactory - Class in gnu.expr
-
Abstract implementation of ScriptEngineFactory for any Kawa Language.
- AbstractScriptEngineFactory(Language) - Constructor for class gnu.expr.AbstractScriptEngineFactory
-
- AbstractScriptEngineFactory.BindingsEnvironment - Class in gnu.expr
-
A Environment that proxies lookup in global and engine Bindings.
- AbstractScriptEngineFactory.BindingsEnvironment(String, Bindings, Bindings, Environment) - Constructor for class gnu.expr.AbstractScriptEngineFactory.BindingsEnvironment
-
- AbstractScriptEngineFactory.BindingsLocation - Class in gnu.expr
-
A Location object that proxies lookup in global and engine Bindings.
- AbstractScriptEngineFactory.BindingsLocation(SimpleSymbol, AbstractScriptEngineFactory.BindingsEnvironment) - Constructor for class gnu.expr.AbstractScriptEngineFactory.BindingsLocation
-
- AbstractSequence<E> - Class in gnu.lists
-
An AbstractSequence is used to implement Sequences, and almost all
classes that extend AbstractSequence will implement Sequence.
- AbstractSequence() - Constructor for class gnu.lists.AbstractSequence
-
- abstractSpecial - Static variable in class gnu.expr.Special
-
- AbstractWeakHashTable<K,V> - Class in gnu.kawa.util
-
A hash table with weakly referenced keys and values.
- AbstractWeakHashTable() - Constructor for class gnu.kawa.util.AbstractWeakHashTable
-
- AbstractWeakHashTable(int) - Constructor for class gnu.kawa.util.AbstractWeakHashTable
-
- AbstractWeakHashTable.WEntry<K,V> - Class in gnu.kawa.util
-
- AbstractWeakHashTable.WEntry(V, AbstractWeakHashTable<K, V>, int) - Constructor for class gnu.kawa.util.AbstractWeakHashTable.WEntry
-
- accept(AnnotationValueVisitor<R, P>, P) - Method in class gnu.bytecode.AnnotationEntry.Value
-
- Access - Class in gnu.bytecode
-
Access flags.
- Access() - Constructor for class gnu.bytecode.Access
-
- AccessExp - Class in gnu.expr
-
A common super-type for ReferenceExpa and SetExp.
- AccessExp() - Constructor for class gnu.expr.AccessExp
-
- accessKeyword - Static variable in class kawa.standard.object
-
- actionPerformed(ActionEvent) - Method in class gnu.jemacs.swing.IgnoreAction
-
- actionPerformed(ActionEvent) - Method in class gnu.jemacs.swing.TooLongAction
-
- actionPerformed(ActionEvent) - Method in class kawa.GuiConsole
-
- activateRegion() - Method in class gnu.jemacs.swing.SwingWindow
-
- activeKeymaps - Variable in class gnu.jemacs.buffer.Buffer
-
- add(Expression) - Method in class gnu.expr.BeginExp
-
- add(MethodProc[]) - Method in class gnu.expr.GenericProc
-
- add(MethodProc) - Method in class gnu.expr.GenericProc
-
- add(Declaration) - Method in class gnu.expr.ScopeExp
-
- add(Declaration, Declaration) - Method in class gnu.expr.ScopeExp
-
Add a Declaration at a specified position.
- add(FileSelector) - Method in class gnu.kawa.ant.Kawac
-
- add(Viewable) - Method in class gnu.kawa.models.Box
-
- add(E) - Method in class gnu.lists.AbstractSequence
-
See java.util.Collection.
- add(int, E) - Method in class gnu.lists.AbstractSequence
-
See java.util.List.
- add(int, Object) - Method in class gnu.lists.GapVector
-
- add(E) - Method in class gnu.lists.SeqPosition
-
- add(E) - Method in class gnu.lists.SimpleVector
-
- add(int, E) - Method in class gnu.lists.SimpleVector
-
- add(Symbol, int) - Method in class gnu.mapping.Namespace
-
- add(Complex, Complex, int) - Static method in class gnu.math.Complex
-
- add(Object, int) - Method in class gnu.math.Complex
-
- add(DateTime, Duration, int) - Static method in class gnu.math.DateTime
-
- add(Object, int) - Method in class gnu.math.DateTime
-
- add(Object, int) - Method in class gnu.math.DComplex
-
- add(Object, int) - Method in class gnu.math.DFloNum
-
- add(DQuantity, DQuantity, double) - Static method in class gnu.math.DQuantity
-
- add(Object, int) - Method in class gnu.math.DQuantity
-
- add(Object, int) - Method in class gnu.math.Duration
-
- add(Duration, Duration, int) - Static method in class gnu.math.Duration
-
- add(Object, int) - Method in class gnu.math.IntFraction
-
- add(int, int) - Static method in class gnu.math.IntNum
-
Add two ints, yielding an IntNum.
- add(IntNum, int) - Static method in class gnu.math.IntNum
-
Add an IntNum and an int, yielding a new IntNum.
- add(IntNum, IntNum) - Static method in class gnu.math.IntNum
-
Add two IntNums, yielding their sum as another IntNum.
- add(IntNum, IntNum, int) - Static method in class gnu.math.IntNum
-
Add two IntNums, yielding their sum as another IntNum.
- add(Object, int) - Method in class gnu.math.IntNum
-
- add(Object, int) - Method in class gnu.math.Numeric
-
Return this + k * obj.
- add(Object) - Method in class gnu.math.Numeric
-
- add(Quantity, Quantity, int) - Static method in class gnu.math.Quantity
-
- add(Object, int) - Method in class gnu.math.Quantity
-
- add(RatNum, RatNum, int) - Static method in class gnu.math.RatNum
-
- add(RealNum, RealNum, int) - Static method in class gnu.math.RealNum
-
- add(Object, int) - Method in class gnu.math.RealNum
-
- add(String, int, String) - Method in class gnu.text.Options
-
Create a new option and enters it in this table.
- add(String, int, Object, String) - Method in class gnu.text.Options
-
- add - Static variable in class gnu.xquery.util.ArithOp
-
- addAll(Collection<? extends E>) - Method in class gnu.lists.AbstractSequence
-
See java.util.Collection.
- addAll(int, Collection<? extends E>) - Method in class gnu.lists.AbstractSequence
-
See java.util.Collection.
- addAll(FString) - Method in class gnu.lists.FString
-
Append all the characters of another FString.
- addAll(CharSequence) - Method in class gnu.lists.FString
-
- addAll(int, Collection<? extends E>) - Method in class gnu.lists.SimpleVector
-
- addAllStrings(Object[], int) - Method in class gnu.lists.FString
-
Append arguments to this FString.
- addAnd(AndSelector) - Method in class gnu.kawa.ant.Kawac
-
- addAnnotation(AnnotationEntry) - Method in class gnu.bytecode.RuntimeAnnotationsAttr
-
Add an annotation to this attribute.
- addAnnotation(Expression) - Method in class gnu.expr.Declaration
-
Add an annotation to the set of our annotations.
- addArg(Commandline.Argument) - Method in class gnu.kawa.ant.Kawac
-
Adds a nested <arg>.
- addAtEnd(MethodProc) - Method in class gnu.expr.GenericProc
-
- addAutoHandler(String, String) - Static method in class gnu.kawa.servlet.KawaHttpHandler
-
- addBox(Box, Object) - Method in class gnu.kawa.echo2.Echo2Display
-
- addBox(Box, Object) - Method in class gnu.kawa.models.Display
-
- addBox(Box, Object) - Method in class gnu.kawa.swingviews.SwingDisplay
-
- addBox(Box, Object) - Method in class gnu.kawa.swtviews.SwtDisplay
-
- addButton(Button, Object) - Method in class gnu.kawa.echo2.Echo2Display
-
- addButton(Button, Object) - Method in class gnu.kawa.models.Display
-
- addButton(Button, Object) - Method in class gnu.kawa.swingviews.SwingDisplay
-
- addButton(Button, Object) - Method in class gnu.kawa.swtviews.SwtDisplay
-
- addCaller(ApplyExp) - Method in class gnu.expr.Declaration
-
Add a call to the list headed by firstCall.
- addCase(int, CodeAttr) - Method in class gnu.bytecode.SwitchState
-
Add a new case.
- addCaseGoto(int, CodeAttr, Label) - Method in class gnu.bytecode.SwitchState
-
Optimization of addCase(value, code); emitGoto(label).
- addClass(Class) - Method in class gnu.bytecode.ArrayClassLoader
-
- addClass(String, byte[]) - Method in class gnu.bytecode.ArrayClassLoader
-
- addClass(ClassType) - Method in class gnu.bytecode.ArrayClassLoader
-
- addClass(ObjectType) - Method in class gnu.bytecode.ConstantPool
-
- addClass(CpoolUtf8) - Method in class gnu.bytecode.ConstantPool
-
- addClass(ClassType) - Method in class gnu.expr.Compilation
-
- addComponent(nextapp.echo2.app.Component, Object) - Static method in class gnu.kawa.echo2.Echo2Display
-
- addComponent(Object) - Method in class gnu.kawa.swingviews.SwingFrame
-
- addContains(ContainsSelector) - Method in class gnu.kawa.ant.Kawac
-
- addContainsRegexp(ContainsRegexpSelector) - Method in class gnu.kawa.ant.Kawac
-
- addCookie(Cookie) - Method in class gnu.kawa.servlet.CGIServletWrapper
-
- addCustom(ExtendSelector) - Method in class gnu.kawa.ant.Kawac
-
- addDate(DateSelector) - Method in class gnu.kawa.ant.Kawac
-
- addDateHeader(String, long) - Method in class gnu.kawa.servlet.CGIServletWrapper
-
- addDeclaration(Object) - Method in class gnu.expr.ScopeExp
-
Create a new declaration in the current Scope.
- addDeclaration(Object, Type) - Method in class gnu.expr.ScopeExp
-
Create a new declaration in the current Scope.
- addDeclaration(Declaration) - Method in class gnu.expr.ScopeExp
-
Add a Declaration to the current Scope.
- addDefault(CodeAttr) - Method in class gnu.bytecode.SwitchState
-
- addDepend(DependSelector) - Method in class gnu.kawa.ant.Kawac
-
- addDependency(ModuleInfo) - Method in class gnu.expr.ModuleInfo
-
- addDepth(DepthSelector) - Method in class gnu.kawa.ant.Kawac
-
- addDocumentCloseListener(ReplDocument.DocumentCloseListener) - Method in class kawa.ReplDocument
-
Register a DocumentCloseListener.
- addDouble(double) - Method in class gnu.bytecode.ConstantPool
-
- addField() - Method in class gnu.bytecode.ClassType
-
Add a new field to this class.
- addField(String) - Method in class gnu.bytecode.ClassType
-
Add a new field to this class, and name the field.
- addField(String, Type) - Method in class gnu.bytecode.ClassType
-
- addField(String, Type, int) - Method in class gnu.bytecode.ClassType
-
- addFieldRef(Field) - Method in class gnu.bytecode.ConstantPool
-
- addFields() - Method in class gnu.bytecode.ClassType
-
Use reflection to add all the declared fields of this class.
- addFilename(FilenameSelector) - Method in class gnu.kawa.ant.Kawac
-
- addFileset(FileSet) - Method in class gnu.kawa.ant.Kawac
-
Adds a set of files to be compiled.
- addFlags(int) - Method in class gnu.expr.ModuleContext
-
- addFloat(float) - Method in class gnu.bytecode.ConstantPool
-
- addHandler(int, int, int, int) - Method in class gnu.bytecode.CodeAttr
-
Add an exception handler.
- addHandler(Label, Label, ClassType) - Method in class gnu.bytecode.CodeAttr
-
Add an exception handler.
- addHeader(String, String) - Method in class gnu.kawa.servlet.CGIServletWrapper
-
- addHeader(String, String) - Method in class gnu.kawa.servlet.ServletPrinter
-
- addHeader(String, String) - Method in class gnu.kawa.xml.HttpPrinter
-
- addImage(DrawImage, Object) - Method in class gnu.kawa.echo2.Echo2Display
-
- addImage(DrawImage, Object) - Method in class gnu.kawa.models.Display
-
- addImage(DrawImage, Object) - Method in class gnu.kawa.swingviews.SwingDisplay
-
- addImage(DrawImage, Object) - Method in class gnu.kawa.swtviews.SwtDisplay
-
- addIndentation(int, boolean) - Method in class gnu.text.PrettyWriter
-
- addInt(int) - Method in class gnu.bytecode.ConstantPool
-
- addInterface(ClassType) - Method in class gnu.bytecode.ClassType
-
Add an interface to the list of implemented interfaces.
- addIntHeader(String, int) - Method in class gnu.kawa.servlet.CGIServletWrapper
-
- addLabel(Label, Object) - Method in class gnu.kawa.echo2.Echo2Display
-
- addLabel(Label, Object) - Method in class gnu.kawa.models.Display
-
- addLabel(Label, Object) - Method in class gnu.kawa.swingviews.SwingDisplay
-
- addLabel(Label, Object) - Method in class gnu.kawa.swtviews.SwtDisplay
-
- addLineCommenter(LineCommenterSet.LineCommenter) - Method in class gnu.kawa.ant.LineCommenterSet
-
Create a new filter
- addLineStripper(LineStripperSet.LineStripper) - Method in class gnu.kawa.ant.LineStripperSet
-
Create a new filter
- addListener(ModelListener) - Method in class gnu.kawa.models.Model
-
- addListener(WeakListener) - Method in class gnu.kawa.models.Model
-
- addLocal(Type) - Method in class gnu.bytecode.CodeAttr
-
Add a new local variable (in the current scope).
- addLocal(Type, String) - Method in class gnu.bytecode.CodeAttr
-
Add a new local variable (in the current scope).
- addLocation(Symbol, Object, Location) - Method in class gnu.expr.BuiltinEnvironment
-
- addLocation(NamedLocation) - Method in class gnu.mapping.Environment
-
- addLocation(Symbol, Object, Location) - Method in class gnu.mapping.Environment
-
- addLocation(EnvironmentKey, Location) - Method in class gnu.mapping.Environment
-
- addLocation(Symbol, Object, Location) - Method in class gnu.mapping.SimpleEnvironment
-
- addLong(long) - Method in class gnu.bytecode.ConstantPool
-
- addMainClass(ModuleExp) - Method in class gnu.expr.Compilation
-
- addMajority(MajoritySelector) - Method in class gnu.kawa.ant.Kawac
-
- addMember(String, AnnotationEntry.Value) - Method in class gnu.bytecode.AnnotationEntry
-
- addMember(String, Object, Type) - Method in class gnu.bytecode.AnnotationEntry
-
- addMemberClass(ClassType) - Method in class gnu.bytecode.ClassType
-
- addMemberClasses() - Method in class gnu.bytecode.ClassType
-
- addMethod(String) - Method in class gnu.bytecode.ClassType
-
- addMethod(String, int) - Method in class gnu.bytecode.ClassType
-
- addMethod(String, Type[], Type, int) - Method in class gnu.bytecode.ClassType
-
- addMethod(String, int, Type[], Type) - Method in class gnu.bytecode.ClassType
-
Add a method to this ClassType.
- addMethod(Method) - Method in class gnu.bytecode.ClassType
-
- addMethod(Constructor) - Method in class gnu.bytecode.ClassType
-
- addMethod(String, String, int) - Method in class gnu.bytecode.ClassType
-
- addMethod(LambdaExp, Object) - Method in class gnu.expr.ClassExp
-
- addMethodRef(Method) - Method in class gnu.bytecode.ConstantPool
-
- addMethods(Class) - Method in class gnu.bytecode.ClassType
-
Use reflection to add all the declared methods of this class.
- addMinutes(DateTime, int) - Static method in class gnu.math.DateTime
-
- addModified(ModifiedSelector) - Method in class gnu.kawa.ant.Kawac
-
- addModifiers(int) - Method in class gnu.bytecode.ClassType
-
- addNameAndType(Method) - Method in class gnu.bytecode.ConstantPool
-
- addNameAndType(Field) - Method in class gnu.bytecode.ConstantPool
-
- addNameAndType(CpoolUtf8, CpoolUtf8) - Method in class gnu.bytecode.ConstantPool
-
- addNone(NoneSelector) - Method in class gnu.kawa.ant.Kawac
-
- addNot(NotSelector) - Method in class gnu.kawa.ant.Kawac
-
- AddOp - Class in gnu.jemacs.lang
-
- AddOp(String, int) - Constructor for class gnu.jemacs.lang.AddOp
-
- AddOp - Class in gnu.kawa.functions
-
Implement the Scheme standard functions "+" and "-".
- AddOp(String, int) - Constructor for class gnu.kawa.functions.AddOp
-
- addOr(OrSelector) - Method in class gnu.kawa.ant.Kawac
-
- addParamLocals() - Method in class gnu.bytecode.CodeAttr
-
Call addLocal for parameters (as implied by method type).
- addParent(Environment) - Method in class gnu.mapping.InheritingEnvironment
-
- addPos(int, E) - Method in class gnu.lists.AbstractSequence
-
Add a value at a specified Pos.
- addPos(int, Object) - Method in class gnu.lists.GapVector
-
- addPos(int, E) - Method in class gnu.lists.SimpleVector
-
- addPos(int, Object) - Method in class gnu.lists.StableVector
-
- addPresent(PresentSelector) - Method in class gnu.kawa.ant.Kawac
-
- addRef(int, CpoolClass, CpoolNameAndType) - Method in class gnu.bytecode.ConstantPool
-
- addReversed(Numeric, int) - Method in class gnu.math.Complex
-
- addReversed(Numeric, int) - Method in class gnu.math.DateTime
-
- addReversed(Numeric, int) - Method in class gnu.math.DFloNum
-
- addReversed(Numeric, int) - Method in class gnu.math.DQuantity
-
- addReversed(Numeric, int) - Method in class gnu.math.IntFraction
-
- addReversed(Numeric, int) - Method in class gnu.math.Numeric
-
Calculate x+k&this.
- addReversed(Numeric, int) - Method in class gnu.math.Quantity
-
- addSeconds(DateTime, int) - Static method in class gnu.math.DateTime
-
- addSelector(SelectSelector) - Method in class gnu.kawa.ant.Kawac
-
- addSize(SizeSelector) - Method in class gnu.kawa.ant.Kawac
-
- addSpacer(Spacer, Object) - Method in class gnu.kawa.models.Display
-
- addSpacer(Spacer, Object) - Method in class gnu.kawa.swingviews.SwingDisplay
-
- addStratum(String) - Method in class gnu.bytecode.SourceDebugExtAttr
-
- addString(String) - Method in class gnu.bytecode.ConstantPool
-
- addString(CpoolUtf8) - Method in class gnu.bytecode.ConstantPool
-
- addText(Text, Object) - Method in class gnu.kawa.echo2.Echo2Display
-
- addText(Text, Object) - Method in class gnu.kawa.models.Display
-
- addText(Text, Object) - Method in class gnu.kawa.swingviews.SwingDisplay
-
- addTextChangeListener(TextChangeListener) - Method in class gnu.jemacs.swt.BufferContent
-
- addToFrontOf(AttrContainer) - Method in class gnu.bytecode.Attribute
-
Add this to (the front of) of the specified attribute container.
- addUnboundLocation(Symbol, Object, int) - Method in class gnu.mapping.SimpleEnvironment
-
- addUtf8(String) - Method in class gnu.bytecode.ConstantPool
-
- addVariable(CodeAttr, Type, String) - Method in class gnu.bytecode.Scope
-
- addVariable(Variable) - Method in class gnu.bytecode.Scope
-
- addVariable(CodeAttr, Variable) - Method in class gnu.bytecode.Scope
-
- addVariableAfter(Variable, Variable) - Method in class gnu.bytecode.Scope
-
- addView(Object, Object) - Method in class gnu.kawa.echo2.Echo2Display
-
- addView(Object, Object) - Method in class gnu.kawa.models.Display
-
- addView(Object, Object) - Method in class gnu.kawa.swingviews.SwingDisplay
-
- addView(Object, Object) - Method in class gnu.kawa.swtviews.SwtDisplay
-
- adjustDateTimeToTimezone(Object) - Static method in class gnu.xquery.util.TimeUtils
-
- adjustDateTimeToTimezone(Object, Object) - Static method in class gnu.xquery.util.TimeUtils
-
- adjustDateToTimezone(Object) - Static method in class gnu.xquery.util.TimeUtils
-
- adjustDateToTimezone(Object, Object) - Static method in class gnu.xquery.util.TimeUtils
-
- adjustPositions(int, int, int) - Method in class gnu.lists.StableVector
-
Add a delta to all positions elements that point into a given range.
- adjustResult(IntNum, int) - Method in class gnu.kawa.functions.BitwiseOp
-
- adjustTimeToTimezone(Object) - Static method in class gnu.xquery.util.TimeUtils
-
- adjustTimeToTimezone(Object, Object) - Static method in class gnu.xquery.util.TimeUtils
-
- adjustTimezone(int) - Method in class gnu.math.DateTime
-
- adoptNode(Node) - Method in class gnu.kawa.xml.KDocument
-
- alloc(int) - Static method in class gnu.math.IntNum
-
Allocate a new non-shared IntNum.
- allocate_local(Variable) - Method in class gnu.bytecode.Method
-
Deprecated.
- ALLOCATE_ON_STACK - Static variable in class gnu.expr.Declaration
-
Allocate variable on JVM stack as an optimization.
- ALLOCATE_ON_STACK_LAST - Static variable in class gnu.expr.ReferenceExp
-
- allocateLocal(CodeAttr) - Method in class gnu.bytecode.Variable
-
Allocate slots for a local variable (or parameter).
- allocateVariable(CodeAttr) - Method in class gnu.expr.Declaration
-
- allocationKeyword - Static variable in class kawa.standard.object
-
- allocChildClasses(Compilation) - Method in class gnu.expr.LambdaExp
-
- allocChildClasses(Compilation) - Method in class gnu.expr.ModuleExp
-
- allocEntries(int) - Method in class gnu.kawa.util.AbstractHashTable
-
Allocate Entry[n].
- allocEntries(int) - Method in class gnu.kawa.util.AbstractWeakHashTable
-
- allocEntries(int) - Method in class gnu.kawa.util.GeneralHashTable
-
- allocEntries(int) - Method in class gnu.kawa.util.WeakIdentityHashMap
-
- allocEntries(int) - Method in class gnu.mapping.Namespace
-
Allocate Entry[n].
- allocFrame(Compilation) - Method in class gnu.expr.LambdaExp
-
- allocLocalField(Type, String) - Method in class gnu.expr.Compilation
-
- allocPositionIndex() - Method in class gnu.lists.StableVector
-
- allocVars(int, Object[]) - Static method in class kawa.lang.SyntaxPattern
-
The compiler calls this method to implement syntax-case.
- allVars() - Method in class gnu.bytecode.LocalVarsAttr
-
- allVars() - Method in class gnu.bytecode.Scope
-
- ALT_MASK - Static variable in class gnu.jemacs.buffer.EKeymap
-
- alwaysCompile - Static variable in class gnu.expr.ModuleExp
-
Flag to force compilation, even when not required.
- ancestorAttribute(int, String, String) - Method in class gnu.xml.NodeTree
-
Look for matching attribute in ancestor or self.
- AncestorAxis - Class in gnu.kawa.xml
-
Used to implement a ancestor:: step in a path expression.
- AncestorAxis() - Constructor for class gnu.kawa.xml.AncestorAxis
-
- AncestorOrSelfAxis - Class in gnu.kawa.xml
-
Used to implement a ancestor-or-self:: step in a path expression.
- AncestorOrSelfAxis() - Constructor for class gnu.kawa.xml.AncestorOrSelfAxis
-
- AND - Static variable in class gnu.kawa.functions.ArithOp
-
- and - Static variable in class gnu.kawa.functions.BitwiseOp
-
- and(IntNum, int) - Static method in class gnu.math.BitOps
-
Return the logical (bit-wise) "and" of an IntNum and an int.
- and(IntNum, IntNum) - Static method in class gnu.math.BitOps
-
Return the logical (bit-wise) "and" of two IntNums.
- angle() - Method in class gnu.math.Complex
-
- ANNOTATION - Static variable in class gnu.bytecode.Access
-
- AnnotationDefaultAttr - Class in gnu.bytecode
-
Represents a "AnnotationDefault" attribute.
- AnnotationDefaultAttr(String, AnnotationEntry.Value, AttrContainer) - Constructor for class gnu.bytecode.AnnotationDefaultAttr
-
- AnnotationEntry - Class in gnu.bytecode
-
An annotation value mirror.
- AnnotationEntry() - Constructor for class gnu.bytecode.AnnotationEntry
-
- AnnotationEntry(ClassType) - Constructor for class gnu.bytecode.AnnotationEntry
-
- AnnotationEntry.Value - Class in gnu.bytecode
-
- AnnotationEntry.Value(char, Type, Object) - Constructor for class gnu.bytecode.AnnotationEntry.Value
-
- annotationType() - Method in class gnu.bytecode.AnnotationEntry
-
- ANONYMOUS - Static variable in class gnu.mapping.ThreadLocation
-
Magic property value used for the "anonymous" ThreadLocations.
- ANY_ATOMIC_TYPE_CODE - Static variable in class gnu.kawa.xml.XDataType
-
- ANY_SIMPLE_TYPE_CODE - Static variable in class gnu.kawa.xml.XDataType
-
- ANY_URI_TYPE_CODE - Static variable in class gnu.kawa.xml.XDataType
-
- anyAtomicType - Static variable in class gnu.kawa.xml.XDataType
-
- anyElement - Static variable in class gnu.kawa.xml.ElementType
-
- anyNode - Static variable in class gnu.kawa.xml.DescendantOrSelfAxis
-
- anyNodeTest - Static variable in class gnu.kawa.xml.NodeType
-
- AnyPat - Class in kawa.lang
-
A pattern that matches anything.
- AnyPat() - Constructor for class kawa.lang.AnyPat
-
- anySimpleType - Static variable in class gnu.kawa.xml.XDataType
-
- anyURIType - Static variable in class gnu.kawa.xml.XDataType
-
- append(char) - Method in class gnu.kawa.sax.ContentConsumer
-
- append(CharSequence) - Method in class gnu.kawa.sax.ContentConsumer
-
- append(CharSequence, int, int) - Method in class gnu.kawa.sax.ContentConsumer
-
- append(CharSequence, int, int) - Method in class gnu.kawa.xml.Nodes
-
- append(char) - Method in class gnu.kawa.xslt.XslTranslator
-
- append(CharSequence) - Method in class gnu.kawa.xslt.XslTranslator
-
- append(CharSequence, int, int) - Method in class gnu.kawa.xslt.XslTranslator
-
- append(char) - Method in interface gnu.lists.Consumer
-
- append(CharSequence) - Method in interface gnu.lists.Consumer
-
- append(CharSequence, int, int) - Method in interface gnu.lists.Consumer
-
- append(char) - Method in class gnu.lists.FilterConsumer
-
- append(CharSequence) - Method in class gnu.lists.FilterConsumer
-
- append(CharSequence, int, int) - Method in class gnu.lists.FilterConsumer
-
- append(char) - Method in class gnu.lists.FString
-
- append(CharSequence) - Method in class gnu.lists.FString
-
- append(CharSequence, int, int) - Method in class gnu.lists.FString
-
- append(char) - Method in class gnu.lists.PrintConsumer
-
- append(CharSequence) - Method in class gnu.lists.PrintConsumer
-
- append(CharSequence, int, int) - Method in class gnu.lists.PrintConsumer
-
- append(char) - Method in class gnu.lists.TreeList
-
- append(CharSequence) - Method in class gnu.lists.TreeList
-
- append(CharSequence, int, int) - Method in class gnu.lists.TreeList
-
- append(int, Appendable) - Static method in class gnu.text.Char
-
- append(CharSequence) - Method in class gnu.text.QueueReader
-
- append(CharSequence, int, int) - Method in class gnu.text.QueueReader
-
- append(char[]) - Method in class gnu.text.QueueReader
-
- append(char[], int, int) - Method in class gnu.text.QueueReader
-
- append(char) - Method in class gnu.text.QueueReader
-
- append(char) - Method in class gnu.xml.XMLFilter
-
- append(CharSequence) - Method in class gnu.xml.XMLFilter
-
- append(CharSequence, int, int) - Method in class gnu.xml.XMLFilter
-
- append - Class in kawa.standard
-
Implement the Scheme standard function "append".
- append() - Constructor for class kawa.standard.append
-
- append - Static variable in class kawa.standard.append
-
- append$V(Object[]) - Static method in class kawa.lang.Quote
-
Same as regular append, but handle SyntaxForm wrappers.
- append$V(Object[]) - Static method in class kawa.standard.append
-
- appendBodyValues() - Method in class gnu.kawa.brl.BRL
-
- appendBodyValues() - Method in class gnu.q2.lang.Q2
-
- appendBodyValues() - Method in class kawa.lang.Translator
-
- appendBodyValues() - Method in class kawa.standard.Scheme
-
Should the values of body/block be appended as multiple values?
Otherwise, just return the result of the final expression.
- appendBodyValues() - Method in class kawa.standard.SchemeCompilation
-
Should the values of body/block be appended as multiple values?
Otherwise, just return the result of the final expression.
- appendChild(Node) - Method in class gnu.kawa.xml.KNode
-
Not implemented.
- appendData(String) - Method in class gnu.kawa.xml.KCharacterData
-
- appendEOF() - Method in class gnu.text.QueueReader
-
For the writer to signal that there is no more data to append.
- appendNamedEntity(String) - Method in class gnu.xquery.lang.XQParser
-
- appendToArray(Object[]) - Static method in class kawa.standard.vector_append
-
- appendToConstVector(Object...) - Static method in class kawa.standard.vector_append
-
- AppendValues - Class in gnu.kawa.functions
-
- AppendValues() - Constructor for class gnu.kawa.functions.AppendValues
-
- appendValues - Static variable in class gnu.kawa.functions.AppendValues
-
- ApplicationMainSupport - Class in gnu.expr
-
Run-time support for "main" method, inclding command-line arguments.
- ApplicationMainSupport() - Constructor for class gnu.expr.ApplicationMainSupport
-
- apply(double, double) - Method in class gnu.ecmascript.BinaryOp
-
- apply(CallContext) - Method in class gnu.expr.ApplyExp
-
- apply(CallContext) - Method in class gnu.expr.BeginExp
-
- apply(CallContext) - Method in class gnu.expr.BlockExp
-
- apply(CallContext) - Method in class gnu.expr.ExitExp
-
- apply(CallContext) - Method in class gnu.expr.Expression
-
Evaluate the expression.
- apply(CallContext) - Method in class gnu.expr.IfExp
-
- apply(CallContext) - Method in class gnu.expr.LambdaExp
-
- apply(CallContext) - Method in class gnu.expr.LetExp
-
- apply(CallContext) - Method in class gnu.expr.ModuleBody
-
- apply(CallContext) - Method in class gnu.expr.ModuleMethod
-
- apply(CallContext) - Method in class gnu.expr.ModuleMethodWithContext
-
- apply(CallContext) - Method in class gnu.expr.PrimProcedure
-
- apply(CallContext) - Method in class gnu.expr.QuoteExp
-
- apply(CallContext) - Method in class gnu.expr.ReferenceExp
-
- apply(CallContext) - Method in class gnu.expr.SetExp
-
- apply(CallContext) - Method in class gnu.expr.SynchronizedExp
-
- apply(CallContext) - Method in class gnu.expr.ThisExp
-
- apply(CallContext) - Method in class gnu.expr.TryExp
-
- apply(CallContext) - Method in class gnu.kawa.functions.AppendValues
-
- Apply - Class in gnu.kawa.functions
-
Implement the standard Scheme function "apply".
- Apply(String, ApplyToArgs) - Constructor for class gnu.kawa.functions.Apply
-
- apply(CallContext) - Method in class gnu.kawa.functions.Apply
-
- apply(CallContext) - Method in class gnu.kawa.functions.CallCC
-
- apply(Object, Object) - Method in class gnu.kawa.functions.IsEq
-
- apply(Object, Object) - Static method in class gnu.kawa.functions.IsEqual
-
- apply(Object, Object) - Static method in class gnu.kawa.functions.IsEqv
-
- apply(Object, Object) - Static method in class gnu.kawa.functions.MultiplyOp
-
- apply(CallContext) - Method in class gnu.kawa.functions.ValuesMap
-
- apply(Procedure, Object, Object) - Static method in class gnu.kawa.reflect.ClassMethods
-
- apply(ObjectType, String, char, Language) - Static method in class gnu.kawa.reflect.ClassMethods
-
Find methods.
- apply(CallContext) - Method in class gnu.kawa.reflect.Invoke
-
- apply(boolean, Object, Object, Object) - Static method in class gnu.kawa.reflect.SlotSet
-
- apply(CallContext) - Method in class gnu.kawa.reflect.TypeSwitch
-
- apply(CallContext) - Method in class gnu.kawa.xml.Attributes
-
- apply(CallContext) - Method in class gnu.kawa.xml.Children
-
- apply(CallContext) - Method in class gnu.kawa.xml.CommentConstructor
-
- apply(CallContext) - Method in class gnu.kawa.xml.DocumentConstructor
-
- apply(CallContext) - Method in class gnu.kawa.xml.IteratorItems
-
- apply(CallContext) - Method in class gnu.kawa.xml.ListItems
-
- apply(CallContext) - Method in class gnu.kawa.xml.MakeAttribute
-
- apply(CallContext) - Method in class gnu.kawa.xml.MakeCDATA
-
- apply(CallContext) - Method in class gnu.kawa.xml.MakeElement
-
- apply(CallContext) - Method in class gnu.kawa.xml.MakeProcInst
-
- apply(CallContext) - Method in class gnu.kawa.xml.MakeResponseHeader
-
- apply(CallContext) - Method in class gnu.kawa.xml.MakeText
-
- apply(CallContext) - Method in class gnu.kawa.xml.MakeWithBaseUri
-
- apply(CallContext) - Method in class gnu.kawa.xml.TreeScanner
-
- apply(CallContext) - Method in class gnu.mapping.Procedure
-
Call this Procedure using the explicit-CallContext-convention.
- apply(Procedure, CallContext) - Static method in class gnu.mapping.Procedure
-
- apply(CallContext) - Method in class gnu.q2.lang.Q2Apply
-
- apply(int, Object, Object, NamedCollator) - Static method in class gnu.xquery.util.Compare
-
- apply(CallContext) - Method in class gnu.xquery.util.OrderedMap
-
- apply(CallContext) - Method in class gnu.xquery.util.RelativeStep
-
- apply(CallContext) - Method in class gnu.xquery.util.ValuesFilter
-
- apply(CallContext) - Method in class kawa.lang.Continuation
-
- apply(CallContext) - Method in class kawa.standard.call_with_values
-
- apply(LineBufferedReader, String) - Static method in class kawa.standard.read_line
-
- apply - Static variable in class kawa.standard.Scheme
-
- apply$V(Object[]) - Static method in class kawa.standard.vector_append
-
- apply0() - Method in class gnu.expr.Expression
-
- apply0() - Method in class gnu.expr.ModuleBody
-
- apply0(ModuleMethod) - Method in class gnu.expr.ModuleBody
-
A subclass will typically override this like:
switch (method.selector) {
case 3: return function3();
case 5: return function5();
default: super.apply0(method);
}
- apply0() - Method in class gnu.expr.ModuleMethod
-
- apply0() - Method in class gnu.expr.ModuleMethodWithContext
-
- apply0(ModuleMethod) - Method in class gnu.jemacs.buffer.Mode
-
- apply0() - Method in class gnu.jemacs.buffer.SelfInsertCommand
-
- apply0() - Method in class gnu.kawa.functions.ConstantFunction0
-
- apply0() - Method in class gnu.kawa.reflect.StaticGet
-
- apply0() - Method in class gnu.mapping.LocationProc
-
- apply0() - Method in class gnu.mapping.Procedure
-
- apply0() - Method in class gnu.mapping.Procedure0
-
- apply0() - Method in class gnu.mapping.Procedure0or1
-
- apply0() - Method in class gnu.mapping.Procedure1
-
- apply0() - Method in class gnu.mapping.Procedure1or2
-
- apply0() - Method in class gnu.mapping.Procedure2
-
- apply0() - Method in class gnu.mapping.Procedure3
-
- apply0() - Method in class gnu.mapping.Procedure4
-
- apply0() - Method in class gnu.mapping.ProcedureN
-
- apply0() - Method in class kawa.lang.AutoloadProcedure
-
- apply0() - Method in class kawa.repl
-
- apply0() - Method in class kawa.standard.readchar
-
- apply0() - Method in class kawa.TelnetRepl
-
- apply0args - Static variable in class gnu.expr.Compilation
-
- apply0Default(ModuleMethod) - Static method in class gnu.expr.ModuleMethod
-
- apply0method - Static variable in class gnu.expr.Compilation
-
- apply1(Object) - Method in class gnu.brl.random
-
- apply1(ModuleMethod, Object) - Method in class gnu.expr.ModuleBody
-
- apply1(Object) - Method in class gnu.expr.ModuleMethod
-
- apply1(Object) - Method in class gnu.expr.ModuleMethodWithContext
-
- apply1(ModuleMethod, Object) - Method in class gnu.jemacs.buffer.Mode
-
- apply1(Object) - Method in class gnu.jemacs.buffer.SelfInsertCommand
-
- apply1(Object) - Method in class gnu.kawa.functions.BitwiseOp
-
- apply1(Object) - Method in class gnu.kawa.functions.MakePromise
-
- apply1(Object) - Method in class gnu.kawa.functions.Not
-
- apply1(Object) - Method in class gnu.kawa.functions.NumberPredicate
-
- apply1(Object) - Method in class gnu.kawa.functions.ParseFormat
-
- apply1(Object) - Method in class gnu.kawa.functions.Setter
-
- apply1(Object) - Method in class gnu.kawa.reflect.ArrayLength
-
- apply1(Object) - Method in class gnu.kawa.reflect.ArrayNew
-
- apply1(Object) - Method in class gnu.kawa.reflect.StaticSet
-
- apply1(Object) - Method in class gnu.kawa.xml.CoerceNodes
-
- apply1(Object) - Method in class gnu.kawa.xml.MakeText
-
- apply1(Object) - Method in class gnu.kawa.xml.MakeUnescapedData
-
- apply1(Object) - Method in class gnu.kawa.xml.OutputAsXML
-
- apply1(Object) - Method in class gnu.kawa.xml.SortNodes
-
- apply1(Object) - Method in class gnu.mapping.LocationProc
-
- apply1(Object) - Method in class gnu.mapping.Procedure
-
- apply1(Object) - Method in class gnu.mapping.Procedure0
-
- apply1(Object) - Method in class gnu.mapping.Procedure0or1
-
- apply1(Object) - Method in class gnu.mapping.Procedure1
-
- apply1(Object) - Method in class gnu.mapping.Procedure1or2
-
- apply1(Object) - Method in class gnu.mapping.Procedure2
-
- apply1(Object) - Method in class gnu.mapping.Procedure3
-
- apply1(Object) - Method in class gnu.mapping.Procedure4
-
- apply1(Object) - Method in class gnu.mapping.ProcedureN
-
- apply1(Object) - Method in class gnu.mapping.Setter0
-
- apply1(Object) - Method in class gnu.xquery.util.ArithOp
-
- apply1(Object) - Method in class gnu.xquery.util.Average
-
- apply1(Object) - Method in class gnu.xquery.util.BooleanValue
-
- apply1(Object) - Method in class gnu.xquery.util.NumberValue
-
- apply1(Object) - Method in class kawa.lang.AutoloadProcedure
-
- apply1(Object) - Method in class kawa.lang.GetFieldProc
-
- apply1(Object) - Method in class kawa.lang.SyntaxRules
-
- apply1(Object) - Method in class kawa.repl
-
- apply1(Object) - Method in class kawa.standard.load
-
- apply1(Object) - Method in class kawa.standard.prim_throw
-
- apply1(Object) - Method in class kawa.standard.readchar
-
- apply1args - Static variable in class gnu.expr.Compilation
-
- apply1Default(ModuleMethod, Object) - Static method in class gnu.expr.ModuleMethod
-
- apply1method - Static variable in class gnu.expr.Compilation
-
- apply2(Object, Object) - Method in class gnu.ecmascript.BinaryOp
-
- apply2(ModuleMethod, Object, Object) - Method in class gnu.expr.ModuleBody
-
- apply2(Object, Object) - Method in class gnu.expr.ModuleMethod
-
- apply2(Object, Object) - Method in class gnu.expr.ModuleMethodWithContext
-
- apply2(ModuleMethod, Object, Object) - Method in class gnu.jemacs.buffer.Mode
-
- apply2(int, Object, Object) - Static method in class gnu.jemacs.lang.AddOp
-
- apply2(Object, Object) - Method in class gnu.jemacs.lang.NumberCompare
-
- apply2(int, Object, Object) - Static method in class gnu.jemacs.lang.NumberCompare
-
- apply2(int, Object, Object) - Static method in class gnu.kawa.functions.AddOp
-
- apply2(Object, Object) - Method in class gnu.kawa.functions.ArrayRef
-
- apply2(Object, Object) - Method in class gnu.kawa.functions.BitwiseOp
-
- apply2(Object, Object) - Method in class gnu.kawa.functions.Convert
-
- apply2(Object, Object) - Method in class gnu.kawa.functions.GetNamedPart
-
- apply2(Object, Object) - Method in class gnu.kawa.functions.IsEq
-
- apply2(Object, Object) - Method in class gnu.kawa.functions.IsEqual
-
- apply2(Object, Object) - Method in class gnu.kawa.functions.IsEqv
-
- apply2(Object, Object) - Method in class gnu.kawa.functions.Map
-
- apply2(Object, Object) - Method in class gnu.kawa.functions.NumberCompare
-
- apply2(int, Object, Object) - Static method in class gnu.kawa.functions.NumberCompare
-
- apply2(Object, Object) - Method in class gnu.kawa.reflect.ArrayGet
-
- apply2(Object, Object) - Method in class gnu.kawa.reflect.ClassMethods
-
Create a method or generic of the matching methods.
- apply2(Object, Object) - Method in class gnu.kawa.reflect.InstanceOf
-
- apply2(Object, Object) - Method in class gnu.kawa.reflect.SlotGet
-
- apply2(Object, Object) - Method in class gnu.kawa.xml.IntersectNodes
-
- apply2(Object, Object) - Method in class gnu.kawa.xml.NodeCompare
-
- apply2(Object, Object) - Method in class gnu.kawa.xml.UnionNodes
-
- apply2(Object, Object) - Method in class gnu.kawa.xml.WriteTo
-
- apply2(Object, Object) - Method in class gnu.mapping.Procedure
-
- apply2(Object, Object) - Method in class gnu.mapping.Procedure0
-
- apply2(Object, Object) - Method in class gnu.mapping.Procedure0or1
-
- apply2(Object, Object) - Method in class gnu.mapping.Procedure1
-
- apply2(Object, Object) - Method in class gnu.mapping.Procedure1or2
-
- apply2(Object, Object) - Method in class gnu.mapping.Procedure2
-
- apply2(Object, Object) - Method in class gnu.mapping.Procedure3
-
- apply2(Object, Object) - Method in class gnu.mapping.Procedure4
-
- apply2(Object, Object) - Method in class gnu.mapping.ProcedureN
-
- apply2(Object, Object) - Method in class gnu.mapping.Setter1
-
- apply2(Object, Object) - Method in class gnu.xquery.util.ArithOp
-
- apply2(Object, Object) - Method in class gnu.xquery.util.CastableAs
-
- apply2(Object, Object) - Method in class gnu.xquery.util.CastAs
-
- apply2(Object, Object) - Method in class gnu.xquery.util.Compare
-
- apply2(Object, Object) - Method in class gnu.xquery.util.ItemAt
-
- apply2(Object, Object) - Method in class kawa.lang.AutoloadProcedure
-
- apply2(Object, Object) - Method in class kawa.lang.SetFieldProc
-
- apply2(Object, Object) - Method in class kawa.standard.call_with_values
-
- apply2(Object, Object) - Method in class kawa.standard.expt
-
- apply2(Object, Object) - Method in class kawa.standard.load
-
- apply2args - Static variable in class gnu.expr.Compilation
-
- apply2Default(ModuleMethod, Object, Object) - Static method in class gnu.expr.ModuleMethod
-
- apply2method - Static variable in class gnu.expr.Compilation
-
- apply3(ModuleMethod, Object, Object, Object) - Method in class gnu.expr.ModuleBody
-
- apply3(Object, Object, Object) - Method in class gnu.expr.ModuleMethod
-
- apply3(Object, Object, Object) - Method in class gnu.expr.ModuleMethodWithContext
-
- apply3(ModuleMethod, Object, Object, Object) - Method in class gnu.jemacs.buffer.Mode
-
- apply3(Object, Object, Object) - Method in class gnu.kawa.functions.ArraySet
-
- apply3(Object, Object, Object) - Method in class gnu.kawa.functions.SetNamedPart
-
- apply3(Object, Object, Object) - Method in class gnu.kawa.reflect.ArraySet
-
- apply3(Object, Object, Object) - Method in class gnu.kawa.reflect.SlotSet
-
- apply3(Object, Object, Object) - Method in class gnu.mapping.Procedure
-
- apply3(Object, Object, Object) - Method in class gnu.mapping.Procedure0
-
- apply3(Object, Object, Object) - Method in class gnu.mapping.Procedure0or1
-
- apply3(Object, Object, Object) - Method in class gnu.mapping.Procedure1
-
- apply3(Object, Object, Object) - Method in class gnu.mapping.Procedure1or2
-
- apply3(Object, Object, Object) - Method in class gnu.mapping.Procedure2
-
- apply3(Object, Object, Object) - Method in class gnu.mapping.Procedure3
-
- apply3(Object, Object, Object) - Method in class gnu.mapping.Procedure4
-
- apply3(Object, Object, Object) - Method in class gnu.mapping.ProcedureN
-
- apply3(Object, Object, Object) - Method in class kawa.lang.AutoloadProcedure
-
- apply3Default(ModuleMethod, Object, Object, Object) - Static method in class gnu.expr.ModuleMethod
-
- apply3method - Static variable in class gnu.expr.Compilation
-
- apply4(ModuleMethod, Object, Object, Object, Object) - Method in class gnu.expr.ModuleBody
-
- apply4(Object, Object, Object, Object) - Method in class gnu.expr.ModuleMethod
-
- apply4(Object, Object, Object, Object) - Method in class gnu.expr.ModuleMethodWithContext
-
- apply4(ModuleMethod, Object, Object, Object, Object) - Method in class gnu.jemacs.buffer.Mode
-
- apply4(Object, Object, Object, Object) - Method in class gnu.mapping.Procedure
-
- apply4(Object, Object, Object, Object) - Method in class gnu.mapping.Procedure0
-
- apply4(Object, Object, Object, Object) - Method in class gnu.mapping.Procedure0or1
-
- apply4(Object, Object, Object, Object) - Method in class gnu.mapping.Procedure1
-
- apply4(Object, Object, Object, Object) - Method in class gnu.mapping.Procedure1or2
-
- apply4(Object, Object, Object, Object) - Method in class gnu.mapping.Procedure2
-
- apply4(Object, Object, Object, Object) - Method in class gnu.mapping.Procedure3
-
- apply4(Object, Object, Object, Object) - Method in class gnu.mapping.Procedure4
-
- apply4(Object, Object, Object, Object) - Method in class gnu.mapping.ProcedureN
-
- apply4(Object, Object, Object, Object) - Method in class kawa.lang.AutoloadProcedure
-
- apply4Default(ModuleMethod, Object, Object, Object, Object) - Static method in class gnu.expr.ModuleMethod
-
- apply4method - Static variable in class gnu.expr.Compilation
-
- applyCpsMethod - Static variable in class gnu.expr.Compilation
-
- applyError() - Static method in class gnu.expr.ModuleMethod
-
Helper methods for default ModuleBody actions.
- ApplyExp - Class in gnu.expr
-
This class is used to represent "combination" or "application".
- ApplyExp(Expression, Expression...) - Constructor for class gnu.expr.ApplyExp
-
- ApplyExp(Procedure, Expression...) - Constructor for class gnu.expr.ApplyExp
-
- ApplyExp(Method, Expression...) - Constructor for class gnu.expr.ApplyExp
-
- applyFieldDecl - Static variable in class kawa.standard.SchemeCompilation
-
- applyHandler(Object, Procedure) - Method in exception kawa.lang.NamedException
-
- applymethods - Static variable in class gnu.expr.Compilation
-
- applyN(Object[]) - Method in class gnu.expr.GenericProc
-
- applyN(ModuleMethod, Object[]) - Method in class gnu.expr.ModuleBody
-
- applyN(Object[]) - Method in class gnu.expr.ModuleMethod
-
- applyN(Object[]) - Method in class gnu.expr.ModuleMethodWithContext
-
- applyN(ModuleMethod, Object[]) - Method in class gnu.jemacs.buffer.Mode
-
- applyN(int, Object[]) - Static method in class gnu.jemacs.lang.AddOp
-
- applyN(int, Object, Object[]) - Static method in class gnu.jemacs.lang.AddOp
-
- applyN(Object[]) - Method in class gnu.jemacs.lang.AddOp
-
- applyN(Object, Object[]) - Static method in class gnu.jemacs.lang.DivideOp
-
- applyN(Object[]) - Method in class gnu.jemacs.lang.DivideOp
-
- applyN(Object[]) - Method in class gnu.jemacs.lang.NumberCompare
-
- applyN(int, Object[]) - Static method in class gnu.kawa.functions.AddOp
-
- applyN(int, Object, Object[]) - Static method in class gnu.kawa.functions.AddOp
-
- applyN(Object[]) - Method in class gnu.kawa.functions.AddOp
-
- applyN(Object[]) - Method in class gnu.kawa.functions.Apply
-
- applyN(Object[]) - Method in class gnu.kawa.functions.ApplyToArgs
-
- applyN(Object[]) - Method in class gnu.kawa.functions.ArrayRef
-
- applyN(Object[]) - Method in class gnu.kawa.functions.ArraySet
-
- applyN(Object[]) - Method in class gnu.kawa.functions.BitwiseOp
-
- applyN(Object[]) - Method in class gnu.kawa.functions.DivideOp
-
- applyN(Object[]) - Method in class gnu.kawa.functions.Format
-
- applyN(Object[]) - Method in class gnu.kawa.functions.GetModuleClass
-
- applyN(Object[]) - Method in class gnu.kawa.functions.GetNamedInstancePart
-
- applyN(Object[]) - Method in class gnu.kawa.functions.MakeList
-
- applyN(Object[]) - Method in class gnu.kawa.functions.MakeProcedure
-
- applyN(Object[]) - Method in class gnu.kawa.functions.Map
-
- applyN(Object[]) - Method in class gnu.kawa.functions.MultiplyOp
-
- applyN(Object[]) - Method in class gnu.kawa.functions.NumberCompare
-
- applyN(Object[]) - Method in class gnu.kawa.reflect.Invoke
-
- applyN(Object[]) - Method in class gnu.kawa.reflect.MakeAnnotation
-
- applyN(Object[], SourceMessages) - Method in class gnu.kawa.reflect.MakeAnnotation
-
- applyN(Object[]) - Method in class gnu.mapping.MethodProc
-
- applyN(Object[]) - Method in class gnu.mapping.Procedure
-
- applyN(Object[]) - Method in class gnu.mapping.Procedure0
-
- applyN(Object[]) - Method in class gnu.mapping.Procedure0or1
-
- applyN(Object[]) - Method in class gnu.mapping.Procedure1
-
- applyN(Object[]) - Method in class gnu.mapping.Procedure1or2
-
- applyN(Object[]) - Method in class gnu.mapping.Procedure2
-
- applyN(Object[]) - Method in class gnu.mapping.Procedure3
-
- applyN(Object[]) - Method in class gnu.mapping.Procedure4
-
- applyN(Object[]) - Method in class gnu.mapping.ProcedureN
-
- applyN(Object[]) - Method in class gnu.mapping.Setter
-
- applyN(Object[]) - Method in class gnu.mapping.Setter0
-
- applyN(Object[]) - Method in class gnu.mapping.Setter1
-
- applyN(Object[]) - Method in class kawa.lang.AutoloadProcedure
-
- applyN(Object[]) - Method in class kawa.lang.RecordConstructor
-
- applyN(Object[]) - Method in class kawa.standard.append
-
- applyN(Object[]) - Method in class kawa.standard.make
-
- applyN(Object[]) - Method in class kawa.standard.throw_name
-
- applyN(Object[]) - Method in class kawa.standard.TracedProcedure
-
- applyN(Object[]) - Method in class kawa.standard.vector_append
-
- applyNargs - Static variable in class gnu.expr.Compilation
-
- applyNDefault(ModuleMethod, Object[]) - Static method in class gnu.expr.ModuleMethod
-
- applyNmethod - Static variable in class gnu.expr.Compilation
-
- applyTemplates(String, Symbol) - Static method in class gnu.kawa.xslt.XSLT
-
- ApplyToArgs - Class in gnu.kawa.functions
-
Implement the standard Scheme function "apply".
- ApplyToArgs(String, Language) - Constructor for class gnu.kawa.functions.ApplyToArgs
-
- applyToArgs - Static variable in class kawa.standard.Scheme
-
- applyWithFocus(Procedure, Object, int, int, Consumer) - Method in class gnu.xquery.lang.XQuery
-
Call a procedure with a given focus (context).
- applyWithFocus(Procedure, Object, int, int) - Method in class gnu.xquery.lang.XQuery
-
Call a procedure with a given focus (context).
- applyWithFocus(Procedure, Object, Consumer) - Method in class gnu.xquery.lang.XQuery
-
Call a procedure with each item in a sequence as the context item.
- applyWithFocus(Procedure, Object) - Method in class gnu.xquery.lang.XQuery
-
Call a procedure with each item in a sequence as the context item.
- applyWithFocus$X(Procedure, Object, CallContext) - Method in class gnu.xquery.lang.XQuery
-
Call a procedure with each item in a sequence as the context item.
- applyWithPromotion(int, Object, Object) - Static method in class gnu.kawa.functions.NumberCompare
-
- appropriateIntConstant(Expression[], int, InlineCalls) - Static method in class gnu.kawa.functions.CompileArith
-
- appropriateLongConstant(Expression[], int, InlineCalls) - Static method in class gnu.kawa.functions.CompileArith
-
- ARG_CAST - Static variable in exception gnu.mapping.WrongType
-
number==ARG_CAST means a general cast.
- ARG_DESCRIPTION - Static variable in exception gnu.mapping.WrongType
-
number==ARG_DESCRIPTION means not a call,
procname describes the target.
- ARG_IN_IVALUE1 - Static variable in class gnu.mapping.CallContext
-
- ARG_IN_IVALUE2 - Static variable in class gnu.mapping.CallContext
-
- ARG_IN_VALUE1 - Static variable in class gnu.mapping.CallContext
-
- ARG_IN_VALUE2 - Static variable in class gnu.mapping.CallContext
-
- ARG_IN_VALUE3 - Static variable in class gnu.mapping.CallContext
-
- ARG_IN_VALUE4 - Static variable in class gnu.mapping.CallContext
-
- ARG_IN_VALUES_ARRAY - Static variable in class gnu.mapping.CallContext
-
- ARG_UNKNOWN - Static variable in exception gnu.mapping.WrongType
-
number==ARG_UNKNOWN means unknown argument number.
- ARG_VARNAME - Static variable in exception gnu.mapping.WrongType
-
number==ARG_VARNAME means not a call,
procname is a variable name.
- argsCallContextField - Static variable in class gnu.expr.Compilation
-
- argTypes - Variable in class gnu.mapping.MethodProc
-
The parameter types.
- argValue - Variable in exception gnu.mapping.WrongType
-
The actual argument that was bad.
- Arithmetic - Class in gnu.kawa.functions
-
- Arithmetic() - Constructor for class gnu.kawa.functions.Arithmetic
-
- ArithOp - Class in gnu.kawa.functions
-
- ArithOp(String, int) - Constructor for class gnu.kawa.functions.ArithOp
-
- ArithOp - Class in gnu.xquery.util
-
- Array<E> - Interface in gnu.lists
-
General interface to arrays of arbitrary dimension.
- ArrayClassLoader - Class in gnu.bytecode
-
Load classes from a set of byte arrays.
- ArrayClassLoader() - Constructor for class gnu.bytecode.ArrayClassLoader
-
- ArrayClassLoader(ClassLoader) - Constructor for class gnu.bytecode.ArrayClassLoader
-
- ArrayClassLoader(byte[][]) - Constructor for class gnu.bytecode.ArrayClassLoader
-
Load classes from the given byte arrays.
- ArrayClassLoader(String[], byte[][]) - Constructor for class gnu.bytecode.ArrayClassLoader
-
- arrayEquals(Object, Object) - Static method in class gnu.kawa.functions.IsEqual
-
- ArrayGet - Class in gnu.kawa.reflect
-
- ArrayGet(Type) - Constructor for class gnu.kawa.reflect.ArrayGet
-
- ArrayLength - Class in gnu.kawa.reflect
-
- ArrayLength(Type) - Constructor for class gnu.kawa.reflect.ArrayLength
-
- ArrayNew - Class in gnu.kawa.reflect
-
- ArrayNew(Type) - Constructor for class gnu.kawa.reflect.ArrayNew
-
- ArrayRef - Class in gnu.kawa.functions
-
- ArrayRef() - Constructor for class gnu.kawa.functions.ArrayRef
-
- arrayRef - Static variable in class gnu.kawa.functions.ArrayRef
-
- arrayRef(Array, Sequence) - Static method in class gnu.kawa.functions.ArrayRef
-
- Arrays - Class in gnu.kawa.functions
-
Static methods for implementing Scheme (SRFI-25) arrays.
- Arrays() - Constructor for class gnu.kawa.functions.Arrays
-
- ArraySet - Class in gnu.kawa.functions
-
- ArraySet() - Constructor for class gnu.kawa.functions.ArraySet
-
- arraySet - Static variable in class gnu.kawa.functions.ArraySet
-
- arraySet(Array, Sequence, Object) - Static method in class gnu.kawa.functions.ArraySet
-
- ArraySet - Class in gnu.kawa.reflect
-
- ArraySet(Type) - Constructor for class gnu.kawa.reflect.ArraySet
-
- ArrayType - Class in gnu.bytecode
-
- ArrayType(Type) - Constructor for class gnu.bytecode.ArrayType
-
- as - Static variable in class gnu.kawa.functions.Convert
-
- asAnnotationValue(Object, Type) - Static method in class gnu.bytecode.AnnotationEntry
-
- asArray(Object) - Static method in class gnu.kawa.functions.LispFormat
-
Convert sequence (or Object[]) to Object[].
- asBigDecimal(Object) - Static method in class gnu.kawa.functions.Arithmetic
-
- asBigDecimal() - Method in class gnu.math.IntNum
-
- asBigDecimal() - Method in class gnu.math.RealNum
-
- asBigInteger(Object) - Static method in class gnu.kawa.functions.Arithmetic
-
- asBigInteger() - Method in class gnu.math.IntNum
-
- asChar(Object) - Static method in class gnu.commonlisp.lang.CommonLisp
-
- asChar(Object) - Static method in class gnu.jemacs.lang.ELisp
-
- asChar(Object) - Static method in class gnu.xquery.lang.XQuery
-
- asComponent(Object) - Static method in class gnu.kawa.echo2.Echo2Display
-
- asContentPane(Object) - Static method in class gnu.kawa.echo2.Echo2Display
-
- asDFloNumOrNull(Object) - Static method in class gnu.math.DFloNum
-
- asDimension(Dimension2D) - Static method in class gnu.kawa.models.Display
-
- asDouble(Object) - Static method in class gnu.kawa.functions.Arithmetic
-
- asFloat(Object) - Static method in class gnu.kawa.functions.Arithmetic
-
- asFormat(Object, char) - Static method in class gnu.kawa.functions.ParseFormat
-
- ashift - Static variable in class gnu.kawa.functions.BitwiseOp
-
- ASHIFT_GENERAL - Static variable in class gnu.kawa.functions.ArithOp
-
- ASHIFT_LEFT - Static variable in class gnu.kawa.functions.ArithOp
-
- ASHIFT_RIGHT - Static variable in class gnu.kawa.functions.ArithOp
-
- ashiftl - Static variable in class gnu.kawa.functions.BitwiseOp
-
- ashiftr - Static variable in class gnu.kawa.functions.BitwiseOp
-
- asInlineable(Procedure) - Static method in class gnu.expr.ApplyExp
-
- asInt(Object) - Static method in class gnu.kawa.functions.Arithmetic
-
- asIntNum(BigDecimal) - Static method in class gnu.kawa.functions.Arithmetic
-
- asIntNum(BigInteger) - Static method in class gnu.kawa.functions.Arithmetic
-
- asIntNum(Object) - Static method in class gnu.kawa.functions.Arithmetic
-
- asIntNumOrNull(Object) - Static method in class gnu.math.IntNum
-
- ask(String) - Method in class gnu.jemacs.buffer.EFrame
-
- ask(String) - Method in class gnu.jemacs.swing.SwingFrame
-
- ask(String) - Method in class gnu.jemacs.swt.SwtFrame
-
- asKeyStroke(char, int) - Static method in class gnu.jemacs.buffer.EKeymap
-
- asKeyStroke(Object) - Static method in class gnu.jemacs.buffer.EKeymap
-
- asLong(Object) - Static method in class gnu.kawa.functions.Arithmetic
-
- asNumber(Object) - Static method in class gnu.commonlisp.lang.CommonLisp
-
- asNumber(Object) - Static method in class gnu.jemacs.lang.ELisp
-
- asNumber(Object) - Static method in class gnu.xquery.lang.XQuery
-
- asNumeric(Object) - Static method in class gnu.kawa.functions.Arithmetic
-
- asNumericOrNull(Object) - Static method in class gnu.math.Numeric
-
- asOutputStream(Object) - Static method in class gnu.mapping.BinaryOutPort
-
- asRatNum(Object) - Static method in class gnu.kawa.functions.Arithmetic
-
- asRatNumOrNull(Object) - Static method in class gnu.math.RatNum
-
- asRealNumOrNull(Object) - Static method in class gnu.math.RealNum
-
- ASSIGN - Static variable in class gnu.q2.lang.Operator
-
- assignConstants(ClassType) - Method in class gnu.bytecode.AnnotationDefaultAttr
-
- assignConstants(ClassType) - Method in class gnu.bytecode.Attribute
-
Add any needed constant pool entries for this Attribute.
- assignConstants(AttrContainer, ClassType) - Static method in class gnu.bytecode.Attribute
-
Add any needed constant pool entries for all attributes in a container.
- assignConstants(ClassType) - Method in class gnu.bytecode.CodeAttr
-
- assignConstants(ClassType) - Method in class gnu.bytecode.ConstantValueAttr
-
- assignConstants(ClassType) - Method in class gnu.bytecode.EnclosingMethodAttr
-
- assignConstants(ClassType) - Method in class gnu.bytecode.ExceptionsAttr
-
- assignConstants(ClassType) - Method in class gnu.bytecode.InnerClassesAttr
-
- assignConstants(ClassType) - Method in class gnu.bytecode.LocalVarsAttr
-
- assignConstants(ClassType) - Method in class gnu.bytecode.RuntimeAnnotationsAttr
-
- assignConstants(ClassType) - Method in class gnu.bytecode.SignatureAttr
-
- assignConstants(ClassType) - Method in class gnu.bytecode.SourceDebugExtAttr
-
- assignConstants(ClassType) - Method in class gnu.bytecode.SourceFileAttr
-
- asString(Object) - Static method in class gnu.xml.TextUtils
-
- asSymbol(String) - Static method in class gnu.commonlisp.lang.Lisp2
-
Get a symbol for a given (interned) Java string.
- asSymbol() - Method in class gnu.expr.Keyword
-
Get the corresponding non-keyword symbol.
- asSymbol(String) - Method in class kawa.standard.Scheme
-
- asType(Object) - Method in class gnu.expr.Language
-
"Coerce" a language-specific "type specifier" object to a Type.
- atomicCompare(int, Object, Object, NamedCollator) - Static method in class gnu.xquery.util.Compare
-
- atomicValue(Object) - Static method in class gnu.kawa.xml.KNode
-
- ATTEMPT_INLINE - Static variable in class gnu.expr.LambdaExp
-
- AttrContainer - Interface in gnu.bytecode
-
An interface for objects that (may) contain Attribute objects.
- Attribute - Class in gnu.bytecode
-
Represents an Attribute of an AttrContainer.
- Attribute(String) - Constructor for class gnu.bytecode.Attribute
-
Create a new Attribute.
- ATTRIBUTE_OK - Static variable in class gnu.kawa.xml.NodeType
-
- ATTRIBUTE_VALUE - Static variable in interface gnu.lists.Sequence
-
- AttributeAxis - Class in gnu.kawa.xml
-
Used to implement an attribute:: step in a path expression.
- AttributeAxis() - Constructor for class gnu.kawa.xml.AttributeAxis
-
- AttributePredicate - Interface in gnu.lists
-
A predicate that (only) matches a ATTRIBUTE_VALUE.
- Attributes - Class in gnu.kawa.xml
-
- Attributes() - Constructor for class gnu.kawa.xml.Attributes
-
- attributes - Static variable in class gnu.kawa.xml.Attributes
-
- attributes(TreeList, int, Consumer) - Static method in class gnu.kawa.xml.Attributes
-
- attributes(Object, Consumer) - Static method in class gnu.kawa.xml.Attributes
-
- AttributeType - Class in gnu.kawa.xml
-
Matches an attribute name pattern.
- AttributeType(Symbol) - Constructor for class gnu.kawa.xml.AttributeType
-
- AttributeType(String, Symbol) - Constructor for class gnu.kawa.xml.AttributeType
-
- attributeType - Variable in class gnu.lists.FilterConsumer
-
The 'attribute type' from the most recent startAttribute.
- attrStart - Variable in class gnu.lists.TreeList
-
If non-zero, gap is in an attribute starting (1 less than) here.
- AutoloadProcedure - Class in kawa.lang
-
Implement autoloading of Procedures.
- AutoloadProcedure() - Constructor for class kawa.lang.AutoloadProcedure
-
- AutoloadProcedure(String, String) - Constructor for class kawa.lang.AutoloadProcedure
-
- AutoloadProcedure(String, String, Language) - Constructor for class kawa.lang.AutoloadProcedure
-
- AutoloadSyntax - Class in kawa.lang
-
Implement autoloading of Syntax (including macros).
- AutoloadSyntax() - Constructor for class kawa.lang.AutoloadSyntax
-
- AutoloadSyntax(String, String) - Constructor for class kawa.lang.AutoloadSyntax
-
- AutoloadSyntax(String, String, Environment) - Constructor for class kawa.lang.AutoloadSyntax
-
- availableCached(Object, Object) - Static method in class gnu.xquery.util.NodeUtils
-
Check if an XML document is available, caching the result.
- Average - Class in gnu.xquery.util
-
- Average(String) - Constructor for class gnu.xquery.util.Average
-
- avg - Static variable in class gnu.xquery.util.Average
-
- axisNames - Static variable in class gnu.xquery.lang.XQParser
-
- backwardChar(int) - Method in class gnu.jemacs.buffer.Buffer
-
- backwardChar(int) - Method in class gnu.jemacs.buffer.Marker
-
- BAD_SHORT - Static variable in class gnu.expr.SetExp
-
"Failure" return value of canUseInc.
- base - Variable in class gnu.expr.Declaration
-
If non-null, field is relative to base.
- base - Variable in class gnu.expr.Declaration.ValueSource
-
- base - Variable in class gnu.lists.FilterConsumer
-
- base - Variable in class gnu.lists.GapVector
-
- base - Variable in class gnu.mapping.ConstrainedLocation
-
- base - Variable in class gnu.mapping.IndirectableLocation
-
If non-null, operations are forwarded to the base location.
- base - Variable in class gnu.text.IntegerFormat
-
- BASE64_BINARY_TYPE_CODE - Static variable in class gnu.kawa.xml.XDataType
-
- Base64Binary - Class in gnu.kawa.xml
-
A BinaryObject whose lexical format is base64.
- Base64Binary(byte[]) - Constructor for class gnu.kawa.xml.Base64Binary
-
- Base64Binary(String) - Constructor for class gnu.kawa.xml.Base64Binary
-
- base64BinaryType - Static variable in class gnu.kawa.xml.XDataType
-
- BASE_URI_BUILTIN - Static variable in class gnu.xquery.lang.XQResolveNames
-
Code number for the special doc-available function.
- BaseUnit - Class in gnu.math
-
A primitive Unit of measurement (such as a meter).
- BaseUnit() - Constructor for class gnu.math.BaseUnit
-
Should only be used for serialization, and Unit.Empty.
- BaseUnit(String) - Constructor for class gnu.math.BaseUnit
-
- BaseUnit(String, String) - Constructor for class gnu.math.BaseUnit
-
- baseURI() - Method in class gnu.kawa.xml.KNode
-
- baseUri(Object) - Static method in class gnu.xquery.util.NodeUtils
-
- baseUriOfPos(int, boolean) - Method in class gnu.xml.NodeTree
-
Return of the base-uri property, if known, of the node at pos.
- beforeContent() - Method in class gnu.lists.FilterConsumer
-
- beforeContent() - Method in class gnu.xquery.util.RelativeStepFilter
-
- beforeNode() - Method in class gnu.kawa.xml.HttpPrinter
-
- beforeNode() - Method in class gnu.lists.FilterConsumer
-
- begin - Class in kawa.standard
-
Implement the re-writer for the "begin" primitive.
- begin() - Constructor for class kawa.standard.begin
-
- begin - Static variable in class kawa.standard.begin
-
- BEGIN_ATTRIBUTE_LONG - Static variable in class gnu.lists.TreeList
-
The beginning of an attribute.
- BEGIN_ATTRIBUTE_LONG_SIZE - Static variable in class gnu.lists.TreeList
-
- BEGIN_DOCUMENT - Static variable in class gnu.lists.TreeList
-
Beginning of a document (or top-level value).
- BEGIN_ELEMENT_LONG - Static variable in class gnu.lists.TreeList
-
Begin of an element, non-compact form.
- BEGIN_ELEMENT_SHORT - Static variable in class gnu.lists.TreeList
-
Beginning of an element, compact form.
- BEGIN_ELEMENT_SHORT_INDEX_MAX - Static variable in class gnu.lists.TreeList
-
- BEGIN_ENTITY - Static variable in class gnu.lists.TreeList
-
End of an entity (typically a file, possibly included).
- BEGIN_ENTITY_SIZE - Static variable in class gnu.lists.TreeList
-
- beginComment() - Method in class gnu.xml.XMLPrinter
-
- beginData() - Method in class gnu.kawa.xml.HttpPrinter
-
- beginEntity(Object) - Method in class gnu.kawa.xml.Nodes
-
- beginEntity(Object) - Method in class gnu.lists.FilterConsumer
-
- beginEntity(Object) - Method in class gnu.lists.TreeList
-
- beginEntity(Object) - Method in interface gnu.lists.XConsumer
-
- beginEntity(Object) - Method in class gnu.xml.XMLFilter
-
- beginEntity(Object) - Method in class gnu.xml.XMLPrinter
-
- BeginExp - Class in gnu.expr
-
This class represents a sequence of Expressions.
- BeginExp() - Constructor for class gnu.expr.BeginExp
-
- BeginExp(Expression[]) - Constructor for class gnu.expr.BeginExp
-
- BeginExp(Expression, Expression) - Constructor for class gnu.expr.BeginExp
-
- beginFragment(Label) - Method in class gnu.bytecode.CodeAttr
-
- beginFragment(Label, Label) - Method in class gnu.bytecode.CodeAttr
-
- BIGDECIMAL_CODE - Static variable in class gnu.kawa.functions.Arithmetic
-
Promotion code for java.math.BigDecimal.
- BIGINTEGER_CODE - Static variable in class gnu.kawa.functions.Arithmetic
-
Promotion code for java.math.BigInteger.
- BinaryInPort - Class in gnu.mapping
-
An InPort that wraps an InputStream using straight-through copying.
- BinaryInPort(InputStream, Path) - Constructor for class gnu.mapping.BinaryInPort
-
- BinaryInPort(byte[], int, Path) - Constructor for class gnu.mapping.BinaryInPort
-
- BinaryObject - Class in gnu.kawa.xml
-
Generic binary data with application-specific interpretation.
- BinaryObject() - Constructor for class gnu.kawa.xml.BinaryObject
-
- BinaryOp - Class in gnu.ecmascript
-
- BinaryOp(String, int) - Constructor for class gnu.ecmascript.BinaryOp
-
- BinaryOutPort - Class in gnu.mapping
-
An OutPort that wraps an OutputStream using straight-through copying.
- BinaryOutPort(OutputStream, Path) - Constructor for class gnu.mapping.BinaryOutPort
-
- BinaryOutPort.OutputStreamWriterLatin1 - Class in gnu.mapping
-
Like an OutputStreamWriter, but optimized for Latin1.
- BinaryOutPort.OutputStreamWriterLatin1(OutputStream) - Constructor for class gnu.mapping.BinaryOutPort.OutputStreamWriterLatin1
-
- BindingInitializer - Class in gnu.expr
-
- BindingInitializer(Declaration, Expression) - Constructor for class gnu.expr.BindingInitializer
-
- bindSharedObject(int, Object) - Method in class gnu.kawa.lispexpr.LispReader
-
Bind value to index in sharingStructuretable.
- bitCount(int) - Static method in class gnu.math.BitOps
-
- bitCount(int[], int) - Static method in class gnu.math.BitOps
-
- bitCount(IntNum) - Static method in class gnu.math.BitOps
-
Count one bits in an IntNum.
- bitOp(int, IntNum, IntNum) - Static method in class gnu.math.BitOps
-
Do one the the 16 possible bit-wise operations of two IntNums.
- BitOps - Class in gnu.math
-
Implements logical (bit-wise) operations on infinite-precision integers.
- bitValue(IntNum, int) - Static method in class gnu.math.BitOps
-
Return the value of a specified bit in an IntNum.
- BitVector - Class in gnu.lists
-
Simple adjustable-length vector of boolean values.
- BitVector() - Constructor for class gnu.lists.BitVector
-
- BitVector(int, boolean) - Constructor for class gnu.lists.BitVector
-
- BitVector(int) - Constructor for class gnu.lists.BitVector
-
- BitVector(boolean[]) - Constructor for class gnu.lists.BitVector
-
- BitVector(Sequence) - Constructor for class gnu.lists.BitVector
-
- BitwiseOp - Class in gnu.kawa.functions
-
- BitwiseOp(String, int) - Constructor for class gnu.kawa.functions.BitwiseOp
-
- BlockExp - Class in gnu.expr
-
Class used to implement a block that can be exited.
- BlockExp() - Constructor for class gnu.expr.BlockExp
-
- body - Variable in class gnu.expr.LambdaExp
-
- BODY_PARSED - Static variable in class gnu.expr.Compilation
-
State code indicating the entire module has been parsed.
- boolean_ctype - Static variable in class gnu.bytecode.Type
-
Deprecated.
- BOOLEAN_OPTION - Static variable in class gnu.text.Options
-
Bit indicating option value is a boolean.
- boolean_type - Static variable in class gnu.bytecode.Type
-
- BOOLEAN_TYPE_CODE - Static variable in class gnu.kawa.xml.XDataType
-
- BOOLEAN_VALUE - Static variable in interface gnu.lists.Sequence
-
- booleanAt(int) - Method in class gnu.lists.BitVector
-
- booleanAtBuffer(int) - Method in class gnu.lists.BitVector
-
- booleanObject(boolean) - Method in class gnu.commonlisp.lang.Lisp2
-
- booleanObject(boolean) - Method in class gnu.expr.Language
-
- booleanToObject(boolean) - Method in class gnu.lists.Convert
-
- booleanType - Static variable in class gnu.bytecode.Type
-
- booleanType - Static variable in class gnu.kawa.xml.XDataType
-
- booleanType - Static variable in class kawa.standard.Scheme
-
- booleanValue(Object) - Static method in class gnu.bytecode.PrimType
-
Coerce value to a boolean.
- booleanValue(Expression) - Static method in class gnu.xquery.lang.XQParser
-
Coerce the value of an expresison to a boolean value.
- BooleanValue - Class in gnu.xquery.util
-
- BooleanValue(String) - Constructor for class gnu.xquery.util.BooleanValue
-
- booleanValue - Static variable in class gnu.xquery.util.BooleanValue
-
- booleanValue(Object) - Static method in class gnu.xquery.util.BooleanValue
-
- booleanValue_method - Static variable in class gnu.bytecode.Type
-
- bout - Variable in class gnu.mapping.OutPort
-
- Box - Class in gnu.kawa.models
-
A container that lays out its components in a column or row.
- Box() - Constructor for class gnu.kawa.models.Box
-
- boxedType() - Method in class gnu.bytecode.PrimType
-
- brace - Static variable in class gnu.kawa.lispexpr.ReadTableEntry
-
- bracket_apply_sym - Static variable in class gnu.kawa.lispexpr.LispLanguage
-
- bracket_list_sym - Static variable in class gnu.kawa.lispexpr.LispLanguage
-
- BracketApply - Class in gnu.kawa.lispexpr
-
Expand $bracket-apply$ macro.
- BracketApply() - Constructor for class gnu.kawa.lispexpr.BracketApply
-
- BREAK_TOKEN - Static variable in class gnu.ecmascript.Reserved
-
- BRIDGE - Static variable in class gnu.bytecode.Access
-
- BRL - Class in gnu.kawa.brl
-
- BRL(Environment) - Constructor for class gnu.kawa.brl.BRL
-
- brl_instance - Static variable in class gnu.kawa.brl.BRL
-
Language instance for BRL dialect.
- brlEnvironment - Static variable in class gnu.kawa.brl.BRL
-
- BRLRead - Class in gnu.kawa.brl
-
A class to read Scheme forms (S-expressions).
- BRLRead(InPort) - Constructor for class gnu.kawa.brl.BRLRead
-
- BRLRead(InPort, SourceMessages) - Constructor for class gnu.kawa.brl.BRLRead
-
- BRLReaderString - Class in gnu.kawa.brl
-
- BRLReaderString() - Constructor for class gnu.kawa.brl.BRLReaderString
-
- buf - Variable in class kawa.TelnetInputStream
-
- Buffer - Class in gnu.jemacs.buffer
-
- Buffer(String) - Constructor for class gnu.jemacs.buffer.Buffer
-
- buffer - Variable in class gnu.jemacs.buffer.EWindow
-
- buffer - Variable in class gnu.jemacs.buffer.Mode
-
- buffer - Variable in class gnu.kawa.models.Text
-
- buffer - Variable in class gnu.kawa.swingviews.SwingContent
-
- buffer - Variable in class gnu.text.LineBufferedReader
-
The input buffer, containing the current line etc.
- buffer - Variable in class gnu.text.PrettyWriter
-
Holds all the text that has been output but not yet printed.
- BUFFER_SIZE - Static variable in class gnu.text.LineBufferedReader
-
Default (initial buffer) size.
- BufferContent - Class in gnu.jemacs.swing
-
A Content class that supports Emacs-style Markers.
- BufferContent() - Constructor for class gnu.jemacs.swing.BufferContent
-
- BufferContent(int) - Constructor for class gnu.jemacs.swing.BufferContent
-
- BufferContent - Class in gnu.jemacs.swt
-
- BufferContent() - Constructor for class gnu.jemacs.swt.BufferContent
-
- BufferContent(int) - Constructor for class gnu.jemacs.swt.BufferContent
-
- BufferContentReader - Class in gnu.jemacs.swt
-
- BufferContentReader(BufferContent, int, int) - Constructor for class gnu.jemacs.swt.BufferContentReader
-
- bufferFillPointer - Variable in class gnu.text.PrettyWriter
-
The index into BUFFER where more text should be put.
- BufferLocal - Class in gnu.jemacs.buffer
-
A buffer-local variable (Location).
- BufferReader - Class in gnu.jemacs.buffer
-
- BufferReader(CharBuffer, Path, int, int) - Constructor for class gnu.jemacs.buffer.BufferReader
-
- buffers - Static variable in class gnu.jemacs.buffer.Buffer
-
Map buffer names to buffers.
- BufferWriter - Class in gnu.jemacs.buffer
-
A Writer that writes at a Buffer's point or a Marker.
- BufferWriter(Marker, boolean) - Constructor for class gnu.jemacs.buffer.BufferWriter
-
- BufferWriter(Buffer) - Constructor for class gnu.jemacs.buffer.BufferWriter
-
- build() - Method in class gnu.kawa.reflect.CompileBuildObject
-
- buildAddChild(Declaration, Expression) - Method in class gnu.kawa.reflect.CompileBuildObject
-
- buildLoop(Expression, Expression, Expression, Expression) - Method in class gnu.ecmascript.Parser
-
- buildSetter(Declaration, Member, Expression) - Method in class gnu.kawa.reflect.CompileBuildObject
-
- builtin() - Static method in class kawa.standard.Scheme
-
- BuiltinEnvironment - Class in gnu.expr
-
An Environment containing the default bindings for the current Language.
- Button - Class in gnu.kawa.models
-
A model (data) for a clickable button.
- Button() - Constructor for class gnu.kawa.models.Button
-
- byte_type - Static variable in class gnu.bytecode.Type
-
- BYTE_TYPE_CODE - Static variable in class gnu.kawa.xml.XDataType
-
- byteAt(int) - Method in class gnu.lists.ByteVector
-
- byteAtBuffer(int) - Method in class gnu.lists.ByteVector
-
- byteToObject(byte) - Method in class gnu.expr.KawaConvert
-
- byteToObject(byte) - Method in class gnu.lists.Convert
-
- byteToObjectUnsigned(byte) - Method in class gnu.expr.KawaConvert
-
- byteToObjectUnsigned(byte) - Method in class gnu.lists.Convert
-
- byteType - Static variable in class gnu.bytecode.Type
-
- byteType - Static variable in class gnu.kawa.lispexpr.LangPrimType
-
- byteType - Static variable in class gnu.kawa.xml.XIntegerType
-
- ByteVector - Class in gnu.lists
-
- ByteVector() - Constructor for class gnu.lists.ByteVector
-
- calculateSplit(String) - Static method in class gnu.bytecode.CodeAttr
-
Calculate how many CONSTANT_String constants we need for a string.
- calculateType() - Method in class gnu.expr.ApplyExp
-
- calculateType() - Method in class gnu.expr.BeginExp
-
- calculateType() - Method in class gnu.expr.ClassExp
-
The ClassType generated for this class.
- calculateType() - Method in class gnu.expr.ExitExp
-
- calculateType() - Method in class gnu.expr.Expression
-
- calculateType() - Method in class gnu.expr.IfExp
-
- calculateType() - Method in class gnu.expr.LambdaExp
-
- calculateType() - Method in class gnu.expr.LetExp
-
- calculateType() - Method in class gnu.expr.ObjectExp
-
- calculateType() - Method in class gnu.expr.QuoteExp
-
- calculateType() - Method in class gnu.expr.ReferenceExp
-
- calculateType() - Method in class gnu.expr.SetExp
-
- calculateType() - Method in class gnu.expr.ThisExp
-
- calculateType() - Method in class gnu.expr.TryExp
-
- call() - Method in class gnu.mapping.RunnableClosure
-
- call_with(Procedure) - Method in class gnu.mapping.Values
-
Apply a Procedure with these values as the arguments.
- CALL_WITH_CONSUMER - Static variable in class gnu.expr.Compilation
-
Function results are written to the current CallContext's Consumer.
- CALL_WITH_CONTINUATIONS - Static variable in class gnu.expr.Compilation
-
Support for full continuations.
- CALL_WITH_RETURN - Static variable in class gnu.expr.Compilation
-
Plain calling convention, using regular Java parameters and returns.
- CALL_WITH_TAILCALLS - Static variable in class gnu.expr.Compilation
-
Like CALL_WITH_CONSUMER, but handle full on-stack-growing tail-calls.
- CALL_WITH_UNSPECIFIED - Static variable in class gnu.expr.Compilation
-
- call_with_values - Class in kawa.standard
-
- call_with_values() - Constructor for class kawa.standard.call_with_values
-
- CallCC - Class in gnu.kawa.functions
-
Implement the Scheme standard function "call-with-current-continuation".
- callcc - Static variable in class gnu.kawa.functions.CallCC
-
- CallContext - Class in gnu.mapping
-
A procedure activation stack (when compiled with explicit stacks).
- CallContext() - Constructor for class gnu.mapping.CallContext
-
- CalledContinuation - Exception in kawa.lang
-
- callWithValues - Static variable in class kawa.standard.call_with_values
-
- callWithValues(Procedure, Procedure) - Static method in class kawa.standard.call_with_values
-
- CancelledException - Exception in gnu.jemacs.buffer
-
Used to signal that an action was cancelled.
- CancelledException(String) - Constructor for exception gnu.jemacs.buffer.CancelledException
-
- CancelledException() - Constructor for exception gnu.jemacs.buffer.CancelledException
-
- canonicalize(Expression) - Static method in class gnu.expr.BeginExp
-
Simplifies BeginExp.
- canonicalize(Expression[]) - Static method in class gnu.expr.BeginExp
-
- canonicalize() - Method in class gnu.mapping.Values
-
If a simple value, return that value.
- canonicalize() - Method in class gnu.math.IntNum
-
- canonicalizeCDATA - Variable in class gnu.xml.XMLPrinter
-
- canonicalizeMethod - Static variable in class gnu.kawa.xml.SortNodes
-
- canUseInc(Expression, Declaration) - Static method in class gnu.expr.SetExp
-
- capitalize(String) - Static method in class gnu.kawa.functions.UnicodeUtils
-
- capture(Declaration) - Method in class gnu.expr.FindCapturedVars
-
- capture(Declaration) - Method in class gnu.expr.LambdaExp
-
- car - Variable in class gnu.lists.Pair
-
- CaseConvertFormat - Class in gnu.text
-
- CaseConvertFormat(Format, char) - Constructor for class gnu.text.CaseConvertFormat
-
- cast(Object) - Method in class gnu.kawa.xml.XDataType
-
- cast(Object) - Method in class gnu.kawa.xml.XIntegerType
-
- cast(Object) - Method in class gnu.kawa.xml.XStringType
-
- cast(int) - Method in class gnu.math.DateTime
-
- CAST_AS_BUILTIN - Static variable in class gnu.xquery.lang.XQResolveNames
-
- CAST_METHOD_NAME - Static variable in class gnu.kawa.functions.GetNamedPart
-
Pseudo-method-name for the cast operation.
- castable(Object) - Method in class gnu.kawa.xml.XDataType
-
- CASTABLE_AS_BUILTIN - Static variable in class gnu.xquery.lang.XQResolveNames
-
- castableAs - Static variable in class gnu.xquery.lang.XQParser
-
- CastableAs - Class in gnu.xquery.util
-
- castableAs - Static variable in class gnu.xquery.util.CastableAs
-
- castableAsDecl - Static variable in class gnu.xquery.lang.XQResolveNames
-
- CastAs - Class in gnu.xquery.util
-
- CastAs() - Constructor for class gnu.xquery.util.CastAs
-
- castAs - Static variable in class gnu.xquery.util.CastAs
-
- castAsDecl - Static variable in class gnu.xquery.lang.XQResolveNames
-
- castNeeded(Type, Type) - Static method in class gnu.bytecode.CodeAttr
-
- CatchableException - Exception in gnu.jemacs.lang
-
An exception thrown by (throw tag value) and caught by (catch tag body).
- CatchableException(Object, Object) - Constructor for exception gnu.jemacs.lang.CatchableException
-
- CatchClause - Class in gnu.expr
-
A "catch" clause of a "try-catch" form.
- CatchClause() - Constructor for class gnu.expr.CatchClause
-
- CatchClause(LambdaExp) - Constructor for class gnu.expr.CatchClause
-
"Convert" a LambdaExp to a CatchClause.
- CComplex - Class in gnu.math
-
General Cartesian Complex number.
- CComplex() - Constructor for class gnu.math.CComplex
-
- CComplex(RealNum, RealNum) - Constructor for class gnu.math.CComplex
-
- CDATA_VALUE - Static variable in interface gnu.lists.Sequence
-
- cdr - Variable in class gnu.lists.Pair
-
- CEILING - Static variable in class gnu.math.Numeric
-
- ceiling(Object) - Static method in class gnu.xquery.util.NumberValue
-
- CGIServletWrapper - Class in gnu.kawa.servlet
-
Wrapper class to allow a Servlet to be run as a CGI script.
- CGIServletWrapper() - Constructor for class gnu.kawa.servlet.CGIServletWrapper
-
- chain1(Pair, Object) - Static method in class gnu.lists.LList
-
Utility function used by compiler when inlining `list'.
- chain4(Pair, Object, Object, Object, Object) - Static method in class gnu.lists.LList
-
Utility function used by compiler when inlining `list'.
- chainFreelist() - Method in class gnu.lists.StableVector
-
Put all free elements in positions in a chain starting with free.
- ChainLambdas - Class in gnu.expr
-
Sets up the firstChild/nextSibling links of each LambdaExp.
- ChainLambdas() - Constructor for class gnu.expr.ChainLambdas
-
- chainLambdas(Expression, Compilation) - Static method in class gnu.expr.ChainLambdas
-
- changedUpdate(DocumentEvent) - Method in class kawa.ReplDocument
-
- Char - Class in gnu.text
-
A wrapper for characters.
- Char() - Constructor for class gnu.text.Char
-
Should only be used for serialization.
- char_ready_p - Class in kawa.standard
-
- char_ready_p() - Constructor for class kawa.standard.char_ready_p
-
- char_type - Static variable in class gnu.bytecode.Type
-
- CHAR_VALUE - Static variable in interface gnu.lists.Sequence
-
- characters(char[], int, int) - Method in class gnu.xml.XMLFilter
-
- CharArrayInPort - Class in gnu.mapping
-
An Inport for reading from a char array.
- CharArrayInPort(char[], int) - Constructor for class gnu.mapping.CharArrayInPort
-
- CharArrayInPort(char[]) - Constructor for class gnu.mapping.CharArrayInPort
-
- CharArrayInPort(String) - Constructor for class gnu.mapping.CharArrayInPort
-
- CharArrayOutPort - Class in gnu.mapping
-
Similar to CharArrayWriter.
- CharArrayOutPort() - Constructor for class gnu.mapping.CharArrayOutPort
-
- charAt(int) - Method in class gnu.jemacs.buffer.Buffer
-
- charAt(int) - Method in class gnu.jemacs.swt.SwtCharBuffer
-
- charAt(int) - Method in class gnu.kawa.xml.XString
-
- charAt(int) - Method in class gnu.lists.CharBuffer
-
- charAt(int) - Method in interface gnu.lists.CharSeq
-
- charAt(int) - Method in class gnu.lists.FString
-
- charAt(int) - Method in class gnu.lists.SubCharSeq
-
- charAt(int) - Method in class gnu.lists.UnescapedData
-
- charAtBuffer(int) - Method in class gnu.lists.FString
-
- CharBuffer - Class in gnu.lists
-
Editable character sequence using a a buffer-gap implementstion and
self-adjusting position.
- CharBuffer(FString) - Constructor for class gnu.lists.CharBuffer
-
- CharBuffer(int) - Constructor for class gnu.lists.CharBuffer
-
- CharBuffer() - Constructor for class gnu.lists.CharBuffer
-
- charHeight - Variable in class gnu.jemacs.buffer.EWindow
-
Nominal height in pixels of a character, if non-zero.
- chars - Variable in class gnu.jemacs.swt.SwtCharBuffer
-
- CharSeq - Interface in gnu.lists
-
A sequence where each element is a character.
- charToObject(char) - Method in class gnu.expr.KawaConvert
-
- charToObject(char) - Method in class gnu.lists.Convert
-
- charType - Static variable in class gnu.bytecode.Type
-
- charType - Static variable in class gnu.kawa.lispexpr.LangPrimType
-
- charValue(Object) - Method in class gnu.bytecode.PrimType
-
Coerce value to a char.
- charValue(Object) - Method in class gnu.kawa.lispexpr.LangPrimType
-
- charValue() - Method in class gnu.text.Char
-
- charWidth(char, int) - Method in class gnu.jemacs.buffer.Buffer
-
- charWidth - Variable in class gnu.jemacs.buffer.EWindow
-
Nominal width in pixels of a character, if non-zero.
- check0(CallContext) - Method in class gnu.mapping.Procedure
-
Does match0, plus throws exception on argument mismatch.
- check1(Object, CallContext) - Method in class gnu.kawa.functions.ApplyToArgs
-
- check1(Object, CallContext) - Method in class gnu.mapping.Procedure
-
Does match1, plus throws exception on argument mismatch.
- check2(Object, Object, CallContext) - Method in class gnu.kawa.functions.ApplyToArgs
-
- check2(Object, Object, CallContext) - Method in class gnu.mapping.Procedure
-
Does match, plus throws exception on argument mismatch.
- check3(Object, Object, Object, CallContext) - Method in class gnu.kawa.functions.ApplyToArgs
-
- check3(Object, Object, Object, CallContext) - Method in class gnu.mapping.Procedure
-
Does match3, plus throws exception on argument mismatch.
- check4(Object, Object, Object, Object, CallContext) - Method in class gnu.kawa.functions.ApplyToArgs
-
- check4(Object, Object, Object, Object, CallContext) - Method in class gnu.mapping.Procedure
-
Does match4, plus throws exception on argument mismatch.
- checkArgCount(Procedure, int) - Static method in class gnu.mapping.Procedure
-
Check that the number of arguments in a call is valid.
- checkArgCount(Procedure, int) - Static method in exception gnu.mapping.WrongArguments
-
Returns an error message if the number of arguments in a call is invalid.
- checkArgCount(String, int, int, int) - Static method in exception gnu.mapping.WrongArguments
-
- checkAvailable() - Method in class gnu.text.QueueReader
-
Hook to check for and/or request more input.
- checkBlank() - Method in class gnu.mapping.Promise
-
- checkCanWrite() - Method in class gnu.lists.ConstVector
-
- checkCanWrite() - Method in class gnu.lists.SimpleVector
-
- checkCompareCode(int, int) - Static method in class gnu.kawa.functions.NumberCompare
-
- checkCompiledZip(InputStream, Path, Environment, Language) - Static method in class kawa.Shell
-
- checkCurrent(ModuleManager, long) - Method in class gnu.expr.ModuleInfo
-
Check if this module and its dependencies are up-to-dete.
- checkDefaultBinding(Symbol, Translator) - Method in class kawa.lang.Translator
-
If a symbol is lexically unbound, look for a default binding.
- checkDefaultBinding(Symbol, Translator) - Method in class kawa.standard.SchemeCompilation
-
If a symbol is lexically unbound, look for a default binding.
- CheckedTarget - Class in gnu.expr
-
Same as StackTarget, but catch ClassCastException.
- CheckedTarget(Type) - Constructor for class gnu.expr.CheckedTarget
-
- CheckedTarget(Type, LambdaExp, int) - Constructor for class gnu.expr.CheckedTarget
-
- CheckedTarget(Type, String, int) - Constructor for class gnu.expr.CheckedTarget
-
- checkErrors(PrintWriter, int) - Method in class gnu.text.Lexer
-
Returns true if any error were seen.
- checkErrors(PrintWriter, int) - Method in class gnu.text.SourceMessages
-
Checks if an error was seen; if so, prints and clears the messages.
- checkErrors(PrintStream, int) - Method in class gnu.text.SourceMessages
-
Checks if an error was seen; if so, prints and clears the messages.
- checkForInitCall(Expression) - Method in class gnu.expr.LambdaExp
-
Check if argument is a this(...) or super(...) initializtion.
- checkingPendingInput() - Method in class kawa.ReplDocument
-
Check if there is any pending input.
- checkIntValue(Expression) - Static method in class gnu.expr.InlineCalls
-
- checkKnownClass(Type, Compilation) - Static method in class gnu.kawa.reflect.CompileReflect
-
Check if class exists.
- checkLongValue(Expression) - Static method in class gnu.expr.InlineCalls
-
- checkMark() - Method in class gnu.jemacs.buffer.Buffer
-
- checkMatch(Object) - Method in exception kawa.lang.NamedException
-
- checkN(Object[], CallContext) - Method in class gnu.kawa.functions.ApplyToArgs
-
- checkN(Object[], CallContext) - Method in class gnu.mapping.Procedure
-
Does matchN, plus throws exception on argument mismatch.
- checkName(String) - Static method in class gnu.xml.XName
-
Check if a string is a valid NMTOKEN, Name, or NCName.
- checkNext(char) - Method in class gnu.text.Lexer
-
Check if the next character matches a given character.
- checkNonList(Object) - Static method in class gnu.lists.LList
-
Helper to protect against pathological LLists (neithr Pair nor Empty).
- checkNonNegativeShift(Procedure, int) - Static method in class gnu.kawa.functions.BitwiseOp
-
- checkPragma(Symbol, Expression) - Method in class gnu.xquery.lang.XQResolveNames
-
- checkQuit() - Static method in exception gnu.jemacs.buffer.Signal
-
- checkReserved(String) - Static method in class gnu.ecmascript.Lexer
-
- checkSharing - Variable in class gnu.kawa.functions.DisplayFormat
-
This field is set true by Scheme when it creates a shared write format
- checkSingleAbstractMethod() - Method in class gnu.bytecode.ClassType
-
Check to see if this is a Single Abstract Method (SAM) type.
- checkType(Expression, Type) - Method in class gnu.expr.InlineCalls
-
- checkValidComment(char[], int, int) - Method in class gnu.xml.XMLFilter
-
- checkWriteAtomic() - Method in class gnu.xml.XMLFilter
-
- ChildAxis - Class in gnu.kawa.xml
-
Used to implement a child:: step in a path expression.
- ChildAxis() - Constructor for class gnu.kawa.xml.ChildAxis
-
- Children - Class in gnu.kawa.xml
-
- Children() - Constructor for class gnu.kawa.xml.Children
-
- children - Static variable in class gnu.kawa.xml.Children
-
- children(TreeList, int, Consumer) - Static method in class gnu.kawa.xml.Children
-
- children(Object, Consumer) - Static method in class gnu.kawa.xml.Children
-
- childValue(NamedLocation<T>) - Method in class gnu.mapping.ThreadLocation.InheritingLocation
-
- CLASS - Static variable in class gnu.bytecode.ConstantPool
-
- CLASS_ACCESS_FLAGS - Static variable in class gnu.expr.Declaration
-
- CLASS_CONTEXT - Static variable in class gnu.bytecode.Access
-
Value for toString's kind parameter when decoding
a class's access flags.
- CLASS_MODIFIERS - Static variable in class gnu.bytecode.Access
-
Mask of access flags valid for a class.
- CLASS_RESOURCE_URI_PREFIX - Static variable in class gnu.text.ResourceStreamHandler
-
A special URI-scheme for accessing resources relative to a ClassLoader.
- CLASS_RESOURCE_URI_PREFIX_LENGTH - Static variable in class gnu.text.ResourceStreamHandler
-
The length of CLASS_RESOURCE_URI_PREFIX, including ":/".
- CLASS_SPECIFIED - Static variable in class gnu.expr.ClassExp
-
- CLASS_WRITTEN - Static variable in class gnu.expr.Compilation
-
State code indicating that bytecode has been written to its target.
- ClassExp - Class in gnu.expr
-
- ClassExp(boolean, ClassType) - Constructor for class gnu.expr.ClassExp
-
- ClassFileInput - Class in gnu.bytecode
-
Class to read a ClassType from a DataInputStream (.class file).
- ClassFileInput(InputStream) - Constructor for class gnu.bytecode.ClassFileInput
-
- ClassFileInput(ClassType, InputStream) - Constructor for class gnu.bytecode.ClassFileInput
-
- classFor(Compilation) - Method in class gnu.expr.ModuleExp
-
Return the class this module.
- classifyType(Type) - Static method in class gnu.kawa.functions.Arithmetic
-
- classifyValue(Object) - Static method in class gnu.kawa.functions.Arithmetic
-
- ClassInitializer - Class in gnu.expr
-
Cause a class value from a ClassExp to be initialized.
- ClassInitializer(ClassExp, Field, Compilation) - Constructor for class gnu.expr.ClassInitializer
-
- ClassMemberLocation<T> - Class in gnu.kawa.reflect
-
A Location whose value is that of a named field/method of an object.
- ClassMemberLocation(Object, ClassType, String) - Constructor for class gnu.kawa.reflect.ClassMemberLocation
-
- ClassMemberLocation(Object, Class, String) - Constructor for class gnu.kawa.reflect.ClassMemberLocation
-
- ClassMemberLocation(Object, Field) - Constructor for class gnu.kawa.reflect.ClassMemberLocation
-
- ClassMethods - Class in gnu.kawa.reflect
-
- ClassMethods() - Constructor for class gnu.kawa.reflect.ClassMethods
-
- classMethods - Static variable in class gnu.kawa.reflect.ClassMethods
-
- className - Variable in class gnu.expr.ModuleInfo
-
Name of class that implements module.
- classNameKeyword - Static variable in class kawa.standard.object
-
- ClassNamespace - Class in gnu.kawa.lispexpr
-
- ClassNamespace() - Constructor for class gnu.kawa.lispexpr.ClassNamespace
-
- ClassNamespace(ClassType) - Constructor for class gnu.kawa.lispexpr.ClassNamespace
-
- classNameSpecifier - Variable in class gnu.expr.ClassExp
-
- classObjectExp - Static variable in class gnu.expr.QuoteExp
-
- classPrefix - Variable in class gnu.expr.Compilation
-
If non-null: a prefix for generateClassName to prepend to names.
- classPrefixDefault - Static variable in class gnu.expr.Compilation
-
- classPrefixPath - Variable in class kawa.standard.ImportFromLibrary
-
- classResourcePath(Class) - Static method in class gnu.text.URLPath
-
- ClassType - Class in gnu.bytecode
-
- ClassType() - Constructor for class gnu.bytecode.ClassType
-
- ClassType(String) - Constructor for class gnu.bytecode.ClassType
-
- CLASSTYPE_FOR - Static variable in class gnu.kawa.functions.GetNamedPart
-
PREFIX:<> is equivalent to the ClassType bound to PREFIX.
- ClassTypeWriter - Class in gnu.bytecode
-
This class prints out in contents of a ClassType in human-readable form.
- ClassTypeWriter(ClassType, Writer, int) - Constructor for class gnu.bytecode.ClassTypeWriter
-
- ClassTypeWriter(ClassType, OutputStream, int) - Constructor for class gnu.bytecode.ClassTypeWriter
-
- cleanup() - Method in class gnu.kawa.util.AbstractWeakHashTable
-
- cleanupAfterCompilation() - Method in class gnu.bytecode.ClassType
-
Clear various object references, to help garbage collection.
- cleanupAfterCompilation() - Method in class gnu.bytecode.Method
-
- cleanupAfterCompilation() - Method in class gnu.expr.Compilation
-
- cleanupAfterCompilation() - Method in class gnu.expr.ModuleInfo
-
- cleanupFromContext(int) - Method in class gnu.mapping.CallContext
-
Cleanup-only part of getFromContext.
- clear() - Method in class gnu.expr.ModuleContext
-
Remove all entries.
- clear() - Method in class gnu.expr.ModuleManager
-
Reset the set of known modules.
- clear() - Method in class gnu.kawa.util.AbstractHashTable
-
- clear() - Method in class gnu.kawa.util.IntHashTable
-
Removes all mappings from this map.
- clear() - Method in class gnu.lists.AbstractSequence
-
- clear() - Method in class gnu.lists.SimpleVector
-
- clear() - Method in class gnu.lists.SubSequence
-
- clear() - Method in class gnu.lists.TreeList
-
- clear() - Method in class gnu.mapping.ValueStack
-
- clear() - Method in class gnu.text.SourceMessages
-
Clear the contained errors and warnings.
- clear() - Method in exception gnu.text.SyntaxException
-
- clearBuffer(int, int) - Method in class gnu.lists.BitVector
-
- clearBuffer(int, int) - Method in class gnu.lists.ByteVector
-
- clearBuffer(int, int) - Method in class gnu.lists.F32Vector
-
- clearBuffer(int, int) - Method in class gnu.lists.F64Vector
-
- clearBuffer(int, int) - Method in class gnu.lists.FString
-
- clearBuffer(int, int) - Method in class gnu.lists.FVector
-
- clearBuffer(int, int) - Method in class gnu.lists.S16Vector
-
- clearBuffer(int, int) - Method in class gnu.lists.S32Vector
-
- clearBuffer(int, int) - Method in class gnu.lists.S64Vector
-
- clearBuffer(int, int) - Method in class gnu.lists.SimpleVector
-
- clearBuffer(int, int) - Method in class gnu.lists.U16Vector
-
- clearBuffer(int, int) - Method in class gnu.lists.U32Vector
-
- clearBuffer(int, int) - Method in class gnu.lists.U64Vector
-
- clearBuffer() - Method in class gnu.mapping.OutPort
-
- clearBuffer() - Method in class gnu.text.PrettyWriter
-
- clearCallList() - Method in class gnu.expr.Declaration
-
Clear the list of callers headed by firstCall.
- clearCallList() - Method in class gnu.expr.ScopeExp
-
- clearClass() - Method in class gnu.expr.ModuleInfo
-
- clearErrors() - Method in class gnu.text.Lexer
-
- clearErrors() - Method in class gnu.text.SourceMessages
-
Clear the error count (only).
- clearIDHash() - Method in class gnu.text.PrettyWriter
-
- clearLocalCache() - Static method in class gnu.kawa.xml.Document
-
Clear the thread-local uri-to-document map.
- clearSoftCache() - Static method in class gnu.kawa.xml.Document
-
Clear the global uri-to-document "soft" cache.
- clearWordEnd() - Method in class gnu.text.PrettyWriter
-
- clinitMethod - Variable in class gnu.expr.ClassExp
-
An artificial method named "$clinit$" for evaluating
static initializations.
- clispEnvironment - Static variable in class gnu.commonlisp.lang.CommonLisp
-
- clone() - Method in class gnu.kawa.util.RangeTable
-
- clone() - Method in class gnu.lists.TreePosition
-
- clone_method - Static variable in class gnu.bytecode.Type
-
- cloneNode(boolean) - Method in class gnu.kawa.xml.KNode
-
Only implemented if deep is true.
- close() - Method in class gnu.bytecode.ZipLoader
-
Close the zip archive - loadClass will reopen if necessary.
- close() - Method in class gnu.expr.LitTable
-
- close() - Method in class gnu.jemacs.buffer.BufferWriter
-
- close() - Method in class gnu.jemacs.swt.BufferContentReader
-
- close() - Method in class gnu.kawa.servlet.ReplSession
-
- close() - Method in class gnu.lists.ConsumerWriter
-
- close() - Method in class gnu.mapping.BinaryInPort
-
- close() - Method in class gnu.mapping.BinaryOutPort.OutputStreamWriterLatin1
-
- close() - Method in class gnu.mapping.CharArrayOutPort
-
Do nothing.
- close() - Method in class gnu.mapping.LogWriter
-
- close() - Method in class gnu.mapping.OutPort
-
- close() - Method in class gnu.text.Lexer
-
- close() - Method in class gnu.text.LineBufferedReader
-
- close() - Method in class gnu.text.LineInputStreamReader
-
- close() - Method in class gnu.text.NullReader
-
- close() - Method in class gnu.text.PrettyWriter
-
- close() - Method in class gnu.text.QueueReader
-
- closed(ReplDocument) - Method in class kawa.GuiConsole
-
- closed(ReplDocument) - Method in interface kawa.ReplDocument.DocumentCloseListener
-
Called when a ReplDocument closes.
- closeLogFile() - Method in class gnu.mapping.LogWriter
-
- closeLogFile() - Static method in class gnu.mapping.OutPort
-
- closeOnExit() - Method in class gnu.mapping.CharArrayOutPort
-
No point in registering this port with a WriterManager.
- closeOnExit() - Method in class gnu.mapping.OutPort
-
True if the port should be automatically closed on exit.
- closeTag() - Method in class gnu.xml.XMLPrinter
-
- closeThis() - Method in class gnu.mapping.OutPort
-
Flush and close this local Writer, but not underlying Writers.
- closeThis() - Method in class gnu.text.PrettyWriter
-
Flush and close this local Writer, but not underlying Writers.
- closure - Variable in class gnu.mapping.Future
-
- closureEnvField - Variable in class gnu.expr.LambdaExp
-
If non-null, this is a Field that is used for implementing lexical closures.
- cm - Static variable in class gnu.math.Unit
-
- code - Variable in class gnu.kawa.lispexpr.ReaderDispatchMisc
-
A code which specifies which particular reader-action to perform.
- code - Variable in class gnu.kawa.reflect.CompileArrays
-
One of 'N' (New), 'L' (Length), 'G' (get), 'S' (set).
- code - Variable in class gnu.text.SourceError
-
If non-null, an error code, as might be specified by a standard.
- code - Variable in exception gnu.xquery.util.XQException
-
- CodeAttr - Class in gnu.bytecode
-
Represents the contents of a standard "Code" attribute.
- CodeAttr(Method) - Constructor for class gnu.bytecode.CodeAttr
-
- codepointCollation - Static variable in class gnu.xquery.util.NamedCollator
-
- codepointCompare(String, String) - Static method in class gnu.xquery.util.NamedCollator
-
Compares two strings lexicographically by codepoint.
- codepointEqual(Object, Object) - Static method in class gnu.xquery.util.StringUtils
-
- codepointsToString(Object) - Static method in class gnu.xquery.util.StringUtils
-
- coerce(Object, String, String) - Static method in class gnu.kawa.xml.AttributeType
-
- coerce(Object, String, String) - Static method in class gnu.kawa.xml.ElementType
-
- coerce(Object) - Static method in class gnu.kawa.xml.KNode
-
Convert value to a KNode, returning null if it isn't a node.
- coerce(Object, String) - Static method in class gnu.kawa.xml.ProcessingInstructionType
-
- coerce(T) - Method in class gnu.mapping.ConstrainedLocation
-
- coerce(Object) - Method in class gnu.mapping.ReadOnlyLocation
-
- coerceBuffer(Object) - Static method in class gnu.jemacs.buffer.Buffer
-
- coerceDFloNum(Object) - Static method in class gnu.kawa.lispexpr.LangObjType
-
- coerceExpression(Object, Translator) - Method in class kawa.lang.Quote
-
- coerceForce(Object, int) - Static method in class gnu.kawa.xml.NodeType
-
- coerceFromObject(Object) - Method in class gnu.bytecode.ObjectType
-
- coerceFromObject(Object) - Method in class gnu.bytecode.PrimType
-
- coerceFromObject(Object) - Method in class gnu.bytecode.Type
-
Convert an object to a value of this Type.
- coerceFromObject(Class, Object) - Method in class gnu.expr.Language
-
- coerceFromObject(Object) - Method in class gnu.kawa.lispexpr.LangObjType
-
- coerceFromObject(Object) - Method in class gnu.kawa.lispexpr.LangPrimType
-
- coerceFromObject(Object) - Method in class gnu.kawa.reflect.OccurrenceType
-
- coerceFromObject(Object) - Method in class gnu.kawa.reflect.SingletonType
-
- coerceFromObject(Object) - Method in class gnu.kawa.xml.AttributeType
-
- coerceFromObject(Object) - Method in class gnu.kawa.xml.ElementType
-
- coerceFromObject(Object) - Method in class gnu.kawa.xml.NodeType
-
- coerceFromObject(Object) - Method in class gnu.kawa.xml.ProcessingInstructionType
-
- coerceFromObject(Object) - Method in class gnu.kawa.xml.XDataType
-
- coerceFromObject(Object) - Method in class gnu.kawa.xml.XIntegerType
-
- coerceIntNum(Object) - Static method in class gnu.kawa.lispexpr.LangObjType
-
- CoerceNodes - Class in gnu.kawa.xml
-
Coerces an item sequence to a node sequence.
- CoerceNodes() - Constructor for class gnu.kawa.xml.CoerceNodes
-
- coerceNodes - Static variable in class gnu.kawa.xml.CoerceNodes
-
- coerceNumeric(Object) - Static method in class gnu.kawa.lispexpr.LangObjType
-
- coerceOrNull(Object, String, String) - Static method in class gnu.kawa.xml.AttributeType
-
- coerceOrNull(Object, String, String) - Static method in class gnu.kawa.xml.ElementType
-
- coerceOrNull(Object, int) - Static method in class gnu.kawa.xml.NodeType
-
- coerceOrNull(Object, String) - Static method in class gnu.kawa.xml.ProcessingInstructionType
-
- coerceRatNum(Object) - Static method in class gnu.kawa.lispexpr.LangObjType
-
- coerceRealNum(Object) - Static method in class gnu.kawa.lispexpr.LangObjType
-
- coerceToClass(Object) - Static method in class gnu.kawa.lispexpr.LangObjType
-
- coerceToClassOrNull(Object) - Static method in class gnu.kawa.lispexpr.LangObjType
-
- coerceToClassType(Object) - Static method in class gnu.kawa.lispexpr.LangObjType
-
- coerceToClassTypeOrNull(Object) - Static method in class gnu.kawa.lispexpr.LangObjType
-
- coerceToFilePathOrNull(Object) - Static method in class gnu.text.FilePath
-
- coerceToLazy(Object) - Static method in class gnu.mapping.Promise
-
- coerceToModel(Object) - Method in class gnu.kawa.models.Display
-
- coerceToModel(Object) - Method in class gnu.kawa.swingviews.SwingDisplay
-
- coerceToObject(Object) - Method in class gnu.bytecode.Type
-
- coerceToObject(Class, Object) - Method in class gnu.expr.Language
-
- coerceToObject(Object) - Method in class gnu.kawa.lispexpr.LangPrimType
-
- coerceToPathOrNull(Object) - Static method in class gnu.text.Path
-
- coerceToProcedure(Object) - Static method in class gnu.kawa.lispexpr.LangObjType
-
- coerceToProcedureOrNull(Object) - Static method in class gnu.kawa.lispexpr.LangObjType
-
- coerceToSingleton(Object) - Static method in class gnu.kawa.reflect.SingletonType
-
- coerceToType(Object) - Static method in class gnu.kawa.lispexpr.LangObjType
-
- coerceToTypeOrNull(Object) - Static method in class gnu.kawa.lispexpr.LangObjType
-
- coerceToURIPathOrNull(Object) - Static method in class gnu.text.URIPath
-
- collection(Object, Object) - Static method in class gnu.xquery.util.NodeUtils
-
- COLLECTION_BUILTIN - Static variable in class gnu.xquery.lang.XQResolveNames
-
Code number for the special collection function.
- collectionResolverSymbol - Static variable in class gnu.xquery.util.NodeUtils
-
Symbol used to bind a collection resolver.
- colonToken - Static variable in class gnu.ecmascript.Lexer
-
- Column - Class in gnu.kawa.models
-
A "vertical box" container.
- Column() - Constructor for class gnu.kawa.models.Column
-
- column - Variable in class gnu.text.SourceError
-
The column number of the error, with 1 being the left-most column.
- combine(Object, Object, PairWithPosition) - Method in class gnu.q2.lang.Operator
-
- combineName(Expression, Expression) - Static method in class gnu.kawa.functions.CompileNamedPart
-
- combineType(Type, Type) - Static method in class gnu.kawa.functions.CompileArith
-
- commaChar - Variable in class gnu.text.IntegerFormat
-
- commaInterval - Variable in class gnu.text.IntegerFormat
-
- Command - Class in gnu.jemacs.buffer
-
- Command() - Constructor for class gnu.jemacs.buffer.Command
-
- CommandDialog - Class in gnu.jemacs.swt
-
- CommandDialog(Shell) - Constructor for class gnu.jemacs.swt.CommandDialog
-
- CommandDialog(Shell, int) - Constructor for class gnu.jemacs.swt.CommandDialog
-
- commandLineArgArray - Static variable in class gnu.expr.ApplicationMainSupport
-
- commandLineArguments - Static variable in class gnu.expr.ApplicationMainSupport
-
- commaToken - Static variable in class gnu.ecmascript.Lexer
-
- COMMENT_OK - Static variable in class gnu.kawa.xml.NodeType
-
- COMMENT_VALUE - Static variable in interface gnu.lists.Sequence
-
- CommentConstructor - Class in gnu.kawa.xml
-
- CommentConstructor() - Constructor for class gnu.kawa.xml.CommentConstructor
-
- commentConstructor - Static variable in class gnu.kawa.xml.CommentConstructor
-
- commentFromParser(char[], int, int) - Method in class gnu.xml.XMLFilter
-
Process a comment, when called from an XML parser.
- commentNodeTest - Static variable in class gnu.kawa.xml.NodeType
-
- commonAncestor(NamespaceBinding, NamespaceBinding) - Static method in class gnu.xml.NamespaceBinding
-
- CommonLisp - Class in gnu.commonlisp.lang
-
- CommonLisp() - Constructor for class gnu.commonlisp.lang.CommonLisp
-
- compare(Type) - Method in class gnu.bytecode.ArrayType
-
- compare(Type) - Method in class gnu.bytecode.ClassType
-
- compare(Type) - Method in class gnu.bytecode.ObjectType
-
- compare(Type) - Method in class gnu.bytecode.ParameterizedType
-
- compare(PrimType, PrimType) - Static method in class gnu.bytecode.PrimType
-
- compare(Type) - Method in class gnu.bytecode.PrimType
-
- compare(Type) - Method in class gnu.bytecode.Type
-
Return a numeric code showing "subtype" relationship:
1: if other is a pure subtype of this;
0: if has the same values;
-1: if this is a pure subtype of other;
-2: if they have values in common but neither is a subtype of the other;
-3: if the types have no values in common.
- compare(Type) - Method in class gnu.bytecode.TypeVariable
-
- compare(Type) - Method in class gnu.expr.InlineCalls.ProcedureInCallContext
-
- compare(Object, Object, boolean) - Static method in class gnu.kawa.functions.NumberCompare
-
Compare two numbers.
- compare(Object, int, Object, int, boolean) - Static method in class gnu.kawa.functions.NumberCompare
-
- compare(Type) - Method in class gnu.kawa.lispexpr.LangObjType
-
- compare(Type) - Method in class gnu.kawa.lispexpr.LangPrimType
-
- compare(Type) - Method in class gnu.kawa.reflect.LazyType
-
- compare(Type) - Method in class gnu.kawa.reflect.OccurrenceType
-
- compare(Type) - Method in class gnu.kawa.reflect.SingletonType
-
- compare(Type) - Method in class gnu.kawa.xml.NodeType
-
- compare(Type) - Method in class gnu.kawa.xml.XDataType
-
- compare(int, int) - Method in class gnu.lists.AbstractSequence
-
Compare two positions, and indicate their relative order.
- compare(SeqPosition, SeqPosition) - Method in class gnu.lists.AbstractSequence
-
- compare(AbstractSequence, int, AbstractSequence, int) - Static method in class gnu.lists.AbstractSequence
-
This is used for the XML concept of "document order".
- compare(int, int) - Method in class gnu.lists.SubSequence
-
- compare(int, int) - Method in class gnu.lists.TreeList
-
Compare two positions, and indicate their relative order.
- compare(BaseUnit, BaseUnit) - Static method in class gnu.math.BaseUnit
-
- compare(Complex, Complex) - Static method in class gnu.math.Complex
-
- compare(Object) - Method in class gnu.math.Complex
-
- compare(DateTime, DateTime) - Static method in class gnu.math.DateTime
-
Return -1, 0, or 1, depending on which value is greater.
- compare(Object) - Method in class gnu.math.DateTime
-
- compare(double, double) - Static method in class gnu.math.DFloNum
-
- compare(IntNum, IntNum, double) - Static method in class gnu.math.DFloNum
-
Compare (x_num/x_den) with toExact(y).
- compare(Object) - Method in class gnu.math.DFloNum
-
- compare(Duration, Duration) - Static method in class gnu.math.Duration
-
- compare(Object) - Method in class gnu.math.Duration
-
- compare(Object) - Method in class gnu.math.IntFraction
-
- compare(IntNum, IntNum) - Static method in class gnu.math.IntNum
-
Return -1, 0, or 1, depending on which value is greater.
- compare(IntNum, long) - Static method in class gnu.math.IntNum
-
Return -1, 0, or 1, depending on which value is greater.
- compare(Object) - Method in class gnu.math.IntNum
-
- compare(Object) - Method in class gnu.math.Numeric
-
Return an integer for which of this or obj is larger.
- compare(Quantity, Quantity) - Static method in class gnu.math.Quantity
-
- compare(Object) - Method in class gnu.math.Quantity
-
- compare(RatNum, RatNum) - Static method in class gnu.math.RatNum
-
- Compare - Class in gnu.xquery.util
-
Compares two values (or sequences) according to XPath semantics.
- Compare() - Constructor for class gnu.xquery.util.Compare
-
- compare(String, String) - Method in class gnu.xquery.util.NamedCollator
-
- compare(Object, Object, NamedCollator) - Static method in class gnu.xquery.util.StringUtils
-
This implements the XQuery fn:compare function.
- COMPARE_BUILTIN - Static variable in class gnu.xquery.lang.XQResolveNames
-
Code number for the special compare function.
- compareDocumentPosition(Node) - Method in class gnu.kawa.xml.KNode
-
- compareIndentation(int, int) - Static method in class gnu.q2.lang.Q2
-
Compare two indentation amounts.
- compareReversed(Numeric) - Method in class gnu.math.DFloNum
-
- compareReversed(Numeric) - Method in class gnu.math.IntFraction
-
- compareReversed(Numeric) - Method in class gnu.math.Numeric
-
- compareReversed(Numeric) - Method in class gnu.math.Quantity
-
- compareTo(Object) - Method in class gnu.lists.F32Vector
-
- compareTo(Object) - Method in class gnu.lists.F64Vector
-
- compareTo(Object) - Method in class gnu.lists.FString
-
- compareTo(Object) - Method in class gnu.lists.FVector
-
- compareTo(Object) - Method in class gnu.lists.LList
-
- compareTo(Pair, Pair) - Static method in class gnu.lists.Pair
-
- compareTo(Object) - Method in class gnu.lists.Pair
-
- compareTo(Object) - Method in class gnu.lists.S16Vector
-
- compareTo(Object) - Method in class gnu.lists.S32Vector
-
- compareTo(Object) - Method in class gnu.lists.S64Vector
-
- compareTo(Object) - Method in class gnu.lists.S8Vector
-
- compareTo(Object) - Method in class gnu.lists.U16Vector
-
- compareTo(Object) - Method in class gnu.lists.U32Vector
-
- compareTo(Object) - Method in class gnu.lists.U64Vector
-
- compareTo(Object) - Method in class gnu.lists.U8Vector
-
- compareTo(Object) - Method in class gnu.mapping.Symbol
-
- compareTo(Object) - Method in class gnu.math.RealNum
-
Implements the Comparable interface.
- compareTo(Object) - Method in class gnu.text.Char
-
- compareTo(FilePath) - Method in class gnu.text.FilePath
-
- compareTo(URIPath) - Method in class gnu.text.URIPath
-
- compareToInt(SimpleVector, SimpleVector) - Static method in class gnu.lists.SimpleVector
-
- compareToLong(SimpleVector, SimpleVector) - Static method in class gnu.lists.SimpleVector
-
- Compilation - Class in gnu.expr
-
State for a single expression or module.
- Compilation(Language, SourceMessages, NameLookup) - Constructor for class gnu.expr.Compilation
-
- CompilationHelpers - Class in gnu.kawa.functions
-
Various static methods used to inline and compile specific procedures.
- CompilationHelpers() - Constructor for class gnu.kawa.functions.CompilationHelpers
-
- compilationTopname - Static variable in class kawa.repl
-
- compile(Compilation, Target) - Method in class gnu.expr.ApplyExp
-
- compile(ApplyExp, Compilation, Target) - Static method in class gnu.expr.ApplyExp
-
- compile(Compilation, Target) - Method in class gnu.expr.BeginExp
-
- compile(Compilation, Target) - Method in class gnu.expr.BlockExp
-
- compile(Compilation, Target) - Method in class gnu.expr.CatchClause
-
- compile(Compilation, Target) - Method in class gnu.expr.ClassExp
-
- compile(Compilation, Target) - Method in class gnu.expr.ErrorExp
-
- compile(Compilation, Target) - Method in class gnu.expr.ExitExp
-
- compile(Compilation, Target) - Method in class gnu.expr.Expression
-
- compile(Compilation, Type) - Method in class gnu.expr.Expression
-
- compile(Compilation, Declaration) - Method in class gnu.expr.Expression
-
Compile an expression with checking suitable for a known Declaration.
- compile(Compilation, Target) - Method in class gnu.expr.FluidLetExp
-
- compile(Compilation, Target) - Method in class gnu.expr.IfExp
-
- compile(Expression, Expression, Expression, Compilation, Target) - Static method in class gnu.expr.IfExp
-
- compile(ApplyExp, Compilation, Target) - Method in interface gnu.expr.Inlineable
-
- compile(String) - Method in class gnu.expr.KawaScriptEngine
-
- compile(Reader) - Method in class gnu.expr.KawaScriptEngine
-
- compile(InPort, ScriptContext) - Method in class gnu.expr.KawaScriptEngine
-
- compile(InPort, ScriptContext, SourceMessages) - Method in class gnu.expr.KawaScriptEngine
-
- compile(Compilation, Target) - Method in class gnu.expr.LambdaExp
-
- compile(Compilation, Target) - Method in class gnu.expr.LangExp
-
- compile(Compilation, Target) - Method in class gnu.expr.LetExp
-
- compile(Compilation, Target) - Method in class gnu.expr.ObjectExp
-
- compile(ApplyExp, Compilation, Target) - Method in class gnu.expr.PrimProcedure
-
- compile(Compilation, Target) - Method in class gnu.expr.QuoteExp
-
- compile(Compilation, Target) - Method in class gnu.expr.ReferenceExp
-
- compile(Compilation, Target) - Method in class gnu.expr.SetExp
-
- compile(Compilation, Target) - Method in class gnu.expr.SynchronizedExp
-
- compile(Compilation, Target) - Method in class gnu.expr.ThisExp
-
- compile(Compilation, Target) - Method in class gnu.expr.TryExp
-
- compile(ApplyExp, Compilation, Target) - Method in class gnu.kawa.functions.AppendValues
-
- compile(ApplyExp, Compilation, Target) - Method in class gnu.kawa.functions.CallCC
-
- compile(ApplyExp, Compilation, Target) - Method in class gnu.kawa.functions.CompileArith
-
- compile(ApplyExp, Compilation, Target) - Method in class gnu.kawa.functions.CompileMisc
-
- compile(ApplyExp, Compilation, Target) - Method in class gnu.kawa.functions.GetModuleClass
-
- compile(ApplyExp, Compilation, Target) - Method in class gnu.kawa.functions.MakeList
-
- compile(Expression[], int, Compilation) - Static method in class gnu.kawa.functions.MakeList
-
- compile(ApplyExp, Compilation, Target) - Method in class gnu.kawa.functions.ValuesMap
-
- compile(ApplyExp, Compilation, Target) - Method in class gnu.kawa.reflect.CompileArrays
-
- compile(ApplyExp, Compilation, Target) - Method in class gnu.kawa.reflect.InstanceOf
-
- compile(ApplyExp, Compilation, Target) - Method in class gnu.kawa.reflect.SlotGet
-
- compile(ApplyExp, Compilation, Target) - Method in class gnu.kawa.reflect.SlotSet
-
- compile(ApplyExp, Compilation, Target) - Method in class gnu.kawa.reflect.StaticGet
-
- compile(ApplyExp, Compilation, Target) - Method in class gnu.kawa.reflect.StaticSet
-
- compile(ApplyExp, Compilation, Target) - Method in class gnu.kawa.reflect.TypeSwitch
-
- compile(ApplyExp, Compilation, Target) - Method in class gnu.kawa.xml.CoerceNodes
-
- compile(ApplyExp, Compilation, Target) - Method in class gnu.kawa.xml.MakeText
-
- compile(ApplyExp, Compilation, Target) - Method in class gnu.kawa.xml.NodeConstructor
-
- compile(ApplyExp, Compilation, Target) - Method in class gnu.kawa.xml.SortNodes
-
- compile(ApplyExp, Compilation, Target) - Method in class gnu.kawa.xml.UnionNodes
-
- compile(ApplyExp, Compilation, Target) - Method in class gnu.xquery.util.CastableAs
-
- compile(ApplyExp, Compilation, Target) - Method in class gnu.xquery.util.CastAs
-
- compile(ApplyExp, Compilation, Target) - Method in class gnu.xquery.util.OrderedMap
-
- compile(ApplyExp, Compilation, Target) - Method in class gnu.xquery.util.RelativeStep
-
- compile(ApplyExp, Compilation, Target) - Method in class gnu.xquery.util.ValuesFilter
-
- compile(ApplyExp, Compilation, Target) - Method in class kawa.lang.GetFieldProc
-
- compile(ApplyExp, Compilation, Target) - Method in class kawa.lang.SetFieldProc
-
- compile(ApplyExp, Compilation, Target) - Method in class kawa.standard.prim_throw
-
- compile_checkcast(Type) - Method in class gnu.bytecode.Method
-
- compile_push_this() - Method in class gnu.bytecode.Method
-
- compile_push_value(Variable) - Method in class gnu.bytecode.Method
-
Deprecated.
- COMPILE_SETUP - Static variable in class gnu.expr.Compilation
-
State code that various compile-only data has been determined.
- compile_store_value(Variable) - Method in class gnu.bytecode.Method
-
Deprecated.
- compileAnnotations(AttrContainer, ElementType) - Method in class gnu.expr.Declaration
-
- CompileArith - Class in gnu.kawa.functions
-
- compileArrayGet(ArrayGet, ApplyExp, Compilation, Target) - Static method in class gnu.kawa.reflect.CompileArrays
-
- compileArrayLength(ArrayLength, ApplyExp, Compilation, Target) - Static method in class gnu.kawa.reflect.CompileArrays
-
- compileArrayNew(ArrayNew, ApplyExp, Compilation, Target) - Static method in class gnu.kawa.reflect.CompileArrays
-
- CompileArrays - Class in gnu.kawa.reflect
-
- CompileArrays(Procedure, char) - Constructor for class gnu.kawa.reflect.CompileArrays
-
- compileArraySet(ArraySet, ApplyExp, Compilation, Target) - Static method in class gnu.kawa.reflect.CompileArrays
-
- compileBody(Compilation) - Method in class gnu.expr.LambdaExp
-
- CompileBuildObject - Class in gnu.kawa.reflect
-
Support for custom class-specific compile-time object builders.
- CompileBuildObject() - Constructor for class gnu.kawa.reflect.CompileBuildObject
-
- compileButFirst(Expression, Compilation) - Static method in class gnu.expr.Expression
-
Compile all but the first sub-"statement".
- compileCallCC(ApplyExp, Compilation, Target, Procedure) - Static method in class gnu.kawa.functions.CompileMisc
-
- compileChild(Expression, boolean, Compilation, ConsumerTarget) - Static method in class gnu.kawa.xml.NodeConstructor
-
- compileConstant(Object) - Method in class gnu.expr.Compilation
-
Emit code to "evaluate" a compile-time constant.
- compileConstant(Object, Target) - Method in class gnu.expr.Compilation
-
- compileConstantToField(Object) - Method in class gnu.expr.Compilation
-
- compileConvert(Convert, ApplyExp, Compilation, Target) - Static method in class gnu.kawa.functions.CompileMisc
-
- COMPILED - Static variable in class gnu.expr.Compilation
-
State code indicating the bytecode has been generated.
- CompiledModule - Class in gnu.expr
-
Representation of an interactive module after parsing and compiling.
- CompiledModule(ModuleExp, Object, Language) - Constructor for class gnu.expr.CompiledModule
-
- compileEnd(Compilation) - Method in class gnu.expr.LambdaExp
-
- compileEq(Expression[], Compilation, Target, Language) - Static method in class gnu.kawa.functions.CompileMisc
-
- CompileFile - Class in kawa.lang
-
Procedure to read and compile and entire file.
- CompileFile() - Constructor for class kawa.lang.CompileFile
-
- compileFiles(String[], int, int) - Static method in class kawa.repl
-
- compileFromStack(Compilation, Type) - Method in class gnu.expr.ConditionalTarget
-
- compileFromStack(Compilation, Type) - Method in class gnu.expr.ConsumerTarget
-
- compileFromStack(Compilation, Type) - Method in class gnu.expr.IgnoreTarget
-
- compileFromStack(Compilation, Type) - Method in class gnu.expr.StackTarget
-
- compileFromStack(Compilation, Type) - Method in class gnu.expr.Target
-
- compileFromStack0(Compilation, Type) - Method in class gnu.expr.StackTarget
-
- compileGetCurrent(Compilation) - Static method in class gnu.kawa.xml.Focus
-
- compileInlined(LambdaExp, Expression, int, Method, Compilation, Target) - Static method in class gnu.kawa.functions.ValuesMap
-
- compileIntNum(Expression, Expression, int, int, Compilation) - Method in class gnu.kawa.functions.CompileArith
-
- compileInvoke(Compilation, Method, Target, boolean, int, Type) - Static method in class gnu.expr.PrimProcedure
-
Emit the actual invoke operation, after arguments have been pushed.
- CompileInvoke - Class in gnu.kawa.reflect
-
- CompileInvoke() - Constructor for class gnu.kawa.reflect.CompileInvoke
-
- compileMembers(Compilation) - Method in class gnu.expr.ClassExp
-
- CompileMisc - Class in gnu.kawa.functions
-
- CompileMisc(Procedure, int) - Constructor for class gnu.kawa.functions.CompileMisc
-
- CompileMisc - Class in gnu.xquery.util
-
- CompileMisc() - Constructor for class gnu.xquery.util.CompileMisc
-
- CompileNamedPart - Class in gnu.kawa.functions
-
- CompileNamedPart() - Constructor for class gnu.kawa.functions.CompileNamedPart
-
- compileNot(Not, ApplyExp, Compilation, Target) - Method in class gnu.kawa.functions.CompileMisc
-
- compileNotePosition(Compilation, Target, Expression) - Method in class gnu.expr.Expression
-
Compile, but take note of line number.
- compileNumberCompare(NumberCompare, ApplyExp, Compilation, Target) - Static method in class gnu.kawa.functions.CompileMisc
-
- compileNumberPredicate(NumberPredicate, ApplyExp, Compilation, Target) - Static method in class gnu.kawa.functions.CompileMisc
-
- compileOrderedMap(ApplyExp, Compilation, Target, Procedure) - Static method in class gnu.xquery.util.CompileMisc
-
- compilePushClass(Compilation, Target) - Method in class gnu.expr.ClassExp
-
- compilerAvailable - Static variable in class gnu.expr.ModuleExp
-
Deprecated.
- compilerAvailable() - Static method in class gnu.expr.ModuleExp
-
- CompileReflect - Class in gnu.kawa.reflect
-
- CompileReflect() - Constructor for class gnu.kawa.reflect.CompileReflect
-
- compilerKey - Static variable in class gnu.mapping.Procedure
-
- compileSetField(Compilation) - Method in class gnu.expr.ClassExp
-
- compileSetField(Compilation) - Method in class gnu.expr.LambdaExp
-
- compileStore(Compilation) - Method in class gnu.expr.Declaration
-
- compileToArchive(ModuleExp, String) - Method in class gnu.expr.Compilation
-
- compileToNode(ApplyExp, Compilation, ConsumerTarget) - Method in class gnu.kawa.xml.DocumentConstructor
-
- compileToNode(ApplyExp, Compilation, ConsumerTarget) - Method in class gnu.kawa.xml.MakeAttribute
-
- compileToNode(ApplyExp, Compilation, ConsumerTarget) - Method in class gnu.kawa.xml.MakeElement
-
- compileToNode(ApplyExp, Compilation, ConsumerTarget) - Method in class gnu.kawa.xml.MakeProcInst
-
- compileToNode(ApplyExp, Compilation, ConsumerTarget) - Method in class gnu.kawa.xml.MakeText
-
- compileToNode(ApplyExp, Compilation, ConsumerTarget) - Method in class gnu.kawa.xml.MakeWithBaseUri
-
- compileToNode(ApplyExp, Compilation, ConsumerTarget) - Method in class gnu.kawa.xml.NodeConstructor
-
- compileUsingConsumer(Expression, Compilation, Target) - Static method in class gnu.expr.ConsumerTarget
-
Compile an expression using a temporary Consumer, if needed.
- compileUsingConsumer(Expression, Compilation, Target, Method, Method) - Static method in class gnu.expr.ConsumerTarget
-
- compileUsingNodeTree(Expression, Compilation, Target) - Static method in class gnu.kawa.xml.NodeConstructor
-
Compile an expression using a fresh NodeTree.
- compileWithPosition(Compilation, Target) - Method in class gnu.expr.Expression
-
Same as compile, but emit line number beforehard.
- compileWithPosition(Compilation, Target, Expression) - Method in class gnu.expr.Expression
-
Same as 2-argument compileWithPosition,
but use some other Expression's line number.
- compileWrite(Expression, Compilation) - Method in class gnu.expr.ConsumerTarget
-
- CompileXmlFunctions - Class in gnu.kawa.xml
-
- CompileXmlFunctions() - Constructor for class gnu.kawa.xml.CompileXmlFunctions
-
- Complex - Class in gnu.math
-
- Complex() - Constructor for class gnu.math.Complex
-
- components() - Method in class gnu.math.DateTime
-
- CompoundFormat - Class in gnu.text
-
- CompoundFormat(Format[], int) - Constructor for class gnu.text.CompoundFormat
-
- CompoundFormat(Format[]) - Constructor for class gnu.text.CompoundFormat
-
- compressStackMapTable - Static variable in class gnu.bytecode.StackMapTableAttr
-
- concat$V(Object, Object, Object[]) - Static method in class gnu.xquery.util.StringUtils
-
- ConditionalTarget - Class in gnu.expr
-
This is the Target of a boolean expression, in a conditional context.
- ConditionalTarget(Label, Label, Language) - Constructor for class gnu.expr.ConditionalTarget
-
- condToken - Static variable in class gnu.ecmascript.Lexer
-
- constant_fold - Class in kawa.standard
-
Implements the "constant-fold" transformer.
- constant_fold() - Constructor for class kawa.standard.constant_fold
-
- constant_fold - Static variable in class kawa.standard.constant_fold
-
- ConstantFunction0 - Class in gnu.kawa.functions
-
A 0-argument function that returns a constant value.
- ConstantFunction0(String, Object) - Constructor for class gnu.kawa.functions.ConstantFunction0
-
- ConstantFunction0(String, QuoteExp) - Constructor for class gnu.kawa.functions.ConstantFunction0
-
- ConstantPool - Class in gnu.bytecode
-
Manages a pool of constants, as used in .class files and Java interpreters.
- ConstantPool() - Constructor for class gnu.bytecode.ConstantPool
-
- ConstantPool(DataInputStream) - Constructor for class gnu.bytecode.ConstantPool
-
- ConstantValueAttr - Class in gnu.bytecode
-
- ConstantValueAttr(Object) - Constructor for class gnu.bytecode.ConstantValueAttr
-
- ConstantValueAttr(int) - Constructor for class gnu.bytecode.ConstantValueAttr
-
- CONSTITUENT - Static variable in class gnu.kawa.lispexpr.ReadTable
-
- constituent - Static variable in class gnu.kawa.lispexpr.ReadTableEntry
-
- ConstrainedLocation<T> - Class in gnu.mapping
-
- ConstrainedLocation() - Constructor for class gnu.mapping.ConstrainedLocation
-
- constructor - Variable in class gnu.bytecode.ClassType
-
- ConstVector<E> - Class in gnu.lists
-
- ConstVector() - Constructor for class gnu.lists.ConstVector
-
- ConstVector(Object[]) - Constructor for class gnu.lists.ConstVector
-
- ConstVector(List) - Constructor for class gnu.lists.ConstVector
-
- constVectorType - Static variable in class gnu.kawa.lispexpr.LangObjType
-
- Consumable - Interface in gnu.lists
-
An object that can send its contents to a Consumer.
- consume(int, int, Consumer) - Method in class gnu.jemacs.buffer.Buffer
-
- consume(int, int, Consumer) - Method in class gnu.jemacs.swt.BufferContent
-
- consume(Consumer) - Method in class gnu.kawa.xml.KNode
-
- consume(Consumer) - Method in class gnu.lists.AbstractSequence
-
- consume(int, int, Consumer) - Method in class gnu.lists.CharBuffer
-
- consume(int, int, Consumer) - Method in interface gnu.lists.CharSeq
-
- consume(Consumer) - Method in interface gnu.lists.Consumable
-
- consume(Consumer) - Method in class gnu.lists.FString
-
- consume(Consumer) - Method in class gnu.lists.FVector
-
- consume(Consumer) - Method in class gnu.lists.LList
-
- consume(SeqPosition) - Method in interface gnu.lists.PositionConsumer
-
Consume node at current position.
- consume(int, int, Consumer) - Method in class gnu.lists.SimpleVector
-
- consume(int, int, Consumer) - Method in class gnu.lists.SubCharSeq
-
- consume(SeqPosition) - Method in class gnu.lists.TreeList
-
- consume(Consumer) - Method in class gnu.lists.TreeList
-
- consume(SeqPosition) - Method in class gnu.xml.XMLFilter
-
- consume(SeqPosition) - Method in class gnu.xml.XMLPrinter
-
- consume(SeqPosition) - Method in class gnu.xquery.util.RelativeStepFilter
-
- consumeIRange(int, int, Consumer) - Method in class gnu.lists.TreeList
-
- consumeNext(int, Consumer) - Method in class gnu.lists.AbstractSequence
-
Copy an element specified by a position pair to a Consumer.
- consumeNext(int, Consumer) - Method in class gnu.lists.BitVector
-
- consumeNext(int, Consumer) - Method in class gnu.lists.ByteVector
-
- consumeNext(int, Consumer) - Method in class gnu.lists.F32Vector
-
- consumeNext(int, Consumer) - Method in class gnu.lists.F64Vector
-
- consumeNext(int, Consumer) - Method in class gnu.lists.FString
-
- consumeNext(int, Consumer) - Method in class gnu.lists.FVector
-
- consumeNext(int, Consumer) - Method in class gnu.lists.S16Vector
-
- consumeNext(int, Consumer) - Method in class gnu.lists.S32Vector
-
- consumeNext(int, Consumer) - Method in class gnu.lists.S64Vector
-
- consumeNext(int, Consumer) - Method in class gnu.lists.SimpleVector
-
- consumeNext(int, Consumer) - Method in class gnu.lists.TreeList
-
- consumeNext(int, Consumer) - Method in class gnu.lists.U16Vector
-
- consumeNext(int, Consumer) - Method in class gnu.lists.U32Vector
-
- consumeNext(int, Consumer) - Method in class gnu.lists.U64Vector
-
- consumePosRange(int, int, Consumer) - Method in class gnu.lists.AbstractSequence
-
- consumePosRange(int, int, Consumer) - Method in class gnu.lists.BitVector
-
- consumePosRange(int, int, Consumer) - Method in class gnu.lists.ByteVector
-
- consumePosRange(int, int, Consumer) - Method in class gnu.lists.F32Vector
-
- consumePosRange(int, int, Consumer) - Method in class gnu.lists.F64Vector
-
- consumePosRange(int, int, Consumer) - Method in class gnu.lists.FString
-
- consumePosRange(int, int, Consumer) - Method in class gnu.lists.FVector
-
- consumePosRange(int, int, Consumer) - Method in class gnu.lists.GapVector
-
- consumePosRange(int, int, Consumer) - Method in class gnu.lists.GeneralArray1
-
- consumePosRange(int, int, Consumer) - Method in class gnu.lists.S16Vector
-
- consumePosRange(int, int, Consumer) - Method in class gnu.lists.S32Vector
-
- consumePosRange(int, int, Consumer) - Method in class gnu.lists.S64Vector
-
- consumePosRange(int, int, Consumer) - Method in class gnu.lists.SimpleVector
-
- consumePosRange(int, int, Consumer) - Method in class gnu.lists.StableVector
-
- consumePosRange(int, int, Consumer) - Method in class gnu.lists.TreeList
-
- consumePosRange(int, int, Consumer) - Method in class gnu.lists.U16Vector
-
- consumePosRange(int, int, Consumer) - Method in class gnu.lists.U32Vector
-
- consumePosRange(int, int, Consumer) - Method in class gnu.lists.U64Vector
-
- Consumer - Interface in gnu.lists
-
A Consumer is something that will accept data (output),
and do something with it.
- consumer - Variable in class gnu.mapping.CallContext
-
Function results are written to this Consumer.
- ConsumerTarget - Class in gnu.expr
-
A Target which is some variable that implements gnu.lists.Consumer.
- ConsumerTarget(Variable) - Constructor for class gnu.expr.ConsumerTarget
-
- ConsumerWriter - Class in gnu.lists
-
A Writer that wraps (filters) a Consumer.
- ConsumerWriter(Consumer) - Constructor for class gnu.lists.ConsumerWriter
-
- consX(Object[]) - Static method in class gnu.lists.LList
-
SRFI-1's cons* and Common Lisp's list* function.
- consX$V(Object[]) - Static method in class kawa.lang.Quote
-
A wrapper around LList.consX to make it a "variable-arg method".
- contains(Object) - Method in class gnu.lists.AbstractSequence
-
See java.util.List.
- contains(Object, Object) - Static method in class gnu.xquery.util.StringUtils
-
- containsAll(Collection<?>) - Method in class gnu.lists.AbstractSequence
-
See java.util.List.
- containsHeader(String) - Method in class gnu.kawa.servlet.CGIServletWrapper
-
- containsKey(Object) - Method in class gnu.mapping.Environment
-
- content - Variable in class gnu.jemacs.swing.SwingBuffer
-
- content() - Method in class gnu.text.LiteralFormat
-
Return the text that would be printed by the format.
- ContentConsumer - Class in gnu.kawa.sax
-
Forward Consumer events to a SAX2 ContentHandler.
- ContentConsumer() - Constructor for class gnu.kawa.sax.ContentConsumer
-
- ContentConsumer(ContentHandler) - Constructor for class gnu.kawa.sax.ContentConsumer
-
- context - Variable in class gnu.expr.Declaration
-
- contextDecl() - Method in class gnu.expr.AccessExp
-
- continuation - Variable in exception kawa.lang.CalledContinuation
-
- Continuation - Class in kawa.lang
-
A Continuation "represents an entire (default) future for the computation.
- Continuation(CallContext) - Constructor for class kawa.lang.Continuation
-
- CONTINUE_TOKEN - Static variable in class gnu.ecmascript.Reserved
-
- Convert - Class in gnu.ecmascript
-
- Convert() - Constructor for class gnu.ecmascript.Convert
-
- convert(Compilation, Type, Type) - Static method in class gnu.expr.StackTarget
-
- convert(Object, int) - Static method in class gnu.kawa.functions.Arithmetic
-
Coerce a number to one of the Arithmetic.XXX_CODE types.
- Convert - Class in gnu.kawa.functions
-
- Convert() - Constructor for class gnu.kawa.functions.Convert
-
- Convert - Class in gnu.lists
-
A class that encapsulates primitive<->Object conversions.
- Convert() - Constructor for class gnu.lists.Convert
-
- convert_template(Object, SyntaxForm, StringBuffer, int, Vector, Object, boolean, Translator) - Method in class kawa.lang.SyntaxTemplate
-
Recursively translate a syntax-rule template to a template program.
- converter - Variable in class gnu.mapping.ConstrainedLocation
-
- convertToIntegerString(Object, int) - Method in class gnu.kawa.functions.IntegerFormat
-
- convertToIntegerString(Object, int) - Method in class gnu.text.IntegerFormat
-
- convertValue(Expression) - Method in interface gnu.expr.TypeValue
-
Return converted expression or null.
- convertValue(Expression) - Method in class gnu.kawa.lispexpr.LangObjType
-
- convertValue(Expression) - Method in class gnu.kawa.lispexpr.LangPrimType
-
- convertValue(Expression) - Method in class gnu.kawa.reflect.OccurrenceType
-
- convertValue(Expression) - Method in class gnu.kawa.xml.NodeType
-
- convertValue(Expression) - Method in class gnu.kawa.xml.XDataType
-
- copy(InputStream, OutputStream, byte[]) - Static method in class gnu.bytecode.ZipArchive
-
- copy(InputStream, String, byte[]) - Static method in class gnu.bytecode.ZipArchive
-
- copy() - Method in class gnu.kawa.util.RangeTable
-
- copy() - Method in class gnu.kawa.xml.KNode
-
- copy(int, int) - Method in class gnu.lists.FString
-
- copy() - Method in class gnu.lists.SeqPosition
-
- COPY_NAMESPACES_INHERIT - Static variable in class gnu.xml.XMLFilter
-
- COPY_NAMESPACES_PRESERVE - Static variable in class gnu.xml.XMLFilter
-
- copyFrom(byte[], int, int, int) - Method in class gnu.lists.ByteVector
-
- copyFrom(int, ByteVector, int, int) - Method in class gnu.lists.ByteVector
-
- copyFrom(int, FVector, int, int) - Method in class gnu.lists.FVector
-
- copyNamespacesMode - Variable in class gnu.kawa.xml.MakeElement
-
- copyNamespacesMode - Variable in class gnu.xml.XMLFilter
-
- copyPos(int) - Method in class gnu.lists.AbstractSequence
-
Make a copy of a position int.
- copyPos(int) - Method in class gnu.lists.ExtSequence
-
- copyPos(int) - Method in class gnu.lists.StableVector
-
- count(AttrContainer) - Static method in class gnu.bytecode.Attribute
-
- count - Variable in class gnu.mapping.CallContext
-
Number of actual arguments.
- count(NamespaceBinding) - Method in class gnu.xml.NamespaceBinding
-
Return the number of bindings before the fencePost.
- countColumns(char[], int, int, int) - Method in class gnu.jemacs.buffer.Buffer
-
- countDecls() - Method in class gnu.expr.ScopeExp
-
- countLines(String) - Method in class gnu.jemacs.swt.LineOffsets
-
- countMethods(Filter, int) - Method in class gnu.bytecode.ClassType
-
Count methods matching a given filter.
- countValues(Object) - Static method in class gnu.mapping.Values
-
- CpoolClass - Class in gnu.bytecode
-
A CONSTANT_Class entry in the constant pool.
- CpoolEntry - Class in gnu.bytecode
-
An entry in the constant pool of a ClassType.
- CpoolEntry() - Constructor for class gnu.bytecode.CpoolEntry
-
- CpoolEntry(ConstantPool, int) - Constructor for class gnu.bytecode.CpoolEntry
-
- CpoolNameAndType - Class in gnu.bytecode
-
A CONSTANT_NameAndType entry in the constant pool.
- CpoolRef - Class in gnu.bytecode
-
A CONSTANT_{Field,Method,InterfaceMethod}Ref entry in the constant pool.
- CpoolString - Class in gnu.bytecode
-
A CONSTANT_String entry in the constant pool.
- CpoolUtf8 - Class in gnu.bytecode
-
A CONSTANT_Utf8 entry in the constant pool.
- CpoolValue1 - Class in gnu.bytecode
-
A CONSTANT_Integer or CONSTANT_Float entry in the constant pool.
- CpoolValue2 - Class in gnu.bytecode
-
A CONSTANT_Long or CONSTANT_Double entry in the constant pool.
- CQuantity - Class in gnu.math
-
General Cartesian Complex quantity.
- CQuantity(Complex, Unit) - Constructor for class gnu.math.CQuantity
-
- CQuantity(RealNum, RealNum, Unit) - Constructor for class gnu.math.CQuantity
-
- create(Declaration, Expression, Compilation) - Static method in class gnu.expr.BindingInitializer
-
Create a BindingInitializer and link it into the correct
initializer chain.
- create(Echo2Window) - Static method in class gnu.kawa.echo2.Echo2Servlet
-
- create(ReadTable) - Static method in class gnu.kawa.lispexpr.ReaderDispatch
-
Create a fresh instance and initialize it appropriately for Common Lisp.
- create(int) - Static method in class gnu.mapping.Namespace
-
- create() - Static method in class gnu.mapping.Namespace
-
- createAttribute(String) - Method in class gnu.kawa.xml.KDocument
-
Not implemented.
- createAttributeNS(String, String) - Method in class gnu.kawa.xml.KDocument
-
Not implemented.
- createBindings() - Method in class gnu.expr.KawaScriptEngine
-
- createCDATASection(String) - Method in class gnu.kawa.xml.KDocument
-
Not implemented.
- createClasspath() - Method in class gnu.kawa.ant.Kawac
-
Adds a path to the classpath.
- createComment(String) - Method in class gnu.kawa.xml.KDocument
-
Not implemented.
- createDefaultEditorKit() - Method in class kawa.ReplPane
-
- createDocumentFragment() - Method in class gnu.kawa.xml.KDocument
-
Not implemented.
- createElement(String) - Method in class gnu.kawa.xml.KDocument
-
Not implemented.
- createElementNS(String, String) - Method in class gnu.kawa.xml.KDocument
-
Not implemented.
- createEntityReference(String) - Method in class gnu.kawa.xml.KDocument
-
Not implemented.
- createExclude() - Method in class gnu.kawa.ant.Kawac
-
- createExcludesFile() - Method in class gnu.kawa.ant.Kawac
-
- createInclude() - Method in class gnu.kawa.ant.Kawac
-
- createIncludesFile() - Method in class gnu.kawa.ant.Kawac
-
- createInitial() - Static method in class gnu.kawa.lispexpr.ReadTable
-
Create a new ReadTable and initialize it appropriately for Common Lisp.
- createLineCommenterSet() - Method in class gnu.kawa.ant.XCopy
-
- createLineStripperSet() - Method in class gnu.kawa.ant.XCopy
-
- createPatternSet() - Method in class gnu.kawa.ant.Kawac
-
- createPos(int, boolean) - Method in class gnu.jemacs.swing.SwingBuffer
-
- createPos(int, boolean) - Method in class gnu.jemacs.swt.SwtBuffer
-
- createPos(int, boolean) - Method in class gnu.lists.AbstractSequence
-
Generate a position at a given index.
- createPos(int, boolean) - Method in class gnu.lists.GapVector
-
- createPos(int, boolean) - Method in class gnu.lists.GeneralArray
-
- createPos(int, boolean) - Method in class gnu.lists.GeneralArray1
-
- createPos(int, boolean) - Method in class gnu.lists.LList
-
- createPos(int, boolean) - Method in class gnu.lists.SimpleVector
-
- createPos(int, boolean) - Method in class gnu.lists.StableVector
-
- createPos(int, boolean) - Method in class gnu.lists.SubSequence
-
- createPos(int, boolean) - Method in class gnu.lists.TreeList
-
- createPosition(int) - Method in class gnu.kawa.swingviews.SwingContent
-
- createProcessingInstruction(String, String) - Method in class gnu.kawa.xml.KDocument
-
Not implemented.
- createReadTable() - Method in class gnu.commonlisp.lang.Lisp2
-
- createReadTable() - Method in class gnu.jemacs.lang.ELisp
-
- createReadTable() - Method in class gnu.kawa.brl.BRL
-
- createReadTable() - Method in class gnu.kawa.lispexpr.LispLanguage
-
Create a fresh ReadTable appropriate for this language.
- createReadTable() - Method in class gnu.q2.lang.Q2
-
- createReadTable() - Method in class kawa.standard.Scheme
-
- createRelativePos(int, int, boolean) - Method in class gnu.lists.AbstractSequence
-
- createRelativePos(int, int, boolean) - Method in class gnu.lists.LList
-
- createRelativePos(int, int, boolean) - Method in class gnu.lists.SubSequence
-
- createRelativePos(int, int, boolean) - Method in class gnu.lists.TreeList
-
- createTempFile(String) - Static method in class gnu.kawa.functions.FileUtils
-
- createTextNode(String) - Method in class gnu.kawa.xml.KDocument
-
Not implemented.
- CTRL_MASK - Static variable in class gnu.jemacs.buffer.EKeymap
-
- ctx - Variable in exception kawa.lang.CalledContinuation
-
- curClass - Variable in class gnu.expr.Compilation
-
- curEnvironment - Static variable in class gnu.mapping.Environment
-
- curLambda - Variable in class gnu.expr.Compilation
-
- curMethodLambda - Variable in class kawa.lang.Translator
-
- curPosition - Variable in class gnu.jemacs.swing.SwingBuffer
-
- current - Static variable in class gnu.expr.Language
-
- current() - Static method in class gnu.mapping.Environment
-
Deprecated.
- current_scope - Variable in class gnu.bytecode.LocalVarsAttr
-
- current_scope - Variable in class gnu.expr.Compilation
-
- currentCallConvention() - Method in class gnu.expr.Compilation
-
- currentColumn() - Method in class gnu.jemacs.buffer.Buffer
-
- currentColumn(int) - Method in class gnu.jemacs.buffer.Buffer
-
Return the column number at a specified offset.
- currentColumn() - Method in class gnu.jemacs.buffer.Marker
-
- currentDate() - Static method in class gnu.xquery.util.TimeUtils
-
- currentDateTime() - Static method in class gnu.xquery.util.TimeUtils
-
- currentLambda() - Method in class gnu.expr.Compilation
-
- currentLambda - Variable in class gnu.expr.ExpVisitor
-
- currentLambda() - Method in class gnu.expr.ScopeExp
-
- currentLoadPath - Static variable in class kawa.Shell
-
- currentMacroDefinition - Variable in class kawa.lang.Translator
-
Set if we're processing (as opposed to expanding)
a define-syntax or defmacro.
- currentModule() - Method in class gnu.expr.Compilation
-
The same as getModule, until we allow nested modules.
- currentModule() - Method in class gnu.expr.ScopeExp
-
- currentOptions - Variable in class gnu.expr.Compilation
-
- currentPath() - Static method in class gnu.text.Path
-
- currentScope() - Method in class gnu.expr.Compilation
-
- currentTime() - Static method in class gnu.xquery.util.TimeUtils
-
- data - Variable in class gnu.lists.FString
-
- data - Variable in class gnu.lists.FVector
-
- data - Variable in class gnu.lists.TreeList
-
- data$X(Object, CallContext) - Static method in class gnu.xquery.util.NodeUtils
-
- date - Static variable in class gnu.math.Unit
-
- DATE_MASK - Static variable in class gnu.math.DateTime
-
- DATE_TIME_TYPE_CODE - Static variable in class gnu.kawa.xml.XDataType
-
- DATE_TYPE_CODE - Static variable in class gnu.kawa.xml.XDataType
-
- DateTime - Class in gnu.math
-
Represents a date and/or time.
- DateTime(int) - Constructor for class gnu.math.DateTime
-
- DateTime(int, GregorianCalendar) - Constructor for class gnu.math.DateTime
-
- dateTime(Object, Object) - Static method in class gnu.xquery.util.TimeUtils
-
- dateTimeType - Static variable in class gnu.kawa.xml.XTimeType
-
- dateType - Static variable in class gnu.kawa.xml.XTimeType
-
- DAY_MASK - Static variable in class gnu.math.DateTime
-
- DAY_TIME_DURATION_TYPE_CODE - Static variable in class gnu.kawa.xml.XDataType
-
- dayFromDate(Object) - Static method in class gnu.xquery.util.TimeUtils
-
- dayFromDateTime(Object) - Static method in class gnu.xquery.util.TimeUtils
-
- daysFromDuration(Object) - Static method in class gnu.xquery.util.TimeUtils
-
- daysInMonth(int, int) - Static method in class gnu.math.DateTime
-
- dayTimeDurationType - Static variable in class gnu.kawa.xml.XDataType
-
- DComplex - Class in gnu.math
-
A complex number using rectangular (Cartesian) plain double values.
- DComplex() - Constructor for class gnu.math.DComplex
-
- DComplex(double, double) - Constructor for class gnu.math.DComplex
-
- dead() - Method in class gnu.bytecode.Variable
-
- Debug - Class in gnu.xquery.util
-
- Debug() - Constructor for class gnu.xquery.util.Debug
-
- DEBUGGING - Static variable in class kawa.lang.SyntaxForms
-
- debugPrintExpr - Static variable in class gnu.expr.Compilation
-
If true, print out expressions after parsing and before optimizations.
- debugPrintFinalExpr - Static variable in class gnu.expr.Compilation
-
If true, print out final expressions after optimizations etc.
- debugStackTraceOnError - Static variable in class gnu.text.SourceMessages
-
If true, print out stack trace with any error.
- debugStackTraceOnWarning - Static variable in class gnu.text.SourceMessages
-
If true, print out stack trace with any warning.
- DECIMAL_ONE - Static variable in class gnu.kawa.xml.XDataType
-
- DECIMAL_TYPE_CODE - Static variable in class gnu.kawa.xml.XDataType
-
- decimalType - Static variable in class gnu.kawa.xml.XDataType
-
- Declaration - Class in gnu.expr
-
The static information associated with a local variable binding.
- Declaration(Object, Type) - Constructor for class gnu.expr.Declaration
-
- Declaration(Variable) - Constructor for class gnu.expr.Declaration
-
- Declaration(Object) - Constructor for class gnu.expr.Declaration
-
- Declaration(Object, Field) - Constructor for class gnu.expr.Declaration
-
- Declaration.ValueSource - Class in gnu.expr
-
- declareClosureEnv() - Method in class gnu.expr.LambdaExp
-
- declareParts(Compilation) - Method in class gnu.expr.ClassExp
-
- declareThis(ClassType) - Method in class gnu.expr.LambdaExp
-
- declError(String) - Method in class gnu.xquery.lang.XQParser
-
- declFromField(ModuleExp, Object, Field) - Method in class gnu.expr.Language
-
- declFromField(ModuleExp, Object, Field) - Method in class gnu.kawa.lispexpr.LispLanguage
-
- DEEP_EQUAL_BUILTIN - Static variable in class gnu.xquery.lang.XQResolveNames
-
Code number for the special deep-equal function.
- deepCopy(IdentityHashTable) - Method in class gnu.expr.ApplyExp
-
- deepCopy(IdentityHashTable) - Method in class gnu.expr.ExitExp
-
- deepCopy(Expression, IdentityHashTable) - Static method in class gnu.expr.Expression
-
Make a deep copy of this expression, if possible.
- deepCopy(Expression[], IdentityHashTable) - Static method in class gnu.expr.Expression
-
- deepCopy(Expression) - Static method in class gnu.expr.Expression
-
- deepCopy(IdentityHashTable) - Method in class gnu.expr.Expression
-
- deepCopy(IdentityHashTable) - Method in class gnu.expr.QuoteExp
-
- deepCopy(IdentityHashTable) - Method in class gnu.expr.ReferenceExp
-
- deepEqual(NodeTree, int, NodeTree, int, NamedCollator) - Static method in class gnu.xquery.util.SequenceUtils
-
- deepEqual(Object, Object, NamedCollator) - Static method in class gnu.xquery.util.SequenceUtils
-
- deepEqualChildren(NodeTree, int, NodeTree, int, NamedCollator) - Static method in class gnu.xquery.util.SequenceUtils
-
- deepEqualItems(Object, Object, NamedCollator) - Static method in class gnu.xquery.util.SequenceUtils
-
- defAliasStFld(String, String, String) - Method in class gnu.expr.Language
-
Declare in the current Environment a variable aliased to a static field.
- DEFAULT_COLLATION_BUILTIN - Static variable in class gnu.xquery.lang.XQResolveNames
-
Code number for the special default-collation function.
- DEFAULT_ELEMENT_PREFIX - Static variable in class gnu.xquery.lang.XQuery
-
Pseudo-namespace "prefix" for the default element namespace.
- DEFAULT_FUNCTION_PREFIX - Static variable in class gnu.xquery.lang.XQuery
-
Pseudo-namespace "prefix" for the default function namespace.
- DEFAULT_INITIAL_SIZE - Static variable in class gnu.kawa.util.AbstractHashTable
-
- defaultBracketMode - Static variable in class gnu.kawa.lispexpr.ReadTable
-
Default value to pass to setBracketMode() unless overridden.
- defaultCallConvention - Static variable in class gnu.expr.Compilation
-
The default calling convention.
- defaultClassFileVersion - Static variable in class gnu.expr.Compilation
-
- defaultDefault - Variable in class kawa.lang.Lambda
-
- defaultElementNamespaceSymbol - Static variable in class gnu.kawa.lispexpr.ReaderXmlElement
-
- defaultFormatInfo - Static variable in class kawa.Shell
-
- defaultFormatMethod - Static variable in class kawa.Shell
-
- defaultFormatName - Static variable in class kawa.Shell
-
- defaultFunctionNamespacePath - Static variable in class gnu.xquery.lang.XQuery
-
- defaultName() - Static method in class gnu.jemacs.buffer.EFrame
-
- defaultNamespace() - Method in class gnu.mapping.Environment
-
- defaultPath - Static variable in class gnu.text.Path
-
- defaultReadTable - Variable in class gnu.kawa.lispexpr.LispLanguage
-
The default ReadTable for this language.
- defaultResult() - Method in class gnu.kawa.functions.ArithOp
-
- defaultResult() - Method in class gnu.kawa.functions.BitwiseOp
-
- defaultResult() - Method in class gnu.kawa.functions.MultiplyOp
-
- defaultStyle - Static variable in class gnu.jemacs.swing.SwingBuffer
-
- defaultStyle - Static variable in class kawa.ReplDocument
-
- defaultToolkit - Static variable in class gnu.jemacs.buffer.EToolkit
-
- defaultValue(Expression, D) - Method in class gnu.expr.ExpExpVisitor
-
- defaultValue(Expression, D) - Method in class gnu.expr.ExpVisitor
-
- defaultValue(Expression, Void) - Method in class gnu.expr.PushApply
-
- defcustom - Class in gnu.jemacs.lang
-
- defcustom() - Constructor for class gnu.jemacs.lang.defcustom
-
- deferableInit(Expression) - Method in class gnu.expr.InlineCalls
-
- defgroup - Class in gnu.jemacs.lang
-
- defgroup() - Constructor for class gnu.jemacs.lang.defgroup
-
- define(CodeAttr) - Method in class gnu.bytecode.Label
-
Define the value of a label as having the current location.
- define(Symbol, Object, Object) - Method in class gnu.expr.AbstractScriptEngineFactory.BindingsEnvironment
-
- define(Symbol, Object, Object) - Method in class gnu.expr.BuiltinEnvironment
-
- define(String, Object) - Method in class gnu.expr.Language
-
Enter a value into the current environment.
- define(Object, Field, String, Language, Environment) - Static method in class gnu.kawa.reflect.ClassMemberLocation
-
- define(Environment, Symbol, Object, String, String) - Static method in class gnu.kawa.reflect.StaticFieldLocation
-
- define(Symbol, Object, Object) - Method in class gnu.mapping.Environment
-
- define(Symbol, Object, int, Object) - Method in class gnu.mapping.SimpleEnvironment
-
- define(Symbol, Object, Object) - Method in class gnu.mapping.SimpleEnvironment
-
- define(String, DQuantity) - Static method in class gnu.math.Unit
-
- define(String, double, Unit) - Static method in class gnu.math.Unit
-
- define(String, Object) - Method in class gnu.xquery.lang.XQuery
-
- define(Object, SyntaxForm, ScopeExp) - Method in class kawa.lang.Translator
-
- define - Class in kawa.standard
-
The Syntax transformer that re-writes the "%define" internal form.
- define(Lambda) - Constructor for class kawa.standard.define
-
- define_alias - Class in kawa.standard
-
- define_alias() - Constructor for class kawa.standard.define_alias
-
- define_alias - Static variable in class kawa.standard.define_alias
-
- define_autoload - Class in kawa.standard
-
- define_autoload(String, boolean) - Constructor for class kawa.standard.define_autoload
-
- define_autoload - Static variable in class kawa.standard.define_autoload
-
- define_autoloads_from_file - Static variable in class kawa.standard.define_autoload
-
- define_base_unit - Static variable in class kawa.standard.define_unit
-
- define_class - Class in kawa.standard
-
- define_class - Static variable in class kawa.standard.define_class
-
- define_macro - Static variable in class kawa.standard.define_syntax
-
- define_member_alias - Class in kawa.standard
-
- define_member_alias() - Constructor for class kawa.standard.define_member_alias
-
- define_member_alias - Static variable in class kawa.standard.define_member_alias
-
- define_method(String, String, String) - Method in class gnu.xquery.lang.XQuery
-
- define_namespace - Static variable in class gnu.kawa.lispexpr.DefineNamespace
-
- define_private_namespace - Static variable in class gnu.kawa.lispexpr.DefineNamespace
-
- define_rewrite_syntax - Static variable in class kawa.standard.define_syntax
-
- define_simple_class - Static variable in class kawa.standard.define_class
-
- define_syntax - Class in kawa.standard
-
- define_syntax() - Constructor for class kawa.standard.define_syntax
-
- define_syntax(Object, int) - Constructor for class kawa.standard.define_syntax
-
- define_syntax(Object, boolean) - Constructor for class kawa.standard.define_syntax
-
- define_syntax - Static variable in class kawa.standard.define_syntax
-
- define_unit - Class in kawa.standard
-
- define_unit(boolean) - Constructor for class kawa.standard.define_unit
-
- define_unit - Static variable in class kawa.standard.define_unit
-
- define_variable - Class in kawa.standard
-
"define-variable" is like define, but ignored if variable already bound.
- define_variable() - Constructor for class kawa.standard.define_variable
-
- define_variable - Static variable in class kawa.standard.define_variable
-
- define_xml_namespace - Static variable in class gnu.kawa.lispexpr.DefineNamespace
-
- defineAll(Object, Language, Environment) - Static method in class gnu.kawa.reflect.ClassMemberLocation
-
Import all the public fields of an object.
- defineApplyTemplate(String, double, Symbol, Procedure) - Static method in class gnu.kawa.xslt.XSLT
-
- defineCallTemplate(Symbol, double, Procedure) - Static method in class gnu.kawa.xslt.XSLT
-
- defined() - Method in class gnu.bytecode.Label
-
- defineFunction(Named) - Method in class gnu.expr.Language
-
Enter a named function into the current environment.
- defineFunction(String, Object) - Method in class gnu.expr.Language
-
Enter a function into the current environment.
- defineKey(Object, Object) - Method in class gnu.jemacs.buffer.EKeymap
-
- defineKey(int, Object) - Method in class gnu.jemacs.buffer.EKeymap
-
- DefineNamespace - Class in gnu.kawa.lispexpr
-
- DefineNamespace() - Constructor for class gnu.kawa.lispexpr.DefineNamespace
-
- definePrefix(int) - Method in class gnu.jemacs.buffer.EKeymap
-
Get or create keymap associate with a prefix key in a given keymap.
- defineRaw(CodeAttr) - Method in class gnu.bytecode.Label
-
Define the value of a label as having the current location.
- defineRaw - Static variable in class kawa.standard.define
-
- defineTemplate(Symbol, String, double, Symbol, Procedure) - Static method in class gnu.kawa.xslt.XSLT
-
- DEFINING_FLAG - Static variable in class gnu.expr.SetExp
-
- defProcStFld(String, String, String) - Method in class gnu.expr.Language
-
Declare in the current Environment a procedure bound to a static field.
- defProcStFld(String, String) - Method in class gnu.expr.Language
-
Declare in the current Environment a procedure bound to a static field.
- defSntxStFld(String, String, String) - Method in class gnu.kawa.lispexpr.LispLanguage
-
Declare in the current Environment a Syntax bound to a static field.
- defSntxStFld(String, String) - Method in class gnu.kawa.lispexpr.LispLanguage
-
- defun - Class in gnu.commonlisp.lang
-
The Syntax transformer that re-writes the `defun' ELisp builtin.
- defun(Lambda) - Constructor for class gnu.commonlisp.lang.defun
-
- defun(String, Object) - Method in class gnu.commonlisp.lang.Lisp2
-
- defun(Symbol, Object) - Method in class gnu.commonlisp.lang.Lisp2
-
- defvar - Class in gnu.commonlisp.lang
-
- defvar(boolean) - Constructor for class gnu.commonlisp.lang.defvar
-
- delete() - Method in class gnu.jemacs.buffer.EFrame
-
- delete() - Method in class gnu.jemacs.buffer.EWindow
-
- delete() - Method in class gnu.jemacs.swing.SwingFrame
-
- delete(int, int) - Method in class gnu.jemacs.swt.SwtCharBuffer
-
- delete(int, int) - Method in class gnu.lists.CharBuffer
-
- delete() - Method in class gnu.text.FilePath
-
- delete() - Method in class gnu.text.Path
-
- deleteData(int, int) - Method in class gnu.kawa.xml.KCharacterData
-
- deleteLines(int, int) - Method in class gnu.jemacs.swt.LineOffsets
-
- deleteNoValidate() - Method in class gnu.jemacs.buffer.EWindow
-
- deleteNoValidate() - Method in class gnu.jemacs.swing.SwingWindow
-
- deleteOldText() - Method in class kawa.ReplDocument
-
Delete old text, prior to line containing outputMark.
- deleteOtherWindows() - Method in class gnu.jemacs.buffer.EWindow
-
- demangle2(char, char) - Static method in class gnu.expr.Compilation
-
Demangle a three-character mangling starting with '$'.
- demangleName(String) - Static method in class gnu.expr.Compilation
-
- demangleName(String, boolean) - Static method in class gnu.expr.Compilation
-
- denominator() - Method in class gnu.math.IntFraction
-
- denominator() - Method in class gnu.math.IntNum
-
- denominator() - Method in class gnu.math.RatNum
-
- DescendantAxis - Class in gnu.kawa.xml
-
Used to implement a descendant:: step in a path expression.
- DescendantAxis() - Constructor for class gnu.kawa.xml.DescendantAxis
-
- DescendantOrSelfAxis - Class in gnu.kawa.xml
-
Used to implement a descendant-or-self:: step in a path expression.
- description - Variable in exception gnu.xquery.util.XQException
-
- destroy() - Method in class gnu.kawa.echo2.Echo2Servlet
-
- detect(InputStream) - Static method in class gnu.expr.Language
-
Detect the programming language of a file based on its first line.
- detect(InPort) - Static method in class gnu.expr.Language
-
Detect the programming language of a file based on its first line.
- detect(String) - Static method in class gnu.expr.Language
-
Detect the programming language of a file based on its first line.
- dfault - Static variable in class gnu.expr.Special
-
- DFloNum - Class in gnu.math
-
- DFloNum() - Constructor for class gnu.math.DFloNum
-
- DFloNum(double) - Constructor for class gnu.math.DFloNum
-
- DFloNum(String) - Constructor for class gnu.math.DFloNum
-
- dflonumType - Static variable in class gnu.kawa.lispexpr.LangObjType
-
- Dimensions - Class in gnu.math
-
A Dimensions object represents the product or ratio of BaseUnits.
- dimensions() - Method in class gnu.math.Quantity
-
- dimensions() - Method in class gnu.math.Unit
-
- DIRECT_ON_SET - Static variable in class gnu.mapping.IndirectableLocation
-
If value==DIRECT_ON_SET, break indirection on a set.
- disAssemble(ClassTypeWriter, int, int) - Method in class gnu.bytecode.CodeAttr
-
- disassemble(Procedure, Writer) - Static method in class gnu.expr.PrimProcedure
-
- disassemble(Procedure, ClassTypeWriter) - Static method in class gnu.expr.PrimProcedure
-
- disassemble() - Method in class kawa.lang.SyntaxPattern
-
- disassemble(PrintWriter, Translator) - Method in class kawa.lang.SyntaxPattern
-
- disassemble$X(Procedure, CallContext) - Static method in class gnu.expr.PrimProcedure
-
- display(boolean, EFrame) - Method in class gnu.jemacs.buffer.Buffer
-
- Display - Class in gnu.kawa.models
-
An abstract "display device".
- Display() - Constructor for class gnu.kawa.models.Display
-
- DisplayFormat - Class in gnu.kawa.functions
-
Handle formatted output for Lisp-like languages.
- DisplayFormat(boolean, char) - Constructor for class gnu.kawa.functions.DisplayFormat
-
Create a new instance.
- displayFormat - Static variable in class kawa.standard.Scheme
-
- dispose(Menu) - Static method in class gnu.jemacs.swt.SwtHelper
-
Calls menubar.dispose()
- DISTINCT_VALUES_BUILTIN - Static variable in class gnu.xquery.lang.XQResolveNames
-
Code number for the special distinct-values function.
- DistinctValues - Class in gnu.xquery.util
-
- DistinctValues() - Constructor for class gnu.xquery.util.DistinctValues
-
- distinctValues$X(Object, NamedCollator, CallContext) - Static method in class gnu.xquery.util.DistinctValues
-
- div - Static variable in class gnu.kawa.functions.DivideOp
-
- div(Object) - Method in class gnu.math.Complex
-
- div(Object) - Method in class gnu.math.DComplex
-
- div(double, double, double, double) - Static method in class gnu.math.DComplex
-
Copyright 1990, 1991, 1992, 1993 by AT&T Bell Laboratories and Bellcore.
- div(Object) - Method in class gnu.math.DFloNum
-
- div(Object) - Method in class gnu.math.DQuantity
-
- div(Duration, Duration) - Static method in class gnu.math.Duration
-
- div(Object) - Method in class gnu.math.Duration
-
- div(Object) - Method in class gnu.math.IntFraction
-
- div(Object) - Method in class gnu.math.IntNum
-
- div(Object) - Method in class gnu.math.Numeric
-
- div(Object) - Method in class gnu.math.Quantity
-
- div(Object) - Method in class gnu.math.RealNum
-
- div - Static variable in class gnu.xquery.util.ArithOp
-
- div(BigDecimal, BigDecimal) - Static method in class gnu.xquery.util.ArithOp
-
- div0 - Static variable in class gnu.kawa.functions.DivideOp
-
- div_inv() - Method in class gnu.math.Numeric
-
Return the multiplicative inverse.
- divide(Complex, Complex) - Static method in class gnu.math.Complex
-
- divide(DQuantity, DQuantity) - Static method in class gnu.math.DQuantity
-
- divide(long, long, IntNum, IntNum, int) - Static method in class gnu.math.IntNum
-
- divide(IntNum, IntNum, IntNum, IntNum, int) - Static method in class gnu.math.IntNum
-
Divide two integers, yielding quotient and remainder.
- divide(Quantity, Quantity) - Static method in class gnu.math.Quantity
-
- divide(RatNum, RatNum) - Static method in class gnu.math.RatNum
-
- divide(RealNum, RealNum) - Static method in class gnu.math.RealNum
-
- divide(Unit, Unit) - Static method in class gnu.math.Unit
-
- DIVIDE_GENERIC - Static variable in class gnu.kawa.functions.ArithOp
-
Implement's Scheme / operation.
- DIVIDE_INEXACT - Static variable in class gnu.kawa.functions.ArithOp
-
Implements a division operation.
- DivideOp - Class in gnu.jemacs.lang
-
- DivideOp(String) - Constructor for class gnu.jemacs.lang.DivideOp
-
- DivideOp - Class in gnu.kawa.functions
-
Implement the Scheme standard function "/".
- DivideOp(String, int) - Constructor for class gnu.kawa.functions.DivideOp
-
- divReversed(Numeric) - Method in class gnu.math.Complex
-
- divReversed(Numeric) - Method in class gnu.math.DFloNum
-
- divReversed(Numeric) - Method in class gnu.math.DQuantity
-
- divReversed(Numeric) - Method in class gnu.math.IntFraction
-
- divReversed(Numeric) - Method in class gnu.math.Numeric
-
- divReversed(Numeric) - Method in class gnu.math.Quantity
-
- DO - Static variable in class kawa.Telnet
-
Indicates the request that the other party perform, or
confirmation that you are expecting the other party to perform, the
indicated option.
- doc - Variable in class gnu.jemacs.swing.SwingBuffer
-
- DOC_AVAILABLE_BUILTIN - Static variable in class gnu.xquery.lang.XQResolveNames
-
Code number for the special doc-available function.
- DOC_BUILTIN - Static variable in class gnu.xquery.lang.XQResolveNames
-
Code number for the special doc function.
- docCached(Object, Object) - Static method in class gnu.xquery.util.NodeUtils
-
Parse an XML document, caching the result.
- doCoerce(Compilation) - Method in class gnu.expr.CheckedTarget
-
- doCoerce(Compilation) - Method in class gnu.expr.StackTarget
-
- docStart - Variable in class gnu.lists.TreeList
-
If non-zero, gap is in an document starting (1 less than) here.
- doctypePublic - Static variable in class gnu.xml.XMLPrinter
-
The system identifier emitted in a DOCTYPE declaration.
- doctypeSystem - Static variable in class gnu.xml.XMLPrinter
-
Fluid parameter to control whether a DOCTYPE declaration is emitted.
- Document - Class in gnu.kawa.xml
-
Implement the XQuery function 'document'.
- Document() - Constructor for class gnu.kawa.xml.Document
-
- document - Static variable in class gnu.kawa.xml.Document
-
- DOCUMENT_OK - Static variable in class gnu.kawa.xml.NodeType
-
- DOCUMENT_URI - Static variable in class gnu.lists.TreeList
-
The document-uri property of a node.
- DOCUMENT_VALUE - Static variable in interface gnu.lists.Sequence
-
- DocumentConstructor - Class in gnu.kawa.xml
-
- DocumentConstructor() - Constructor for class gnu.kawa.xml.DocumentConstructor
-
- documentConstructor - Static variable in class gnu.kawa.xml.DocumentConstructor
-
- documentNodeTest - Static variable in class gnu.kawa.xml.NodeType
-
- documentUri(Object) - Static method in class gnu.xquery.util.NodeUtils
-
- documentUriOfPos(int) - Method in class gnu.lists.TreeList
-
- doFixups() - Method in class gnu.bytecode.ClassType
-
Do various fixups after generating code but before we can write it out.
- doGet(HttpServletRequest, HttpServletResponse) - Method in class gnu.kawa.servlet.KawaServlet
-
- DONT - Static variable in class kawa.Telnet
-
- DONT_DEREFERENCE - Static variable in class gnu.expr.ReferenceExp
-
- DONT_USE_JSR - Static variable in class gnu.bytecode.CodeAttr
-
- doPost(HttpServletRequest, HttpServletResponse) - Method in class gnu.kawa.servlet.KawaServlet
-
- doPost(HttpServletRequest, HttpServletResponse) - Method in class gnu.kawa.servlet.ReplServlet
-
- doSaveTopLevelRedefs() - Method in class gnu.expr.NameLookup
-
When true, top-level defs should push rather then replace old ones.
- doTrace(Procedure, boolean) - Static method in class kawa.standard.TracedProcedure
-
- dotToken - Static variable in class gnu.ecmascript.Lexer
-
- DOUBLE - Static variable in class gnu.bytecode.ConstantPool
-
- DOUBLE_CODE - Static variable in class gnu.kawa.functions.Arithmetic
-
Promotion code double/Double.
- DOUBLE_ONE - Static variable in class gnu.kawa.xml.XDataType
-
- double_type - Static variable in class gnu.bytecode.Type
-
- DOUBLE_TYPE_CODE - Static variable in class gnu.kawa.xml.XDataType
-
- DOUBLE_VALUE - Static variable in interface gnu.lists.Sequence
-
Return code used to indicate next element is 64-bit double.
- DOUBLE_ZERO - Static variable in class gnu.kawa.xml.XDataType
-
- doubleAt(int) - Method in class gnu.lists.F64Vector
-
- doubleAtBuffer(int) - Method in class gnu.lists.F64Vector
-
- doubleImagValue() - Method in class gnu.math.Complex
-
- doubleImagValue() - Method in class gnu.math.DComplex
-
- doubleImagValue() - Method in class gnu.math.Quantity
-
The value of the imaginary component, as a double.
- doubleRealValue() - Method in class gnu.math.Complex
-
- doubleToObject(double) - Method in class gnu.expr.KawaConvert
-
- doubleToObject(double) - Method in class gnu.lists.Convert
-
- doubleType - Static variable in class gnu.bytecode.Type
-
- doubleType - Static variable in class gnu.kawa.lispexpr.LangPrimType
-
- doubleType - Static variable in class gnu.kawa.xml.XDataType
-
- doubleValue() - Method in class gnu.math.Complex
-
- doubleValue() - Method in class gnu.math.DComplex
-
- doubleValue() - Method in class gnu.math.DFloNum
-
- doubleValue() - Method in class gnu.math.DQuantity
-
- doubleValue() - Method in class gnu.math.IntFraction
-
- doubleValue() - Method in class gnu.math.IntNum
-
- doubleValue() - Method in class gnu.math.Quantity
-
The value of the real component, as a double.
- doubleValue() - Method in class gnu.math.Unit
-
- doubleValue_method - Static variable in class gnu.bytecode.Type
-
- DQuantity - Class in gnu.math
-
A Quantity represented as the product of a plain double and a Unit.
- DQuantity(double, Unit) - Constructor for class gnu.math.DQuantity
-
- DrawImage - Class in gnu.kawa.models
-
- DrawImage() - Constructor for class gnu.kawa.models.DrawImage
-
- DrawImage(BufferedImage) - Constructor for class gnu.kawa.models.DrawImage
-
- DrawShape - Class in gnu.kawa.models
-
- DrawShape(Shape) - Constructor for class gnu.kawa.models.DrawShape
-
- dump - Class in gnu.bytecode
-
Application to read a ClassType from a DataInputStream (.class file).
- dump() - Method in class gnu.lists.CharBuffer
-
- dump() - Method in class gnu.lists.TreeList
-
- dump(PrintWriter) - Method in class gnu.lists.TreeList
-
- dump(PrintWriter, int, int) - Method in class gnu.lists.TreeList
-
- dump() - Method in class gnu.lists.TreePosition
-
Copy this position into pos.
- dumpZipPrefix - Static variable in class gnu.expr.ModuleExp
-
Used to control which .zip file dumps are generated.
- duplicateAttributeMessage(Symbol, Object) - Static method in class gnu.xml.XMLFilter
-
- duplicateDeclarationError(Declaration, Declaration, Compilation) - Static method in class gnu.expr.ScopeExp
-
- Duration - Class in gnu.math
-
- Duration() - Constructor for class gnu.math.Duration
-
- duration - Static variable in class gnu.math.Unit
-
- DURATION_TYPE_CODE - Static variable in class gnu.kawa.xml.XDataType
-
- durationType - Static variable in class gnu.kawa.xml.XDataType
-
- EARLY_INIT - Static variable in class gnu.expr.Declaration
-
Initialize in <init>/<clinit>
rather than in run/$run$.
- echo(char[], int, int) - Method in class gnu.mapping.LogWriter
-
- echo(char[], int, int) - Method in class gnu.mapping.OutPort
-
- ECHO - Static variable in class kawa.Telnet
-
- Echo2AppInstance - Class in gnu.kawa.echo2
-
- Echo2AppInstance() - Constructor for class gnu.kawa.echo2.Echo2AppInstance
-
- Echo2Display - Class in gnu.kawa.echo2
-
- Echo2Display() - Constructor for class gnu.kawa.echo2.Echo2Display
-
- Echo2Servlet - Class in gnu.kawa.echo2
-
- Echo2Servlet(String, Class) - Constructor for class gnu.kawa.echo2.Echo2Servlet
-
- Echo2Window - Class in gnu.kawa.echo2
-
- Echo2Window() - Constructor for class gnu.kawa.echo2.Echo2Window
-
- effectiveIndex(Array, Procedure, Object[], int[]) - Static method in class gnu.kawa.functions.Arrays
-
- EFrame - Class in gnu.jemacs.buffer
-
- EFrame() - Constructor for class gnu.jemacs.buffer.EFrame
-
- EFrame(EWindow) - Constructor for class gnu.jemacs.buffer.EFrame
-
- EKeymap - Class in gnu.jemacs.buffer
-
- EKeymap(String) - Constructor for class gnu.jemacs.buffer.EKeymap
-
- EKeymap() - Constructor for class gnu.jemacs.buffer.EKeymap
-
- ELEMENT_OK - Static variable in class gnu.kawa.xml.NodeType
-
- ELEMENT_VALUE - Static variable in interface gnu.lists.Sequence
-
- ElementPredicate - Interface in gnu.lists
-
A predicate that (only) matches a ELEMENT_VALUE.
- elements - Variable in class gnu.bytecode.ArrayType
-
- elements() - Method in class gnu.lists.AbstractSequence
-
- elements() - Method in interface gnu.lists.Sequence
-
- ElementType - Class in gnu.kawa.xml
-
- ElementType(Symbol) - Constructor for class gnu.kawa.xml.ElementType
-
- ElementType(String, Symbol) - Constructor for class gnu.kawa.xml.ElementType
-
- ELisp - Class in gnu.jemacs.lang
-
- elispEnvironment - Static variable in class gnu.jemacs.lang.ELisp
-
- ELSE_TOKEN - Static variable in class gnu.ecmascript.Reserved
-
- elseToken - Static variable in class gnu.ecmascript.Lexer
-
- EMenu - Interface in gnu.jemacs.buffer
-
- emit(Compilation) - Method in class gnu.expr.BindingInitializer
-
- emit(Compilation) - Method in class gnu.expr.ClassInitializer
-
- emit(Compilation) - Method in class gnu.expr.Initializer
-
- emit() - Method in class gnu.expr.LitTable
-
- emit(Compilation) - Method in class gnu.expr.ProcInitializer
-
- emitAdd(char) - Method in class gnu.bytecode.CodeAttr
-
- emitAdd(PrimType) - Method in class gnu.bytecode.CodeAttr
-
- emitAdd() - Method in class gnu.bytecode.CodeAttr
-
Deprecated.
- emitAnd() - Method in class gnu.bytecode.CodeAttr
-
- emitArrayLength() - Method in class gnu.bytecode.CodeAttr
-
- emitArrayLoad(Type) - Method in class gnu.bytecode.CodeAttr
-
Load an element from an array.
- emitArrayLoad() - Method in class gnu.bytecode.CodeAttr
-
Load an element from an array.
- emitArrayStore(Type) - Method in class gnu.bytecode.CodeAttr
-
Store into an element of an array.
- emitArrayStore() - Method in class gnu.bytecode.CodeAttr
-
Store into an element of an array.
- emitBinop(int, Type) - Method in class gnu.bytecode.CodeAttr
-
- emitCatchEnd() - Method in class gnu.bytecode.CodeAttr
-
- emitCatchStart(Variable) - Method in class gnu.bytecode.CodeAttr
-
- emitCharacterReference(int, char[], int, int) - Method in class gnu.xml.XMLFilter
-
Process a character entity reference.
- emitCheckcast(Type) - Method in class gnu.bytecode.CodeAttr
-
- emitCheckedCoerce(Compilation, String, int, Type) - Static method in class gnu.expr.CheckedTarget
-
- emitCheckedCoerce(Compilation, LambdaExp, int, Type) - Static method in class gnu.expr.CheckedTarget
-
- emitCheckedCoerce(Compilation, LambdaExp, int, Type, Variable) - Static method in class gnu.expr.CheckedTarget
-
- emitCoerceFromObject(CodeAttr) - Method in class gnu.bytecode.ObjectType
-
Compile (in given method) cast from Object to this Type.
- emitCoerceFromObject(CodeAttr) - Method in class gnu.bytecode.ParameterizedType
-
- emitCoerceFromObject(CodeAttr) - Method in class gnu.bytecode.PrimType
-
- emitCoerceFromObject(CodeAttr) - Method in class gnu.bytecode.Type
-
Compile code to coerce/convert from Object to this type.
- emitCoerceFromObject(Type, Compilation) - Static method in class gnu.expr.StackTarget
-
- emitCoerceFromObject(CodeAttr) - Method in class gnu.kawa.lispexpr.LangObjType
-
- emitCoerceFromObject(CodeAttr) - Method in class gnu.kawa.lispexpr.LangPrimType
-
- emitCoerceFromObject(CodeAttr) - Method in class gnu.kawa.reflect.SingletonType
-
- emitCoerceFromObject(CodeAttr) - Method in class gnu.kawa.xml.AttributeType
-
- emitCoerceFromObject(CodeAttr) - Method in class gnu.kawa.xml.ElementType
-
- emitCoerceFromObject(CodeAttr) - Method in class gnu.kawa.xml.NodeType
-
- emitCoerceFromObject(CodeAttr) - Method in class gnu.kawa.xml.ProcessingInstructionType
-
- emitCoerceFromObject(CodeAttr) - Method in class gnu.kawa.xml.XDataType
-
- emitCoerceOrNullMethod(Variable, Compilation) - Method in class gnu.kawa.xml.AttributeType
-
- emitCoerceOrNullMethod(Variable, Compilation) - Method in class gnu.kawa.xml.ElementType
-
- emitCoerceOrNullMethod(Variable, Compilation) - Method in class gnu.kawa.xml.NodeType
-
- emitCoerceOrNullMethod(Variable, Compilation) - Method in class gnu.kawa.xml.ProcessingInstructionType
-
- emitCoerceToBoolean() - Method in class gnu.expr.Compilation
-
Generate code to test if an object is considered true.
- emitCoerceToObject(CodeAttr) - Method in class gnu.bytecode.PrimType
-
- emitCoerceToObject(CodeAttr) - Method in class gnu.bytecode.Type
-
Compile code to convert a object of this type on the stack to Object.
- emitCoerceToObject(CodeAttr) - Method in class gnu.kawa.lispexpr.LangPrimType
-
- emitCoerceToObject(CodeAttr) - Method in class gnu.kawa.xml.XDataType
-
- emitConvert(Type, Type) - Method in class gnu.bytecode.CodeAttr
-
- emitConvertFromPrimitive(Type, CodeAttr) - Method in class gnu.bytecode.Type
-
Convert from stackType (usually PrimType) to this type.
- emitConvertFromPrimitive(Type, CodeAttr) - Method in class gnu.kawa.lispexpr.LangObjType
-
- emitDiv() - Method in class gnu.bytecode.CodeAttr
-
- emitDoctypeDecl(char[], int, int, int, int) - Method in class gnu.xml.XMLFilter
-
Process a DOCTYPE declaration.
- emitDup() - Method in class gnu.bytecode.CodeAttr
-
Emit code to duplicate the top element of the stack.
- emitDup(int, int) - Method in class gnu.bytecode.CodeAttr
-
Compile code to duplicate with offset.
- emitDup(int) - Method in class gnu.bytecode.CodeAttr
-
Compile code to duplicate the top 1 or 2 words.
- emitDup(Type) - Method in class gnu.bytecode.CodeAttr
-
- emitDupX() - Method in class gnu.bytecode.CodeAttr
-
Emit code to duplicate the top element of the stack
and place the copy before the previous element.
- emitElse() - Method in class gnu.bytecode.CodeAttr
-
Compile start of else clause.
- emitEndAttributes() - Method in class gnu.xml.XMLFilter
-
Process the end of a start tag.
- emitEndElement(char[], int, int) - Method in class gnu.xml.XMLFilter
-
Process an end tag.
- emitEntityReference(char[], int, int) - Method in class gnu.xml.XMLFilter
-
Process an entity reference.
- emitFi() - Method in class gnu.bytecode.CodeAttr
-
Compile end of conditional.
- emitFinallyEnd() - Method in class gnu.bytecode.CodeAttr
-
- emitFinallyStart() - Method in class gnu.bytecode.CodeAttr
-
- emitGetField(Field) - Method in class gnu.bytecode.CodeAttr
-
Compile code to get a non-static field value.
- emitGetStatic(Field) - Method in class gnu.bytecode.CodeAttr
-
Compile code to get a static field value.
- emitGoto(Label) - Method in class gnu.bytecode.CodeAttr
-
Compile an unconditional branch (goto).
- emitGotoFirstBranch(CodeAttr) - Method in class gnu.expr.ConditionalTarget
-
Goto whichever of IfTrue or ifFalse is specified by trueBranchComesFirst.
- emitGotoIfCompare1(Label, int) - Method in class gnu.bytecode.CodeAttr
-
- emitGotoIfCompare2(Label, int) - Method in class gnu.bytecode.CodeAttr
-
- emitGotoIfEq(Label, boolean) - Method in class gnu.bytecode.CodeAttr
-
Deprecated.
- emitGotoIfEq(Label) - Method in class gnu.bytecode.CodeAttr
-
Compile a conditional transfer if 2 top stack elements are equal.
- emitGotoIfGe(Label) - Method in class gnu.bytecode.CodeAttr
-
- emitGotoIfGt(Label) - Method in class gnu.bytecode.CodeAttr
-
- emitGotoIfIntEqZero(Label) - Method in class gnu.bytecode.CodeAttr
-
- emitGotoIfIntGeZero(Label) - Method in class gnu.bytecode.CodeAttr
-
- emitGotoIfIntGtZero(Label) - Method in class gnu.bytecode.CodeAttr
-
- emitGotoIfIntLeZero(Label) - Method in class gnu.bytecode.CodeAttr
-
- emitGotoIfIntLtZero(Label) - Method in class gnu.bytecode.CodeAttr
-
- emitGotoIfIntNeZero(Label) - Method in class gnu.bytecode.CodeAttr
-
- emitGotoIfLe(Label) - Method in class gnu.bytecode.CodeAttr
-
- emitGotoIfLt(Label) - Method in class gnu.bytecode.CodeAttr
-
- emitGotoIfNE(Label) - Method in class gnu.bytecode.CodeAttr
-
Compile conditional transfer if 2 top stack elements are not equal.
- emitIfCompare1(int) - Method in class gnu.bytecode.CodeAttr
-
Compile start of a conditional:
if (!(x opcode 0)) ....
- emitIfEq() - Method in class gnu.bytecode.CodeAttr
-
Compile start of a conditional: if (x == y) ...
- emitIfGe() - Method in class gnu.bytecode.CodeAttr
-
Compile start of a conditional: if (x >= y) ...
- emitIfGt() - Method in class gnu.bytecode.CodeAttr
-
Compile start of a conditional: if (x > y) ...
- emitIfIntCompare(int) - Method in class gnu.bytecode.CodeAttr
-
Compile start of a conditional: if (!(x OPCODE y)) ...
- emitIfIntEqZero() - Method in class gnu.bytecode.CodeAttr
-
Compile start of conditional: if (x == 0) ....
- emitIfIntLEqZero() - Method in class gnu.bytecode.CodeAttr
-
Compile start of conditional: if (x <= 0).
- emitIfIntLt() - Method in class gnu.bytecode.CodeAttr
-
- emitIfIntNotZero() - Method in class gnu.bytecode.CodeAttr
-
Compile start of conditional: if (x != 0) ....
- emitIfLe() - Method in class gnu.bytecode.CodeAttr
-
Compile start of a conditional: if (x <= y) ...
- emitIfLt() - Method in class gnu.bytecode.CodeAttr
-
Compile start of a conditional: if (x < y) ...
- emitIfNEq() - Method in class gnu.bytecode.CodeAttr
-
Compile start of a conditional: if (x != y) ...
- emitIfNotNull() - Method in class gnu.bytecode.CodeAttr
-
Compile start of conditional: if (x != null)
- emitIfNull() - Method in class gnu.bytecode.CodeAttr
-
Compile start of conditional: if (x == null)
- emitIfRefCompare1(int) - Method in class gnu.bytecode.CodeAttr
-
Compile start of a conditional: if (!(x opcode null)) ....
- emitIfThen() - Method in class gnu.bytecode.CodeAttr
-
- emitInc(Variable, short) - Method in class gnu.bytecode.CodeAttr
-
Emit an instruction to increment a variable by some amount.
- emitInstanceof(Type) - Method in class gnu.bytecode.CodeAttr
-
- emitInvoke(Method) - Method in class gnu.bytecode.CodeAttr
-
- emitInvokeInterface(Method) - Method in class gnu.bytecode.CodeAttr
-
- emitInvokeMethod(Method, int) - Method in class gnu.bytecode.CodeAttr
-
- emitInvokeSpecial(Method) - Method in class gnu.bytecode.CodeAttr
-
- emitInvokeStatic(Method) - Method in class gnu.bytecode.CodeAttr
-
Compile a static method call.
- emitInvokeVirtual(Method) - Method in class gnu.bytecode.CodeAttr
-
Compile a virtual method call.
- emitIOr() - Method in class gnu.bytecode.CodeAttr
-
- emitIsInstance(CodeAttr) - Method in class gnu.bytecode.PrimType
-
- emitIsInstance(CodeAttr) - Method in class gnu.bytecode.Type
-
- emitIsInstance(Variable, Compilation, Target) - Method in interface gnu.expr.TypeValue
-
Emit code for incoming instanceof this_type.
- emitIsInstance(Variable, Compilation, Target) - Method in class gnu.kawa.lispexpr.LangObjType
-
- emitIsInstance(CodeAttr) - Method in class gnu.kawa.lispexpr.LangPrimType
-
- emitIsInstance(Variable, Compilation, Target) - Method in class gnu.kawa.lispexpr.LangPrimType
-
- emitIsInstance(TypeValue, Variable, Compilation, Target) - Static method in class gnu.kawa.reflect.InstanceOf
-
- emitIsInstance(Variable, Compilation, Target) - Method in class gnu.kawa.reflect.OccurrenceType
-
- emitIsInstance(Variable, Compilation, Target) - Method in class gnu.kawa.xml.NodeType
-
- emitIsInstance(Variable, Compilation, Target) - Method in class gnu.kawa.xml.XDataType
-
- emitJsr(Label) - Method in class gnu.bytecode.CodeAttr
-
- emitLoad(Variable) - Method in class gnu.bytecode.CodeAttr
-
Compile code to push the contents of a local variable onto the statck.
- emitLoadModuleMethod(LambdaExp, Compilation) - Static method in class gnu.expr.ProcInitializer
-
Create and load a ModuleMethod for the given procedure.
- emitMonitorEnter() - Method in class gnu.bytecode.CodeAttr
-
- emitMonitorExit() - Method in class gnu.bytecode.CodeAttr
-
- emitMul() - Method in class gnu.bytecode.CodeAttr
-
- emitNew(ClassType) - Method in class gnu.bytecode.CodeAttr
-
Invoke new on a class type.
- emitNewArray(Type, int) - Method in class gnu.bytecode.CodeAttr
-
Compile code to allocate a new array.
- emitNewArray(Type) - Method in class gnu.bytecode.CodeAttr
-
- emitNot(Type) - Method in class gnu.bytecode.CodeAttr
-
Compile 'not', assuming 0 or 1 is on the JVM stack.
- emitPop(int) - Method in class gnu.bytecode.CodeAttr
-
Compile code to pop values off the stack (and ignore them).
- emitPrimop(int, int, Type) - Method in class gnu.bytecode.CodeAttr
-
- emitPrompt(String) - Method in class gnu.mapping.TtyInPort
-
- emitPushBoolean(boolean) - Method in class gnu.commonlisp.lang.Lisp2Compilation
-
- emitPushBoolean(boolean) - Method in class gnu.expr.Compilation
-
- emitPushClass(ObjectType) - Method in class gnu.bytecode.CodeAttr
-
Push a class constant pool entry.
- emitPushConstant(int, Type) - Method in class gnu.bytecode.CodeAttr
-
- emitPushConstant(CpoolEntry) - Method in class gnu.bytecode.CodeAttr
-
- emitPushDefaultValue(Type) - Method in class gnu.bytecode.CodeAttr
-
Push zero or null as appropriate for the given type.
- emitPushDouble(double) - Method in class gnu.bytecode.CodeAttr
-
- emitPushFloat(float) - Method in class gnu.bytecode.CodeAttr
-
- emitPushInt(int) - Method in class gnu.bytecode.CodeAttr
-
- emitPushLong(long) - Method in class gnu.bytecode.CodeAttr
-
- emitPushNull() - Method in class gnu.bytecode.CodeAttr
-
- emitPushPrimArray(Object, ArrayType) - Method in class gnu.bytecode.CodeAttr
-
Emit code to push a constant primitive array.
- emitPushString(String) - Method in class gnu.bytecode.CodeAttr
-
Emit code to push the value of a constant String.
- emitPushThis() - Method in class gnu.bytecode.CodeAttr
-
- emitPutField(Field) - Method in class gnu.bytecode.CodeAttr
-
Compile code to put a non-static field value.
- emitPutStatic(Field) - Method in class gnu.bytecode.CodeAttr
-
Compile code to put a static field value.
- emitRem() - Method in class gnu.bytecode.CodeAttr
-
- emitRet(Variable) - Method in class gnu.bytecode.CodeAttr
-
Emit a 'ret' instruction.
- emitReturn() - Method in class gnu.bytecode.CodeAttr
-
Compile a method return.
- emitShl() - Method in class gnu.bytecode.CodeAttr
-
- emitShr() - Method in class gnu.bytecode.CodeAttr
-
- emitSourceDebugExtAttr - Static variable in class gnu.expr.Compilation
-
- emitStackMapEntry(Label, CodeAttr) - Method in class gnu.bytecode.StackMapTableAttr
-
Emit type state for the given Label.
- emitStartAttribute(char[], int, int) - Method in class gnu.xml.XMLFilter
-
Process an attribute, with the given attribute name.
- emitStartElement(char[], int, int) - Method in class gnu.xml.XMLFilter
-
Process a start tag, with the given element name.
- emitStore(Variable) - Method in class gnu.bytecode.CodeAttr
-
- emitStoreDefaultValue(Variable) - Method in class gnu.bytecode.CodeAttr
-
Initialize a variable to zero or null, as appropriate.
- emitSub(char) - Method in class gnu.bytecode.CodeAttr
-
- emitSub(PrimType) - Method in class gnu.bytecode.CodeAttr
-
- emitSub() - Method in class gnu.bytecode.CodeAttr
-
Deprecated.
- emitSwap() - Method in class gnu.bytecode.CodeAttr
-
- emitTailCall(boolean, Scope) - Method in class gnu.bytecode.CodeAttr
-
Compile a tail-call to position 0 of the current procedure.
- emitTestIf(Variable, Declaration, Compilation) - Method in interface gnu.expr.TypeValue
-
Emit code for
if (incoming instanceof this_type) decl = incoming ....
- emitTestIf(Variable, Declaration, Compilation) - Method in class gnu.kawa.lispexpr.LangObjType
-
- emitTestIf(Variable, Declaration, Compilation) - Method in class gnu.kawa.lispexpr.LangPrimType
-
- emitTestIf(Variable, Declaration, Compilation) - Method in class gnu.kawa.reflect.OccurrenceType
-
- emitTestIf(Variable, Declaration, Compilation) - Method in class gnu.kawa.xml.NodeType
-
- emitTestIf(Variable, Declaration, Compilation) - Method in class gnu.kawa.xml.XDataType
-
- emitThen() - Method in class gnu.bytecode.CodeAttr
-
- emitThrow() - Method in class gnu.bytecode.CodeAttr
-
- emitTryCatchEnd() - Method in class gnu.bytecode.CodeAttr
-
- emitTryEnd() - Method in class gnu.bytecode.CodeAttr
-
- emitTryStart(boolean, Type) - Method in class gnu.bytecode.CodeAttr
-
- emitUshr() - Method in class gnu.bytecode.CodeAttr
-
- emitWithCleanupCatch(Variable) - Method in class gnu.bytecode.CodeAttr
-
Called after a body that has a cleanup clause.
- emitWithCleanupDone() - Method in class gnu.bytecode.CodeAttr
-
Called after generating a cleanup handler.
- emitWithCleanupStart() - Method in class gnu.bytecode.CodeAttr
-
Beginning of code that has a cleanup handler.
- emitXOr() - Method in class gnu.bytecode.CodeAttr
-
- empty - Static variable in class gnu.jemacs.buffer.EKeymap
-
- empty - Static variable in class gnu.lists.BitVector
-
- empty - Static variable in class gnu.lists.ByteVector
-
- empty - Static variable in class gnu.lists.F32Vector
-
- empty - Static variable in class gnu.lists.F64Vector
-
- empty - Static variable in class gnu.lists.FString
-
- empty - Static variable in class gnu.lists.FVector
-
- Empty - Static variable in class gnu.lists.LList
-
- empty - Static variable in class gnu.lists.S16Vector
-
- empty - Static variable in class gnu.lists.S32Vector
-
- empty - Static variable in class gnu.lists.S64Vector
-
- empty - Static variable in class gnu.mapping.Values
-
- Empty - Static variable in class gnu.math.Dimensions
-
The empty Dimensions that pure numbers have.
- Empty - Static variable in class gnu.math.Unit
-
- emptyArgs - Static variable in class gnu.ecmascript.Parser
-
- EmptyList - Class in gnu.lists
-
This singleton class represents an empty list.
- emptyList - Static variable in class gnu.lists.EmptyList
-
- EmptyNamespace - Static variable in class gnu.mapping.Namespace
-
The Namespace with the empty name.
- emptySequenceType - Static variable in class gnu.kawa.reflect.OccurrenceType
-
- EnclosingMethodAttr - Class in gnu.bytecode
-
- EnclosingMethodAttr(ClassType) - Constructor for class gnu.bytecode.EnclosingMethodAttr
-
- EnclosingMethodAttr(int, int, ClassType) - Constructor for class gnu.bytecode.EnclosingMethodAttr
-
- encodeForUri(String, char) - Static method in class gnu.text.URIPath
-
- encodeForUri(Object) - Static method in class gnu.xquery.util.StringUtils
-
- encodeRedirectURL(String) - Method in class gnu.kawa.servlet.CGIServletWrapper
-
- encodeRedirectUrl(String) - Method in class gnu.kawa.servlet.CGIServletWrapper
-
- encodeURL(String) - Method in class gnu.kawa.servlet.CGIServletWrapper
-
- encodeUrl(String) - Method in class gnu.kawa.servlet.CGIServletWrapper
-
- ENCODING - Static variable in class gnu.kawa.xml.Base64Binary
-
- END_ATTRIBUTE_SIZE - Static variable in class gnu.lists.TreeList
-
- END_DOCUMENT - Static variable in class gnu.lists.TreeList
-
End of a document.
- END_ELEMENT_LONG - Static variable in class gnu.lists.TreeList
-
End of n element, non-compact form.
- END_ELEMENT_SHORT - Static variable in class gnu.lists.TreeList
-
End of an element, compact form.
- END_ENTITY - Static variable in class gnu.lists.TreeList
-
- endAttribute() - Method in class gnu.kawa.sax.ContentConsumer
-
- endAttribute() - Method in class gnu.kawa.xml.HttpPrinter
-
- endAttribute() - Method in class gnu.kawa.xml.Nodes
-
- endAttribute() - Method in class gnu.kawa.xslt.XslTranslator
-
- endAttribute(Consumer) - Method in class gnu.lists.AbstractFormat
-
- endAttribute() - Method in interface gnu.lists.Consumer
-
End of an attribute or end of an actual parameter.
- endAttribute() - Method in class gnu.lists.FilterConsumer
-
- endAttribute() - Method in class gnu.lists.PrintConsumer
-
- endAttribute() - Method in class gnu.lists.TreeList
-
- endAttribute() - Method in class gnu.mapping.OutPort
-
No more attributes in this element.
- endAttribute() - Method in class gnu.xml.XMLFilter
-
- endAttribute() - Method in class gnu.xml.XMLPrinter
-
- endComment() - Method in class gnu.xml.XMLPrinter
-
- endDocument() - Method in class gnu.kawa.sax.ContentConsumer
-
- endDocument() - Method in class gnu.kawa.xml.HttpPrinter
-
- endDocument() - Method in class gnu.kawa.xml.Nodes
-
- endDocument() - Method in class gnu.kawa.xslt.XslTranslator
-
- endDocument() - Method in interface gnu.lists.Consumer
-
- endDocument() - Method in class gnu.lists.FilterConsumer
-
- endDocument() - Method in class gnu.lists.PrintConsumer
-
- endDocument() - Method in class gnu.lists.TreeList
-
- endDocument() - Method in class gnu.xml.NamedChildrenFilter
-
- endDocument() - Method in class gnu.xml.XMLFilter
-
- endDocument() - Method in class gnu.xml.XMLPrinter
-
- endElement() - Method in class gnu.kawa.sax.ContentConsumer
-
- endElement() - Method in class gnu.kawa.xml.HttpPrinter
-
- endElement(Consumer, Object) - Static method in class gnu.kawa.xml.MakeElement
-
- endElement() - Method in class gnu.kawa.xml.Nodes
-
- endElement() - Method in class gnu.kawa.xslt.XslTranslator
-
- endElement(Consumer) - Method in class gnu.lists.AbstractFormat
-
- endElement() - Method in interface gnu.lists.Consumer
-
- endElement() - Method in class gnu.lists.FilterConsumer
-
- endElement() - Method in class gnu.lists.PrintConsumer
-
- endElement() - Method in class gnu.lists.TreeList
-
- endElement() - Method in class gnu.mapping.OutPort
-
- endElement() - Method in class gnu.xml.NamedChildrenFilter
-
- endElement() - Method in class gnu.xml.XMLFilter
-
- endElement(String, String, String) - Method in class gnu.xml.XMLFilter
-
- endElement(String) - Method in class gnu.xml.XMLFilter
-
- endElement() - Method in class gnu.xml.XMLPrinter
-
- endEntity() - Method in class gnu.kawa.xml.Nodes
-
- endEntity() - Method in class gnu.lists.FilterConsumer
-
- endEntity() - Method in class gnu.lists.TreeList
-
- endEntity() - Method in interface gnu.lists.XConsumer
-
- endEntity() - Method in class gnu.xml.XMLFilter
-
- endEntity() - Method in class gnu.xml.XMLPrinter
-
- endExitableBlock() - Method in class gnu.bytecode.CodeAttr
-
End a block entered by a previous startExitableBlock.
- endFragment(int) - Method in class gnu.bytecode.CodeAttr
-
End a fragment.
- endLogicalBlock(String) - Method in class gnu.mapping.OutPort
-
- endLogicalBlock() - Method in class gnu.text.PrettyWriter
-
- endLogicalBlock(String) - Method in class gnu.text.PrettyWriter
-
- endMark - Variable in class kawa.ReplDocument
-
End of pending input.
- endNumber() - Method in class gnu.lists.PrintConsumer
-
- endNumber() - Method in class gnu.xml.XMLPrinter
-
- endPos() - Method in class gnu.lists.AbstractSequence
-
- endPos() - Method in class gnu.lists.StableVector
-
- endPos() - Method in class gnu.lists.SubSequence
-
- endPrefixMapping(String) - Method in class gnu.xml.XMLFilter
-
- endStartTag() - Method in class gnu.kawa.sax.ContentConsumer
-
- endsWith(Object, Object) - Static method in class gnu.xquery.util.StringUtils
-
- EnglishIntegerFormat - Class in gnu.text
-
- EnglishIntegerFormat(boolean) - Constructor for class gnu.text.EnglishIntegerFormat
-
- enqueue(int, int) - Method in class gnu.text.PrettyWriter
-
- enqueueIndent(char, int) - Method in class gnu.text.PrettyWriter
-
- ensureBufferLength(int) - Method in class gnu.lists.FString
-
- ensureSpace(int) - Method in class gnu.lists.TreeList
-
- enter() - Method in class gnu.jemacs.buffer.ProcessMode
-
- enter(String, double, Procedure) - Method in class gnu.kawa.xslt.TemplateTable
-
- enterAction() - Static method in class gnu.jemacs.buffer.ProcessMode
-
- entered() - Method in class gnu.mapping.Location
-
True if directly entered in an Environment.
- entered() - Method in class gnu.mapping.NamedLocation
-
- enterScope(Scope) - Method in class gnu.bytecode.CodeAttr
-
- enterScope(Scope) - Method in class gnu.bytecode.LocalVarsAttr
-
- ENTITY_TYPE_CODE - Static variable in class gnu.kawa.xml.XDataType
-
- ENTITYType - Static variable in class gnu.kawa.xml.XStringType
-
- entrySet() - Method in class gnu.expr.KawaScriptBindings
-
- entrySet() - Method in class gnu.kawa.util.AbstractHashTable
-
- entrySet() - Method in class gnu.mapping.SimpleEnvironment
-
- ENUM - Static variable in class gnu.bytecode.Access
-
- ENUM_ACCESS - Static variable in class gnu.expr.Declaration
-
- enumerateAllLocations() - Method in class gnu.expr.AbstractScriptEngineFactory.BindingsEnvironment
-
- enumerateAllLocations() - Method in class gnu.expr.BuiltinEnvironment
-
- enumerateAllLocations() - Method in class gnu.mapping.Environment
-
Does enumerate inherited Locations.
- enumerateAllLocations() - Method in class gnu.mapping.InheritingEnvironment
-
- enumerateAllLocations() - Method in class gnu.mapping.SimpleEnvironment
-
Does enumerate inherited Locations.
- enumerateLocations() - Method in class gnu.expr.AbstractScriptEngineFactory.BindingsEnvironment
-
- enumerateLocations() - Method in class gnu.expr.BuiltinEnvironment
-
- enumerateLocations() - Method in class gnu.mapping.Environment
-
Does not enumerate inherited Locations.
- enumerateLocations() - Method in class gnu.mapping.SimpleEnvironment
-
Does not enumerate inherited Locations.
- environ - Variable in class gnu.expr.Language
-
The environment for language built-ins and predefined bindings.
- Environment - Class in gnu.mapping
-
A mapping from EnvironmentKey to Locations.
- Environment() - Constructor for class gnu.mapping.Environment
-
- EnvironmentKey - Interface in gnu.mapping
-
A pair of a name (a Symbol) and a property (any Object).
- eof - Static variable in class gnu.expr.Special
-
- EOF_VALUE - Static variable in interface gnu.lists.Sequence
-
Return code used to indicate a position is at end of the sequence.
- EofClass - Class in gnu.lists
-
- EofClass() - Constructor for class gnu.lists.EofClass
-
- eofError(String) - Method in class gnu.text.Lexer
-
- eofError(String, int, int) - Method in class gnu.text.Lexer
-
- eofError(String) - Method in class gnu.xquery.lang.XQParser
-
- eofExpr - Static variable in class gnu.ecmascript.Parser
-
- eofToken - Static variable in class gnu.ecmascript.Lexer
-
- eofValue - Static variable in class gnu.lists.EofClass
-
Special magic end-of-file marker.
- eofValue - Static variable in interface gnu.lists.Sequence
-
Special magic end-of-file marker.
- eolToken - Static variable in class gnu.ecmascript.Lexer
-
- EQ - Static variable in class gnu.q2.lang.Operator
-
- equalityComparison(int) - Static method in class gnu.xquery.util.Compare
-
- EqualPat - Class in kawa.lang
-
A pattern that requires an exact match (using equal?).
- EqualPat() - Constructor for class kawa.lang.EqualPat
-
- EqualPat(Object) - Constructor for class kawa.lang.EqualPat
-
- equals(Object) - Method in class gnu.bytecode.AnnotationEntry
-
- equals(Object) - Method in class gnu.jemacs.buffer.Marker
-
- equals(Object) - Method in class gnu.kawa.util.HashNode
-
Implements the general Map.Entry specification.
- equals(Notation, Notation) - Method in class gnu.kawa.xml.Notation
-
- equals(Object) - Method in class gnu.kawa.xml.Notation
-
- equals(Object) - Method in class gnu.kawa.xml.UntypedAtomic
-
- equals(int, int) - Method in class gnu.lists.AbstractSequence
-
Compare two positions, and indicate if they are the same position.
- equals(Object) - Method in class gnu.lists.AbstractSequence
-
- equals(Object) - Method in class gnu.lists.FString
-
- equals(Object) - Method in class gnu.lists.FVector
-
- equals(Object) - Method in class gnu.lists.LList
-
- equals(Pair, Pair) - Static method in class gnu.lists.Pair
-
- equals(Object) - Method in class gnu.lists.Pair
-
- equals(Object) - Method in class gnu.lists.UnescapedData
-
- equals(Object) - Method in class gnu.mapping.KeyPair
-
- equals(Object) - Method in class gnu.mapping.NamedLocation
-
- equals(Symbol, Symbol) - Static method in class gnu.mapping.Symbol
-
- equals(Object) - Method in class gnu.mapping.Symbol
-
Just tests for identity.
- equals(Complex, Complex) - Static method in class gnu.math.Complex
-
- equals(Object) - Method in class gnu.math.Complex
-
- equals(Object) - Method in class gnu.math.DComplex
-
- equals(Object) - Method in class gnu.math.DFloNum
-
- equals(Duration, Duration) - Static method in class gnu.math.Duration
-
Compare for equality.
- equals(Object) - Method in class gnu.math.Duration
-
Compare for equality.
- equals(IntNum, IntNum) - Static method in class gnu.math.IntNum
-
- equals(Object) - Method in class gnu.math.IntNum
-
- equals(Object) - Method in class gnu.math.Numeric
-
- equals(RatNum, RatNum) - Static method in class gnu.math.RatNum
-
- equals(Object) - Method in class gnu.math.RatNum
-
- equals(Object) - Method in class gnu.text.Char
-
- equals(Object) - Method in class gnu.text.FilePath
-
- equals(Object) - Method in class gnu.text.URIPath
-
- equals(Object) - Method in class kawa.lang.Record
-
- equalToken - Static variable in class gnu.ecmascript.Lexer
-
- errDefault() - Static method in class gnu.mapping.OutPort
-
- errLocation - Static variable in class gnu.mapping.OutPort
-
- error(char, String, SourceLocator) - Method in class gnu.expr.Compilation
-
- error(char, String) - Method in class gnu.expr.Compilation
-
- error(char, Declaration, String, String) - Method in class gnu.expr.Compilation
-
- error(char, String, String, Declaration) - Method in class gnu.expr.Compilation
-
- error(char, String) - Method in class gnu.expr.ExpVisitor
-
- error(Object) - Static method in exception gnu.jemacs.buffer.Signal
-
- error(String, SAXException) - Method in class gnu.kawa.sax.ContentConsumer
-
- error(char, String) - Method in class gnu.kawa.xslt.XslTranslator
-
- error(char, String, int, int, String) - Method in class gnu.text.Lexer
-
- error(char, String) - Method in class gnu.text.Lexer
-
- error(String) - Method in class gnu.text.Lexer
-
- error(SourceError) - Method in class gnu.text.SourceMessages
-
Link in an error.
- error(char, String, int, int, String) - Method in class gnu.text.SourceMessages
-
Record a new error.
- error(char, SourceLocator, String) - Method in class gnu.text.SourceMessages
-
- error(char, String, int, int, String, String) - Method in class gnu.text.SourceMessages
-
- error(char, SourceLocator, String, String) - Method in class gnu.text.SourceMessages
-
- error(char, String) - Method in class gnu.text.SourceMessages
-
Record a new error at the current default source file location.
- error(char, String, Throwable) - Method in class gnu.text.SourceMessages
-
- error(char, String, String) - Method in class gnu.text.SourceMessages
-
- error(char, String) - Method in class gnu.xml.XMLFilter
-
- error(String, String) - Method in class gnu.xml.XMLPrinter
-
- error(char, String, String) - Method in class gnu.xquery.lang.XQParser
-
- error(char, String) - Method in class gnu.xquery.lang.XQParser
-
- error() - Static method in exception gnu.xquery.util.XQException
-
- error(Symbol) - Static method in exception gnu.xquery.util.XQException
-
- error(Object, String) - Static method in exception gnu.xquery.util.XQException
-
- error(Object, String, Object) - Static method in exception gnu.xquery.util.XQException
-
- error(String, Object) - Static method in class kawa.standard.syntax_case
-
Called (at run-time) if syntax-case has no match.
- error(Object, Object[]) - Static method in class kawa.standard.syntax_error
-
- ERROR_SEEN - Static variable in class gnu.expr.Compilation
-
- ErrorExp - Class in gnu.expr
-
Class used to mark an erroneous expression
- ErrorExp(String) - Constructor for class gnu.expr.ErrorExp
-
- ErrorExp(String, SourceMessages) - Constructor for class gnu.expr.ErrorExp
-
- ErrorExp(String, Compilation) - Constructor for class gnu.expr.ErrorExp
-
- errors - Variable in class gnu.ecmascript.Parser
-
- errorType - Static variable in class gnu.bytecode.Type
-
- errorValue - Variable in exception gnu.xquery.util.XQException
-
- errorWithPosition(String, Object) - Method in class kawa.lang.Translator
-
- escapeChar(int) - Static method in class gnu.jemacs.lang.Print
-
- escapeHtmlUri(Object) - Static method in class gnu.xquery.util.StringUtils
-
- escapeNonAscii - Variable in class gnu.xml.XMLPrinter
-
- escapeText - Variable in class gnu.xml.XMLPrinter
-
- EToolkit - Class in gnu.jemacs.buffer
-
- EToolkit() - Constructor for class gnu.jemacs.buffer.EToolkit
-
- eval(CallContext) - Method in class gnu.expr.Expression
-
- eval(Environment) - Method in class gnu.expr.Expression
-
- eval(Reader, ScriptContext) - Method in class gnu.expr.KawaScriptEngine
-
- eval(String, ScriptContext) - Method in class gnu.expr.KawaScriptEngine
-
- eval(InPort, ScriptContext) - Method in class gnu.expr.KawaScriptEngine
-
- eval(String) - Method in class gnu.expr.Language
-
Return the result of evaluating a string as a source expression.
- eval(Reader) - Method in class gnu.expr.Language
-
Evaluate expression(s) read from a Reader.
- eval(InPort) - Method in class gnu.expr.Language
-
Evaluate expression(s) read from an InPort.
- eval(String, Writer) - Method in class gnu.expr.Language
-
Evaluate a string and write the result value(s) on a Writer.
- eval(String, PrintConsumer) - Method in class gnu.expr.Language
-
Evaluate a string and write the result value(s) to a PrintConsumer.
- eval(String, Consumer) - Method in class gnu.expr.Language
-
Evaluate a string and write the result value(s) to a Consumer.
- eval(Reader, Writer) - Method in class gnu.expr.Language
-
Read expressions from a Reader and write the result to a Writer.
- eval(Reader, Consumer) - Method in class gnu.expr.Language
-
Read expressions from a Reader and write the result to a Consumer.
- eval(InPort, CallContext) - Method in class gnu.expr.Language
-
- Eval - Class in kawa.lang
-
- Eval() - Constructor for class kawa.lang.Eval
-
- eval(Object, Environment) - Static method in class kawa.lang.Eval
-
- eval(String, Environment) - Static method in class kawa.standard.Scheme
-
Evaluate Scheme expressions from string.
- eval(InPort, Environment) - Static method in class kawa.standard.Scheme
-
Evaluate Scheme expressions from stream.
- eval(Object, Environment) - Static method in class kawa.standard.Scheme
-
Evaluate Scheme expressions from an "S expression."
- eval_with_focus$X(String, Object, CallContext) - Method in class gnu.xquery.lang.XQuery
-
Evaluate an expression with a given focus (context).
- eval_with_focus$X(String, Object, int, int, CallContext) - Method in class gnu.xquery.lang.XQuery
-
Evaluate an expression with a given focus (context).
- evalBody(Object, Environment, SourceMessages) - Static method in class kawa.lang.Eval
-
- evalBody(Object, Environment, SourceMessages, CallContext) - Static method in class kawa.lang.Eval
-
- evalClassPrefix - Variable in class gnu.expr.ModuleManager
-
- evalForm$X(Object, Environment, CallContext) - Static method in class kawa.lang.Eval
-
- evalFrames - Variable in class gnu.mapping.CallContext
-
Current stack of evaluation frames for interpreter.
- evalInitFileWithErrorMessage() - Static method in class kawa.repl
-
Evaluate init file, if any, returning error message on failure.
- evalLastSexp() - Method in class gnu.jemacs.buffer.Marker
-
- evalModule(Environment, CallContext) - Method in class gnu.expr.CompiledModule
-
Evaluate this compile, sending output to ctx.consumer.
- evalModule(Environment, OutPort) - Method in class gnu.expr.CompiledModule
-
- evalModule(Environment, CallContext, Compilation, URL, OutPort) - Static method in class gnu.expr.ModuleExp
-
- evalModule1(Environment, Compilation, URL, OutPort) - Static method in class gnu.expr.ModuleExp
-
Parse and compile a module.
- evalModule2(Environment, CallContext, Language, ModuleExp, Object) - Static method in class gnu.expr.ModuleExp
-
- evalToClass(Compilation, URL) - Static method in class gnu.expr.ModuleExp
-
Compile to a class for immediate evaluation.
- evalToFocusProc(String) - Method in class gnu.xquery.lang.XQuery
-
Parse an XQuery expression that is the body of a procedure.
- evalToFocusProc(Reader, SourceMessages) - Method in class gnu.xquery.lang.XQuery
-
Parse an XQuery expression from a Reader that is the body of a procedure.
- evalToResultValue(Environment, CallContext) - Method in class gnu.expr.CompiledModule
-
Evaluate this compile, yielding a result value.
- evalVariable(Declaration, CallContext) - Method in class gnu.expr.CatchClause
-
- evalVariable(Declaration, CallContext) - Method in class gnu.expr.LetExp
-
- evalWithFocus(Reader, SourceMessages, Object, Consumer) - Method in class gnu.xquery.lang.XQuery
-
Evaluate an expression with each item in a sequence as the context item.
- evalWithFocus(String, Object) - Method in class gnu.xquery.lang.XQuery
-
Evaluate an expression with each item in a sequence as the context item.
- evalWithFocus(String, Object, int, int) - Method in class gnu.xquery.lang.XQuery
-
Evaluate an expression with a given focus (context).
- evalWithFocus(Reader, SourceMessages, Object, int, int, Consumer) - Method in class gnu.xquery.lang.XQuery
-
Evaluate an expression with a given focus (context).
- EVEN - Static variable in class gnu.kawa.functions.NumberPredicate
-
- EWindow - Class in gnu.jemacs.buffer
-
- EWindow(Buffer) - Constructor for class gnu.jemacs.buffer.EWindow
-
- exactlyOne(Object) - Static method in class gnu.xquery.util.SequenceUtils
-
- ExceptionsAttr - Class in gnu.bytecode
-
Represents the contents of a standard "Exceptions" attribute.
- ExceptionsAttr(Method) - Constructor for class gnu.bytecode.ExceptionsAttr
-
Add a new ExceptionsAttr to a Method.
- exceptNodes - Static variable in class gnu.kawa.xml.IntersectNodes
-
- execute() - Method in class gnu.kawa.ant.Kawac
-
Executes the task.
- execute() - Method in class gnu.kawa.ant.XCopy
-
Performs the copy operation.
- execute(Object[], TemplateScope) - Method in class kawa.lang.SyntaxTemplate
-
Expand this template
The compiler translates (syntax template)
to a call to this method.
- execute(Object[], Translator, TemplateScope) - Method in class kawa.lang.SyntaxTemplate
-
- exists() - Method in class gnu.text.FilePath
-
- exists() - Method in class gnu.text.Path
-
- exists() - Method in class gnu.text.URIPath
-
- exists(Object) - Static method in class gnu.xquery.util.SequenceUtils
-
- exit() - Method in class gnu.bytecode.ExitableBlock
-
Exit this surrounding block, executing finally blocks as needed.
- ExitableBlock - Class in gnu.bytecode
-
Support for code block that one may be exited.
- exitDecrement() - Static method in class gnu.expr.ModuleBody
-
Work around an AWT bug, where AWT threads are non-daemon.
- ExitExp - Class in gnu.expr
-
Expression to exit a lexically surrounding block.
- ExitExp(Expression, BlockExp) - Constructor for class gnu.expr.ExitExp
-
- ExitExp(BlockExp) - Constructor for class gnu.expr.ExitExp
-
- exitIncrement() - Static method in class gnu.expr.ModuleBody
-
See exitDecrement.
- exitIsGoto() - Method in class gnu.bytecode.ExitableBlock
-
If an exit is simple, return the label for block end.
- exitSwitch(CodeAttr) - Method in class gnu.bytecode.SwitchState
-
Break/exit from this switch.
- exitValue - Variable in class gnu.expr.ExpVisitor
-
If exitValue is set to non-null, the visit stops.
- exp() - Method in class gnu.math.Complex
-
- exp() - Method in class gnu.math.RealNum
-
- exp2Type(Pair) - Method in class kawa.lang.Translator
-
Extract a type from the car of a pair.
- exp2Type(Pair, Declaration, SyntaxForm) - Method in class kawa.lang.Translator
-
- exp2Type(Expression) - Static method in class kawa.standard.Scheme
-
Convert expression to a Type.
- expand(Object, Translator) - Method in class kawa.lang.Macro
-
- expand(Object, int, Translator) - Method in class kawa.lang.Quote
-
- expand(Object, Translator) - Method in class kawa.lang.SyntaxRules
-
- expandColonForms() - Method in class kawa.lang.Quote
-
- expandColonForms() - Method in class kawa.standard.syntax
-
- expander - Variable in class kawa.lang.Macro
-
- expDigits - Variable in class gnu.math.ExponentialFormat
-
Number of digits to show in the exponent.
- expectedType - Variable in exception gnu.mapping.WrongType
-
The expected parameter type (a Type or TypeValue), or a string name/description.
- ExpExpVisitor<D> - Class in gnu.expr
-
Specialization of ExpVisitor<R,D> to R=Expression.
- ExpExpVisitor() - Constructor for class gnu.expr.ExpExpVisitor
-
- explicit - Variable in class gnu.expr.Compilation
-
Compilation was explicitly requested, rather than being a dependency.
- EXPLICITLY_TYPED - Static variable in class gnu.expr.QuoteExp
-
- exponentChar - Variable in class gnu.math.ExponentialFormat
-
- ExponentialFormat - Class in gnu.math
-
Format a real number using a floating-point format.
- ExponentialFormat() - Constructor for class gnu.math.ExponentialFormat
-
- exponentShowSign - Variable in class gnu.math.ExponentialFormat
-
Display sign of exponent even when it is non-negative.
- export - Class in kawa.standard
-
- export() - Constructor for class kawa.standard.export
-
- export - Static variable in class kawa.standard.export
-
- EXPORT_SPECIFIED - Static variable in class gnu.expr.Declaration
-
- EXPORT_SPECIFIED - Static variable in class gnu.expr.ModuleExp
-
- Expression - Class in gnu.expr
-
Abstract class for syntactic forms that evaluate to a value.
- Expression() - Constructor for class gnu.expr.Expression
-
- exprFilter - Static variable in class gnu.xquery.util.ValuesFilter
-
- exprStack - Variable in class gnu.expr.Compilation
-
A help vector for building expressions.
- expt - Class in kawa.standard
-
Implement the standard Scheme procedure "expt".
- expt(String) - Constructor for class kawa.standard.expt
-
- expt - Static variable in class kawa.standard.expt
-
- expt(IntNum, int) - Static method in class kawa.standard.expt
-
- expt(Object, Object) - Static method in class kawa.standard.expt
-
- ExpVisitor<R,D> - Class in gnu.expr
-
Class for doing a tree-visit over an Expression tree.
- ExpVisitor() - Constructor for class gnu.expr.ExpVisitor
-
- extensionsEnvEnv - Static variable in class gnu.xquery.lang.XQuery
-
Environment of pre-defined non-standard Qexo/Kawa functions.
- EXTERNAL_ACCESS - Static variable in class gnu.expr.Declaration
-
This flag bit is set if this can be be acceessed from other modules.
- ExtPosition - Class in gnu.lists
-
A SeqPosition for sequences that need more than a Pos int for a position.
- ExtPosition() - Constructor for class gnu.lists.ExtPosition
-
- extract(IntNum, int, int) - Static method in class gnu.math.BitOps
-
Extract a bit-field as an unsigned integer.
- extractStaticLink(ClassType) - Static method in class gnu.expr.PairClassType
-
This method is called from compiled code.
- extractStep(Expression) - Static method in class gnu.xquery.util.RelativeStep
-
- ExtSequence<E> - Class in gnu.lists
-
Abstract helper class for Sequences that use an ExtPosition.
- ExtSequence() - Constructor for class gnu.lists.ExtSequence
-
- F32Vector - Class in gnu.lists
-
Simple adjustable-length vector whose elements are 32-bit floats.
- F32Vector() - Constructor for class gnu.lists.F32Vector
-
- F32Vector(int, float) - Constructor for class gnu.lists.F32Vector
-
- F32Vector(int) - Constructor for class gnu.lists.F32Vector
-
- F32Vector(float[]) - Constructor for class gnu.lists.F32Vector
-
- F32Vector(Sequence) - Constructor for class gnu.lists.F32Vector
-
- f32vectorType - Static variable in class gnu.kawa.lispexpr.LangObjType
-
- F64Vector - Class in gnu.lists
-
Simple adjustable-length vector whose elements are 64-bit floats.
- F64Vector() - Constructor for class gnu.lists.F64Vector
-
- F64Vector(int, double) - Constructor for class gnu.lists.F64Vector
-
- F64Vector(int) - Constructor for class gnu.lists.F64Vector
-
- F64Vector(double[]) - Constructor for class gnu.lists.F64Vector
-
- F64Vector(Sequence) - Constructor for class gnu.lists.F64Vector
-
- f64vectorType - Static variable in class gnu.kawa.lispexpr.LangObjType
-
- fakeException - Variable in class gnu.text.SourceError
-
Provides optional stack trace.
- FALSE - Static variable in class gnu.commonlisp.lang.Lisp2
-
- falseConstant - Static variable in class gnu.expr.Compilation
-
- falseExp - Static variable in class gnu.expr.QuoteExp
-
- falseExp - Static variable in class gnu.xquery.lang.XQuery
-
- falseFunction - Static variable in class gnu.xquery.lang.XQuery
-
- fatal(String) - Method in class gnu.text.Lexer
-
- fatal(String, String) - Method in class gnu.xquery.lang.XQParser
-
- FENCE - Static variable in class gnu.q2.lang.Operator
-
- Field - Class in gnu.bytecode
-
- Field(ClassType) - Constructor for class gnu.bytecode.Field
-
Add a new Field to a ClassType.
- field - Variable in class gnu.expr.Declaration
-
- field - Variable in class gnu.expr.Initializer
-
If non-null: The Field that is being initialized.
- field - Variable in class gnu.expr.Literal
-
- field - Static variable in class gnu.kawa.reflect.SlotGet
-
- field(Object, String) - Static method in class gnu.kawa.reflect.SlotGet
-
- FIELD_ACCESS_FLAGS - Static variable in class gnu.expr.Declaration
-
- FIELD_CONTEXT - Static variable in class gnu.bytecode.Access
-
Value for toString's kind parameter when decoding
a field's access flags.
- FIELD_MODIFIERS - Static variable in class gnu.bytecode.Access
-
Mask of access flags valid for a field.
- FIELD_OR_METHOD - Static variable in class gnu.expr.Declaration
-
True if this is a field or method in a class definition.
- FieldLocation<T> - Class in gnu.kawa.reflect
-
- FieldLocation(Object, String, String) - Constructor for class gnu.kawa.reflect.FieldLocation
-
- FieldLocation(Object, ClassType, String) - Constructor for class gnu.kawa.reflect.FieldLocation
-
- FieldLocation(Object, Field) - Constructor for class gnu.kawa.reflect.FieldLocation
-
- FIELDREF - Static variable in class gnu.bytecode.ConstantPool
-
- fileBuffers - Static variable in class gnu.jemacs.buffer.Buffer
-
Map file names to buffer.s
- filename - Variable in class gnu.text.SourceError
-
The name or URL of the file containing the error.
- FilePath - Class in gnu.text
-
A wrapper around a java.io.File that extends Path.
- filepathType - Static variable in class gnu.kawa.lispexpr.LangObjType
-
- FileUtils - Class in gnu.kawa.functions
-
- FileUtils() - Constructor for class gnu.kawa.functions.FileUtils
-
- fill(char) - Method in class gnu.jemacs.buffer.Buffer
-
- fill(int, int, char) - Method in class gnu.jemacs.buffer.Buffer
-
- fill(char) - Method in class gnu.jemacs.swt.BufferContent
-
- fill(int, int, char) - Method in class gnu.jemacs.swt.BufferContent
-
- fill(E) - Method in class gnu.lists.AbstractSequence
-
- fill(int, int, E) - Method in class gnu.lists.AbstractSequence
-
- fill(int, int, char) - Method in class gnu.lists.CharBuffer
-
- fill(char) - Method in class gnu.lists.CharBuffer
-
Set all the elements to a given character.
- fill(char) - Method in interface gnu.lists.CharSeq
-
Set all the elements to a given character.
- fill(int, int, char) - Method in interface gnu.lists.CharSeq
-
- fill(char) - Method in class gnu.lists.FString
-
Set all the elements to a given character.
- fill(int, int, char) - Method in class gnu.lists.FString
-
- fill(Object, int, int) - Method in class gnu.lists.FVector
-
- fill(Object) - Method in class gnu.lists.GapVector
-
- fill(E) - Method in interface gnu.lists.Sequence
-
- fill(E) - Method in class gnu.lists.SimpleVector
-
- fill(int, int, E) - Method in class gnu.lists.SimpleVector
-
- fill(char) - Method in class gnu.lists.SubCharSeq
-
Set all the elements to a given character.
- fill(int, int, char) - Method in class gnu.lists.SubCharSeq
-
- fill(int) - Method in class gnu.mapping.BinaryInPort
-
- fill(int) - Method in class gnu.mapping.TtyInPort
-
- fill(int) - Method in class gnu.text.LineBufferedReader
-
Called by read() when it needs its buffer filled.
- fill(int) - Method in class gnu.text.LineInputStreamReader
-
- fillPosRange(int, int, E) - Method in class gnu.lists.AbstractSequence
-
- fillPosRange(int, int, Object) - Method in class gnu.lists.GapVector
-
- fillPosRange(int, int, E) - Method in class gnu.lists.SimpleVector
-
- fillPosRange(int, int, Object) - Method in class gnu.lists.StableVector
-
- FillShape - Class in gnu.kawa.models
-
- FillShape(Shape) - Constructor for class gnu.kawa.models.FillShape
-
- Filter - Interface in gnu.bytecode
-
- filter(String) - Method in class gnu.kawa.util.PreProcess
-
- filter(String, BufferedInputStream) - Method in class gnu.kawa.util.PreProcess
-
- FilterConsumer - Class in gnu.lists
-
A Consumer that wraps some other Consumer.
- FilterConsumer(Consumer) - Constructor for class gnu.lists.FilterConsumer
-
- FINAL - Static variable in class gnu.bytecode.Access
-
- FINAL_ACCESS - Static variable in class gnu.expr.Declaration
-
- finalColonIsKeyword - Variable in class gnu.kawa.lispexpr.ReadTable
-
True if "IDENTIFIER:" should be treated as a keyword.
- finalize() - Method in class gnu.kawa.sax.ContentConsumer
-
- finalize() - Method in class gnu.lists.ConsumerWriter
-
- finalize() - Method in class gnu.lists.SeqPosition
-
- finalize() - Method in class gnu.lists.SubSequence
-
- finalize() - Method in class gnu.mapping.CharArrayOutPort
-
- finalize() - Method in class gnu.mapping.OutPort
-
- find(ClassType) - Static method in class gnu.expr.ModuleInfo
-
- find(Compilation) - Method in class gnu.expr.ModuleManager
-
- find(Object) - Method in class gnu.kawa.xml.Nodes
-
- find(String) - Method in class gnu.kawa.xslt.TemplateTable
-
- find(Object) - Method in class gnu.lists.TreeList
-
- find(String) - Static method in class gnu.xquery.util.NamedCollator
-
- find(String) - Static method in class kawa.standard.require
-
- findAutoloadComments(LispReader, String, ScopeExp, Translator) - Static method in class kawa.standard.define_autoload
-
- FindCapturedVars - Class in gnu.expr
-
- FindCapturedVars() - Constructor for class gnu.expr.FindCapturedVars
-
- findCapturedVars(Expression, Compilation) - Static method in class gnu.expr.FindCapturedVars
-
- findFile(String) - Static method in class gnu.jemacs.buffer.Buffer
-
- findForImmediateLiterals(int) - Static method in class gnu.expr.Compilation
-
- findFromInstance(Object) - Method in class gnu.expr.ModuleContext
-
- findFromInstance(Object) - Static method in class gnu.expr.ModuleInfo
-
- findInstance(ModuleInfo) - Method in class gnu.expr.ModuleContext
-
If there is no instance of the argument's class, allocated one.
- findInstance(Class) - Method in class gnu.expr.ModuleContext
-
- findLiteral(Object) - Method in class gnu.expr.LitTable
-
- findMethodForBridge(String, Type[], Type) - Method in class gnu.expr.ClassExp
-
Finds a like-named method suitable for bridging the given
arg/return types (i.e.
- findNamedClass(String) - Method in class gnu.expr.Compilation
-
Search this Compilation for a ClassType with a given name.
- findNamedMember(String) - Method in class gnu.kawa.reflect.CompileBuildObject
-
- findNamespaceBinding(String, String, NamespaceBinding) - Method in class gnu.xml.XMLFilter
-
Functionally equivalent to
new NamespaceBinding(prefix, uri, oldBindings,
but uses "hash consing".
- findResource(String) - Method in class gnu.bytecode.ArrayClassLoader
-
- FindTailCalls - Class in gnu.expr
-
A visitor that checks for tails-calls; also notes read/write/call accesses.
- FindTailCalls() - Constructor for class gnu.expr.FindTailCalls
-
- findTailCalls(Expression, Compilation) - Static method in class gnu.expr.FindTailCalls
-
- findWithClass(Class) - Static method in class gnu.expr.ModuleManager
-
- findWithClassName(String) - Method in class gnu.expr.ModuleManager
-
- findWithSourcePath(Path, String) - Method in class gnu.expr.ModuleManager
-
- findWithSourcePath(String) - Method in class gnu.expr.ModuleManager
-
- findWithURL(URL) - Method in class gnu.expr.ModuleManager
-
- finish(CodeAttr) - Method in class gnu.bytecode.SwitchState
-
Handle the end of the switch statement.
- finish() - Method in class gnu.xquery.util.RelativeStepFilter
-
- finishModule(ModuleExp) - Method in class kawa.lang.Translator
-
- finishNode(XMLFilter) - Static method in class gnu.kawa.xml.NodeConstructor
-
- firstAttributePos(int) - Method in class gnu.lists.AbstractSequence
-
Like firstChildPos.
- firstAttributePos(int) - Method in class gnu.lists.TreeList
-
- firstCall - Variable in class gnu.expr.Declaration
-
List of ApplyExp where this declaration is the function called.
- firstChild - Variable in class gnu.expr.LambdaExp
-
- firstChildPos(int) - Method in class gnu.lists.AbstractSequence
-
Get position before first child (of the element following position).
- firstChildPos(int, ItemPredicate) - Method in class gnu.lists.AbstractSequence
-
- firstChildPos(int) - Method in class gnu.lists.TreeList
-
- firstDecl() - Method in class gnu.expr.ModuleExp
-
- firstDecl() - Method in class gnu.expr.ScopeExp
-
- firstForm - Variable in class kawa.lang.Translator
-
- firstVar() - Method in class gnu.bytecode.Scope
-
- firstWindow - Variable in class gnu.jemacs.buffer.EFrame
-
- FixedRealFormat - Class in gnu.math
-
Format a real number using a fixed-point format.
- FixedRealFormat() - Constructor for class gnu.math.FixedRealFormat
-
- fixEntries() - Method in class gnu.expr.AbstractScriptEngineFactory.BindingsEnvironment
-
- fixIntValue(Expression) - Method in class gnu.expr.InlineCalls
-
- fixLongValue(Expression) - Method in class gnu.expr.InlineCalls
-
- fixSourceFile(String) - Static method in class gnu.bytecode.SourceFileAttr
-
- fixupAdd(int, Label) - Method in class gnu.bytecode.CodeAttr
-
Add a fixup at this location.
- fixupChain(Label, Label) - Method in class gnu.bytecode.CodeAttr
-
This causes a later processFixup to rearrange the code.
- FixupHtmlToc - Class in gnu.kawa.util
-
A utility class for updating web pages.
- FixupHtmlToc() - Constructor for class gnu.kawa.util.FixupHtmlToc
-
- flags - Variable in class gnu.bytecode.ObjectType
-
- flags - Variable in class gnu.expr.Declaration
-
- flags - Variable in class gnu.expr.Expression
-
- flags - Variable in class gnu.expr.Literal
-
- flags - Variable in class gnu.text.IntegerFormat
-
- FLOAT - Static variable in class gnu.bytecode.ConstantPool
-
- FLOAT_CODE - Static variable in class gnu.kawa.functions.Arithmetic
-
Promotion code float/Float.
- FLOAT_ONE - Static variable in class gnu.kawa.xml.XDataType
-
- float_type - Static variable in class gnu.bytecode.Type
-
- FLOAT_TYPE_CODE - Static variable in class gnu.kawa.xml.XDataType
-
- FLOAT_VALUE - Static variable in interface gnu.lists.Sequence
-
Return code used to indicate next element is 32-bit float.
- FLOAT_ZERO - Static variable in class gnu.kawa.xml.XDataType
-
- floatAt(int) - Method in class gnu.lists.F32Vector
-
- floatAtBuffer(int) - Method in class gnu.lists.F32Vector
-
- floatToObject(float) - Method in class gnu.expr.KawaConvert
-
- floatToObject(float) - Method in class gnu.lists.Convert
-
- floatType - Static variable in class gnu.bytecode.Type
-
- floatType - Static variable in class gnu.kawa.lispexpr.LangPrimType
-
- floatType - Static variable in class gnu.kawa.xml.XDataType
-
- floatValue() - Method in class gnu.math.Numeric
-
- floatValue_method - Static variable in class gnu.bytecode.Type
-
- FLONUM_CODE - Static variable in class gnu.kawa.functions.Arithmetic
-
Promotion code for gnu.math.FloNum.
- FLOOR - Static variable in class gnu.math.Numeric
-
- floor(Object) - Static method in class gnu.xquery.util.NumberValue
-
- fluid_let - Class in kawa.standard
-
The Syntax transformer that re-writes the Scheme "fluid-let" primitive.
- fluid_let(boolean, boolean, Expression) - Constructor for class kawa.standard.fluid_let
-
- fluid_let() - Constructor for class kawa.standard.fluid_let
-
- fluid_let - Static variable in class kawa.standard.fluid_let
-
- FluidLetExp - Class in gnu.expr
-
Class used to implement "fluid-let" for Scheme and "let" for Emacs.
- FluidLetExp() - Constructor for class gnu.expr.FluidLetExp
-
- flush() - Method in class gnu.expr.LitTable
-
- flush() - Method in class gnu.jemacs.buffer.BufferWriter
-
- flush() - Method in class gnu.kawa.servlet.ReplSession
-
- flush() - Method in class gnu.lists.ConsumerWriter
-
- flush() - Method in class gnu.mapping.BinaryOutPort.OutputStreamWriterLatin1
-
- flush() - Method in class gnu.mapping.LogWriter
-
- flush() - Method in class gnu.text.PrettyWriter
-
- flushBuffer() - Method in class gnu.kawa.servlet.CGIServletWrapper
-
- FlushFormat - Class in gnu.text
-
- FlushFormat() - Constructor for class gnu.text.FlushFormat
-
- Focus - Class in gnu.kawa.xml
-
This is only used for XSLT, which should be fixed.
- Focus() - Constructor for class gnu.kawa.xml.Focus
-
- focusGained(FocusEvent) - Method in class gnu.jemacs.swing.SwingWindow
-
- focusGained(FocusEvent) - Method in class gnu.jemacs.swt.SwtWindow
-
- focusGained(FocusEvent) - Method in class kawa.ReplDocument
-
- focusLost(FocusEvent) - Method in class gnu.jemacs.swing.SwingWindow
-
- focusLost(FocusEvent) - Method in class gnu.jemacs.swt.SwtWindow
-
- focusLost(FocusEvent) - Method in class kawa.ReplDocument
-
- FOER0000_QNAME - Static variable in exception gnu.xquery.util.XQException
-
- foldCase(CharSequence) - Static method in class gnu.kawa.functions.UnicodeUtils
-
- FOLLOW_R5RS - Static variable in class kawa.standard.Scheme
-
- FOLLOW_R6RS - Static variable in class kawa.standard.Scheme
-
- FOLLOW_R7RS - Static variable in class kawa.standard.Scheme
-
- followAliases(Declaration) - Static method in class gnu.expr.Declaration
-
- FollowingAxis - Class in gnu.kawa.xml
-
Used to implement a following:: step in a path expression.
- FollowingAxis() - Constructor for class gnu.kawa.xml.FollowingAxis
-
- FollowingSiblingAxis - Class in gnu.kawa.xml
-
Used to implement a following-sibling:: step in a path expression.
- FollowingSiblingAxis() - Constructor for class gnu.kawa.xml.FollowingSiblingAxis
-
- FOR_TOKEN - Static variable in class gnu.ecmascript.Reserved
-
- forBitwise(Object) - Static method in class gnu.kawa.functions.CompileArith
-
- force(Object) - Static method in class gnu.mapping.Promise
-
Forces the argument, if needed, to a non-Lazy value.
- force1(Object) - Static method in class gnu.mapping.Promise
-
Forces the argument, if needed.
- forceLazyIfNeeded(Compilation, Type, Type) - Static method in class gnu.expr.StackTarget
-
- forcePrettyOutput() - Method in class gnu.text.PrettyWriter
-
- forConvert(Object) - Static method in class gnu.kawa.functions.CompileMisc
-
- forDiv(Object) - Static method in class gnu.kawa.functions.CompileArith
-
- forEach - Static variable in class kawa.standard.Scheme
-
- forEach1(Procedure, Object) - Static method in class gnu.kawa.functions.Map
-
An optimized single-list version of for-each.
- forEq(Object) - Static method in class gnu.kawa.functions.CompileMisc
-
- forkNext() - Method in class gnu.expr.PushApply
-
- forkNext() - Method in class gnu.expr.VarValueTracker
-
Called when switching to a new branch of fork, for example the else clause of a new IfExp.
- forkPop() - Method in class gnu.expr.PushApply
-
- forkPop(InlineCalls) - Static method in class gnu.expr.VarValueTracker
-
- forkPush() - Method in class gnu.expr.PushApply
-
- forkPush(InlineCalls) - Static method in class gnu.expr.VarValueTracker
-
Called when starting a new fork, for example a new IfExp.
- Format - Class in gnu.kawa.functions
-
- Format() - Constructor for class gnu.kawa.functions.Format
-
- format - Static variable in class gnu.kawa.functions.Format
-
- format(Writer, Object[], int) - Static method in class gnu.kawa.functions.Format
-
- format(Object...) - Static method in class gnu.kawa.functions.Format
-
- format(Object[], int, Writer, FieldPosition) - Method in class gnu.kawa.functions.ObjectFormat
-
- format(Object, Writer, int, boolean) - Static method in class gnu.kawa.functions.ObjectFormat
-
Return false iff truncation.
- format(Object[], int, Writer, int, boolean) - Static method in class gnu.kawa.functions.ObjectFormat
-
- format(Object, Consumer) - Method in class gnu.lists.AbstractFormat
-
- format(Object, StringBuffer, FieldPosition) - Method in class gnu.lists.AbstractFormat
-
- format(float, StringBuffer, FieldPosition) - Method in class gnu.math.ExponentialFormat
-
- format(double, StringBuffer, FieldPosition) - Method in class gnu.math.ExponentialFormat
-
- format(long, StringBuffer, FieldPosition) - Method in class gnu.math.ExponentialFormat
-
- format(Object, StringBuffer, FieldPosition) - Method in class gnu.math.ExponentialFormat
-
- format(RealNum, StringBuffer, FieldPosition) - Method in class gnu.math.FixedRealFormat
-
- format(long, StringBuffer, FieldPosition) - Method in class gnu.math.FixedRealFormat
-
- format(double, StringBuffer, FieldPosition) - Method in class gnu.math.FixedRealFormat
-
- format(Object, StringBuffer, FieldPosition) - Method in class gnu.math.FixedRealFormat
-
- format(int, StringBuffer) - Method in class gnu.math.IntNum
-
- format(int, StringBuilder) - Method in class gnu.math.IntNum
-
- format(Object[], int, Writer, FieldPosition) - Method in class gnu.text.CaseConvertFormat
-
- format(Object[], int, Writer, FieldPosition) - Method in class gnu.text.CompoundFormat
-
- format(Object[], int, StringBuffer, FieldPosition) - Method in class gnu.text.CompoundFormat
-
- format(long, StringBuffer, FieldPosition) - Method in class gnu.text.EnglishIntegerFormat
-
- format(double, StringBuffer, FieldPosition) - Method in class gnu.text.EnglishIntegerFormat
-
- format(Object[], int, Writer, FieldPosition) - Method in class gnu.text.FlushFormat
-
- format(Object[], int, Writer, FieldPosition) - Method in class gnu.text.IntegerFormat
-
- format(Object, int, Writer, FieldPosition) - Method in class gnu.text.IntegerFormat
-
- format(Object[], int, Writer, FieldPosition) - Method in class gnu.text.LiteralFormat
-
- format(Object[], int, Writer, FieldPosition) - Method in class gnu.text.PadFormat
-
- format(Format, Object[], int, Writer, char, int, int, int, int, FieldPosition) - Static method in class gnu.text.PadFormat
-
- format(Object[], int, Writer, FieldPosition) - Method in class gnu.text.ReportFormat
-
Format an array of arguments, and write out the result.
- format(Object, int, Writer, FieldPosition) - Method in class gnu.text.ReportFormat
-
- format(Object, StringBuffer, FieldPosition) - Method in class gnu.text.ReportFormat
-
- format(Object[], int, StringBuffer, FieldPosition) - Method in class gnu.text.ReportFormat
-
- format(Format, Object[], int, Writer, FieldPosition) - Static method in class gnu.text.ReportFormat
-
- format(Format, Object[], int, StringBuffer, FieldPosition) - Static method in class gnu.text.ReportFormat
-
- format(int, boolean) - Static method in class gnu.text.RomanIntegerFormat
-
- format(int) - Static method in class gnu.text.RomanIntegerFormat
-
- format(long, StringBuffer, FieldPosition) - Method in class gnu.text.RomanIntegerFormat
-
- format(double, StringBuffer, FieldPosition) - Method in class gnu.text.RomanIntegerFormat
-
- formatDecimal(BigDecimal) - Static method in class gnu.xml.XMLPrinter
-
Format java.math.BigDecimal as needed for XPath/XQuery's xs:decimal.
- formatDouble(double) - Static method in class gnu.xml.XMLPrinter
-
Helper to format xs:double according to XPath/XQuery specification.
- formatFloat(float) - Static method in class gnu.xml.XMLPrinter
-
Helper to format xs:float according to XPath/XQuery specification.
- formats - Variable in class gnu.text.CompoundFormat
-
- formatToFString(char, Object, Object[]) - Static method in class gnu.kawa.functions.Format
-
Apply format and argument, yielding an FString.
- formatToOutputStream(OutputStream, Object, Object...) - Static method in class gnu.kawa.functions.Format
-
- formatToString(int, Object...) - Static method in class gnu.kawa.functions.Format
-
- formatToWriter(Writer, Object, Object...) - Static method in class gnu.kawa.functions.Format
-
- formatType(Type) - Method in class gnu.expr.Language
-
- formatType(Type) - Method in class gnu.xquery.lang.XQuery
-
- formatType(Type) - Method in class kawa.standard.Scheme
-
- formStack - Variable in class kawa.lang.Translator
-
- forMul(Object) - Static method in class gnu.kawa.functions.CompileArith
-
- forNot(Object) - Static method in class gnu.kawa.functions.CompileMisc
-
- forNumberCompare(Object) - Static method in class gnu.kawa.functions.CompileMisc
-
- forNumberPredicate(Object) - Static method in class gnu.kawa.functions.CompileMisc
-
- forwardChar(int) - Method in class gnu.jemacs.buffer.Buffer
-
- forwardChar(int) - Method in class gnu.jemacs.buffer.Marker
-
- forwardFilter - Static variable in class gnu.xquery.util.ValuesFilter
-
- forwardLine(int, int) - Method in class gnu.jemacs.buffer.Buffer
-
Find the position a give number of lines forward or backward.
- forwardLine(int) - Method in class gnu.jemacs.buffer.Buffer
-
- forwardLine(int) - Method in class gnu.jemacs.buffer.Marker
-
- forwardLine(int) - Method in class gnu.jemacs.swt.SwtBuffer
-
- fracDigits - Variable in class gnu.math.ExponentialFormat
-
Number of fractional digits to show.
- frame - Variable in class gnu.jemacs.buffer.EWindow
-
- frameSize - Variable in class gnu.expr.ScopeExp
-
Size of evalFrame to allocate in interpreter.
- free - Variable in class gnu.lists.StableVector
-
The head of the free elements in position, if they are chained.
- FREE_POSITION - Static variable in class gnu.lists.StableVector
-
An invalid value for an in-use element of positions.
- freeLocal(CodeAttr) - Method in class gnu.bytecode.Variable
-
- freeLocalField(Field) - Method in class gnu.expr.Compilation
-
- freshLine() - Method in class gnu.mapping.OutPort
-
- fromDatum(Object, SyntaxForm) - Static method in class kawa.lang.SyntaxForms
-
Make a SyntaxForm object with the same contextual information as this.
- fromDatumIfNeeded(Object, SyntaxForm) - Static method in class kawa.lang.SyntaxForms
-
- fromEndIndex(int) - Method in class gnu.lists.AbstractSequence
-
- fromEndIndex() - Method in class gnu.lists.SeqPosition
-
- fromLangSymbol(Object) - Method in class gnu.commonlisp.lang.Lisp2
-
- fromLangSymbol(Object) - Method in class gnu.kawa.lispexpr.LispLanguage
-
- FString - Class in gnu.lists
-
Simple adjustable-length vector whose elements are 32-bit floats.
- FString() - Constructor for class gnu.lists.FString
-
- FString(int) - Constructor for class gnu.lists.FString
-
- FString(int, char) - Constructor for class gnu.lists.FString
-
- FString(char[]) - Constructor for class gnu.lists.FString
-
Create an FString from a char[].
- FString(String) - Constructor for class gnu.lists.FString
-
- FString(StringBuilder) - Constructor for class gnu.lists.FString
-
- FString(StringBuilder, int, int) - Constructor for class gnu.lists.FString
-
- FString(StringBuffer) - Constructor for class gnu.lists.FString
-
- FString(StringBuffer, int, int) - Constructor for class gnu.lists.FString
-
- FString(char[], int, int) - Constructor for class gnu.lists.FString
-
- FString(Sequence) - Constructor for class gnu.lists.FString
-
- FString(CharSeq) - Constructor for class gnu.lists.FString
-
- FString(CharSeq, int, int) - Constructor for class gnu.lists.FString
-
- FString(CharSequence) - Constructor for class gnu.lists.FString
-
- FString(CharSequence, int, int) - Constructor for class gnu.lists.FString
-
- fullTailCallsVariable - Static variable in class gnu.expr.Compilation
-
- function - Class in gnu.commonlisp.lang
-
- function(Syntax) - Constructor for class gnu.commonlisp.lang.function
-
- FUNCTION - Static variable in interface gnu.mapping.EnvironmentKey
-
Conventional value used as a property key for function bindings.
- FUNCTION - Static variable in class gnu.mapping.Symbol
-
Conventional value used as a property key for function bindings.
- FUNCTION_NAMESPACE - Static variable in class gnu.expr.Language
-
- FUNCTION_TOKEN - Static variable in class gnu.ecmascript.Reserved
-
- functionNamespacePath - Variable in class gnu.xquery.lang.XQParser
-
- functionNamespacePath - Variable in class gnu.xquery.lang.XQResolveNames
-
- Future<T> - Class in gnu.mapping
-
- Future(Procedure, CallContext) - Constructor for class gnu.mapping.Future
-
- Future(Procedure, InPort, OutPort, OutPort) - Constructor for class gnu.mapping.Future
-
- Future(Procedure) - Constructor for class gnu.mapping.Future
-
- FVector<E> - Class in gnu.lists
-
Simple adjustable-length vector whose elements are Object references.
- FVector() - Constructor for class gnu.lists.FVector
-
- FVector(int) - Constructor for class gnu.lists.FVector
-
- FVector(int, Object) - Constructor for class gnu.lists.FVector
-
- FVector(Object[]) - Constructor for class gnu.lists.FVector
-
Reuses the argument without making a copy!
- FVector(List) - Constructor for class gnu.lists.FVector
-
- G_DAY_TYPE_CODE - Static variable in class gnu.kawa.xml.XDataType
-
- G_MONTH_DAY_TYPE_CODE - Static variable in class gnu.kawa.xml.XDataType
-
- G_MONTH_TYPE_CODE - Static variable in class gnu.kawa.xml.XDataType
-
- G_YEAR_MONTH_TYPE_CODE - Static variable in class gnu.kawa.xml.XDataType
-
- G_YEAR_TYPE_CODE - Static variable in class gnu.kawa.xml.XDataType
-
- gapEnd - Variable in class gnu.lists.GapVector
-
- gapEnd - Variable in class gnu.lists.TreeList
-
- gapReserve(int, int) - Method in class gnu.jemacs.swt.SwtCharBuffer
-
- gapReserve(int) - Method in class gnu.lists.GapVector
-
Make sure gap is at least 'size' elements long.
- gapReserve(int, int) - Method in class gnu.lists.GapVector
-
Adjust gap to 'where', and make sure it is least `needed'
elements long.
- gapReserve(int, int) - Method in class gnu.lists.StableVector
-
Adjust gap to 'where', and make sure it is least `needed'
elements long.
- gapStart - Variable in class gnu.lists.GapVector
-
- gapStart - Variable in class gnu.lists.TreeList
-
- GapVector - Class in gnu.lists
-
An array with a gap in the middle, allowing efficient insert and delete.
- GapVector(SimpleVector) - Constructor for class gnu.lists.GapVector
-
- GapVector() - Constructor for class gnu.lists.GapVector
-
- gcd(int, int) - Static method in class gnu.math.IntNum
-
Calculate Greatest Common Divisor for non-negative ints.
- gcd(IntNum, IntNum) - Static method in class gnu.math.IntNum
-
- gDayType - Static variable in class gnu.kawa.xml.XTimeType
-
- GE - Static variable in class gnu.q2.lang.Operator
-
- general - Variable in class gnu.math.ExponentialFormat
-
- GeneralArray - Class in gnu.lists
-
A class to handle general multi-dimensional arrays.
- GeneralArray() - Constructor for class gnu.lists.GeneralArray
-
- GeneralArray(int[]) - Constructor for class gnu.lists.GeneralArray
-
- GeneralArray1 - Class in gnu.lists
-
- GeneralArray1() - Constructor for class gnu.lists.GeneralArray1
-
- generalCategory(int) - Static method in class gnu.kawa.functions.UnicodeUtils
-
- GeneralHashTable<K,V> - Class in gnu.kawa.util
-
A generic hash table.
- GeneralHashTable() - Constructor for class gnu.kawa.util.GeneralHashTable
-
- GeneralHashTable(int) - Constructor for class gnu.kawa.util.GeneralHashTable
-
- GENERATE_STACK_MAP_TABLE - Static variable in class gnu.bytecode.CodeAttr
-
- generateApplyMethods(Compilation) - Method in class gnu.expr.LambdaExp
-
- generateApplyMethodsWithContext(LambdaExp) - Method in class gnu.expr.Compilation
-
Generate ModuleBody's apply(CallContext) method
Use the applyMethods vector, which contains methods that
implement the (public, readable) methods of the current module.
- generateApplyMethodsWithoutContext(LambdaExp) - Method in class gnu.expr.Compilation
-
Generate ModuleBody's apply0...applyN methods.
- generateBridgeMethod(Compilation, Method, Type[], Type) - Method in class gnu.expr.ClassExp
-
Given an existing method and a desired bridge method signature,
generates an appropriate bridge method.
- generateClassName(String) - Method in class gnu.expr.Compilation
-
Generate an unused class name.
- generateConstructor(LambdaExp) - Method in class gnu.expr.Compilation
-
- generateConstructor(ClassType, LambdaExp) - Method in class gnu.expr.Compilation
-
- generateMain - Variable in class gnu.expr.Compilation
-
True if we should generate a main(String[]) method.
- generateMainDefault - Static variable in class gnu.expr.Compilation
-
- generateMatchMethods(LambdaExp) - Method in class gnu.expr.Compilation
-
- generateNewBufferName(String) - Static method in class gnu.jemacs.buffer.Buffer
-
- generatingApplet() - Method in class gnu.expr.Compilation
-
True if we should generate an Applet.
- generatingServlet() - Method in class gnu.expr.Compilation
-
True if we should generate a Servlet.
- GenericError - Exception in kawa.lang
-
- GenericError(String) - Constructor for exception kawa.lang.GenericError
-
- GenericProc - Class in gnu.expr
-
A collection of MethodProcs; one is chosen at apply time.
- GenericProc(String) - Constructor for class gnu.expr.GenericProc
-
- GenericProc() - Constructor for class gnu.expr.GenericProc
-
- gentemp() - Static method in class gnu.expr.Symbols
-
Generate a new (interned) symbol with a unique name.
- geq(Object) - Method in class gnu.math.Numeric
-
- get(AttrContainer, String) - Static method in class gnu.bytecode.Attribute
-
Find an Attribute by name, in an attribute cointainer.
- get(Object) - Method in class gnu.expr.AbstractScriptEngineFactory.BindingsLocation
-
- get() - Method in class gnu.expr.AbstractScriptEngineFactory.BindingsLocation
-
- get(Object) - Method in class gnu.expr.KawaScriptBindings
-
- get() - Method in class gnu.jemacs.buffer.BufferLocal
-
- get(Object) - Method in class gnu.jemacs.buffer.BufferLocal
-
- get(Buffer, Object) - Method in class gnu.jemacs.buffer.BufferLocal
-
- get(int, int, boolean) - Method in class gnu.jemacs.buffer.EKeymap
-
- get(int, boolean) - Method in class gnu.jemacs.buffer.EKeymap
-
- get(int) - Method in class gnu.jemacs.swing.SwingBuffer
-
- get(int) - Method in class gnu.jemacs.swt.SwtBuffer
-
- get(String) - Method in class gnu.kawa.lispexpr.ClassNamespace
-
- get(T) - Method in class gnu.kawa.reflect.ClassMemberLocation
-
- get() - Method in class gnu.kawa.reflect.FieldLocation
-
- get(T) - Method in class gnu.kawa.reflect.FieldLocation
-
- get(Object) - Method in class gnu.kawa.reflect.StaticFieldLocation
-
- get(Object) - Method in class gnu.kawa.util.AbstractHashTable
-
Find value for given key.
- get(Object, V) - Method in class gnu.kawa.util.AbstractHashTable
-
Find value for given key.
- get(Object, V) - Method in class gnu.kawa.util.AbstractWeakHashTable
-
- get(V) - Method in class gnu.kawa.util.HashNode
-
- get(Object, V) - Method in class gnu.kawa.util.WeakIdentityHashMap
-
- get(int) - Method in class gnu.kawa.xml.Nodes
-
- get(String) - Method in class gnu.kawa.xml.XmlNamespace
-
- get(int) - Method in class gnu.lists.AbstractSequence
-
See java.util.List.
- get(int[]) - Method in class gnu.lists.AbstractSequence
-
- get(int[]) - Method in interface gnu.lists.Array
-
- get(int) - Method in class gnu.lists.BitVector
-
- get(int) - Method in class gnu.lists.F32Vector
-
- get(int) - Method in class gnu.lists.F64Vector
-
- get(int) - Method in class gnu.lists.FString
-
- get(int) - Method in class gnu.lists.FVector
-
- get(int) - Method in class gnu.lists.GapVector
-
- get(int) - Method in class gnu.lists.GeneralArray
-
- get(int[]) - Method in class gnu.lists.GeneralArray
-
- get(int) - Method in class gnu.lists.LList
-
- get(int) - Method in class gnu.lists.Pair
-
- get(int) - Method in class gnu.lists.S16Vector
-
- get(int) - Method in class gnu.lists.S32Vector
-
- get(int) - Method in class gnu.lists.S64Vector
-
- get(int) - Method in class gnu.lists.S8Vector
-
- get(int) - Method in interface gnu.lists.Sequence
-
See java.util.List.
- get(int) - Method in class gnu.lists.SimpleVector
-
- get(int) - Method in class gnu.lists.SubSequence
-
- get(int) - Method in class gnu.lists.TreeList
-
- get(int) - Method in class gnu.lists.U16Vector
-
- get(int) - Method in class gnu.lists.U32Vector
-
- get(int) - Method in class gnu.lists.U64Vector
-
- get(int) - Method in class gnu.lists.U8Vector
-
- get() - Method in class gnu.mapping.ConstrainedLocation
-
- get(T) - Method in class gnu.mapping.ConstrainedLocation
-
- get(Symbol, Object, Object) - Method in class gnu.mapping.Environment
-
- get(EnvironmentKey, Object) - Method in class gnu.mapping.Environment
-
- get(String, Object) - Method in class gnu.mapping.Environment
-
- get(Symbol) - Method in class gnu.mapping.Environment
-
- get(Object) - Method in class gnu.mapping.Environment
-
Get the value bound to the given name.
- get(String) - Method in interface gnu.mapping.HasNamedParts
-
- get(PropertySet, T) - Method in class gnu.mapping.LazyPropertyKey
-
- get(T) - Method in class gnu.mapping.Location
-
- get() - Method in class gnu.mapping.Location
-
Get the current value of this location.
- get(String) - Method in class gnu.mapping.Namespace
-
- get(Object, Symbol) - Method in class gnu.mapping.Namespace
-
- get() - Method in class gnu.mapping.PlainLocation
-
- get(T) - Method in class gnu.mapping.PlainLocation
-
- get(Object) - Method in class gnu.mapping.ProcLocation
-
- get() - Method in class gnu.mapping.ProcLocation
-
- get(PropertySet, T) - Method in class gnu.mapping.PropertyKey
-
Get the value associated with this key in a given PropertySet.
- get(PropertySet) - Method in class gnu.mapping.PropertyKey
-
Get the value associated with this key in a given PropertySet.
- get() - Method in class gnu.mapping.PropertyLocation
-
- get() - Method in class gnu.mapping.SharedLocation
-
- get(T) - Method in class gnu.mapping.SharedLocation
-
- get(Object, Object, Object) - Method in class gnu.mapping.Table2D
-
- get() - Method in class gnu.mapping.ThreadLocation
-
- get(T) - Method in class gnu.mapping.ThreadLocation
-
- get(String, Object) - Method in class gnu.text.Options
-
Get the value for the option.
- get(Options.OptionInfo, Object) - Method in class gnu.text.Options
-
- get(Options.OptionInfo) - Method in class gnu.text.Options
-
- get(char) - Static method in class gnu.xquery.util.ValuesFilter
-
- get(String, Object) - Method in class kawa.lang.Record
-
- getAbsolute(int[]) - Method in class gnu.math.IntNum
-
Copy the abolute value of this into an array of words.
- getAbsolute() - Method in class gnu.text.Path
-
- getAbstractMethods() - Method in class gnu.bytecode.ClassType
-
- getAccessFlags(short) - Method in class gnu.expr.Declaration
-
- getAction() - Method in class gnu.kawa.models.Button
-
- getAddChildMethodName() - Method in class gnu.kawa.reflect.CompileBuildObject
-
- getAncestor(int) - Method in class gnu.lists.TreePosition
-
Get the value of an ancestor node.
- getAnnotation(int) - Method in class gnu.expr.Declaration
-
Indexed get of one of the annotations associated with this declaration.
- getAnnotationsAttr(AttrContainer, String) - Static method in class gnu.bytecode.RuntimeAnnotationsAttr
-
- getAnnotationType() - Method in class gnu.bytecode.AnnotationEntry
-
- getApplet() - Method in class gnu.kawa.ant.Kawac
-
Gets the value of the "applet" property.
- getArea(StyledText) - Static method in class gnu.jemacs.swt.SwtHelper
-
- getArg(int) - Method in class gnu.bytecode.CodeAttr
-
Get the index'th parameter.
- getArg(int) - Method in class gnu.expr.ApplyExp
-
- getArg(int) - Method in class gnu.kawa.reflect.CompileBuildObject
-
- getArgCount() - Method in class gnu.expr.ApplyExp
-
- getArgCount() - Method in class gnu.kawa.reflect.CompileBuildObject
-
- getArgCount() - Method in class gnu.mapping.CallContext
-
- getArgs() - Method in class gnu.expr.ApplyExp
-
- getArgs() - Method in class gnu.mapping.CallContext
-
- getArguments(Object[], int, Procedure) - Static method in class gnu.kawa.functions.Apply
-
- getArray() - Method in class gnu.lists.CharBuffer
-
- getAttribute(String) - Method in class gnu.kawa.servlet.CGIServletWrapper
-
- getAttribute(String) - Method in class gnu.kawa.servlet.HttpRequestContext
-
Get attribute from the server context.
- getAttribute(String) - Method in class gnu.kawa.servlet.KawaHttpHandler.Context
-
- getAttribute(String) - Method in class gnu.kawa.servlet.KawaServlet.Context
-
- getAttribute(String) - Method in class gnu.kawa.xml.KElement
-
- getAttribute(int) - Method in class gnu.lists.AbstractSequence
-
- getAttribute(int, String, String) - Method in class gnu.xml.NodeTree
-
Find named attribute.
- getAttributeCount(int) - Method in class gnu.lists.TreeList
-
- getAttributeI(int, String, String) - Method in class gnu.xml.NodeTree
-
Find named attribute.
- getAttributeLength() - Method in class gnu.lists.AbstractSequence
-
- getAttributeNames() - Method in class gnu.kawa.servlet.CGIServletWrapper
-
- getAttributeNode(String) - Method in class gnu.kawa.xml.KElement
-
- getAttributeNodeNS(String, String) - Method in class gnu.kawa.xml.KElement
-
- getAttributeNS(String, String) - Method in class gnu.kawa.xml.KElement
-
- getAttributes() - Method in interface gnu.bytecode.AttrContainer
-
Get the (first) Attribute of this container.
- getAttributes() - Method in class gnu.bytecode.ClassType
-
- getAttributes() - Method in class gnu.bytecode.CodeAttr
-
- getAttributes() - Method in class gnu.bytecode.Field
-
- getAttributes() - Method in class gnu.bytecode.Method
-
- getAttributes() - Method in class gnu.kawa.xml.KNode
-
- getAuthority() - Method in class gnu.text.Path
-
- getAuthority() - Method in class gnu.text.URIPath
-
- getAuthType() - Method in class gnu.kawa.servlet.CGIServletWrapper
-
- getAxis() - Method in class gnu.kawa.models.Box
-
Return 0 for a horizontal box; 1 for a vertical box.
- getAxis() - Method in class gnu.kawa.models.Column
-
- getAxis() - Method in class gnu.kawa.models.Row
-
- getBackground() - Method in class gnu.kawa.models.Button
-
- getBase() - Method in class gnu.kawa.reflect.OccurrenceType
-
- getBase() - Method in class gnu.mapping.IndirectableLocation
-
- getBase() - Method in class gnu.mapping.Location
-
- getBaseForce() - Method in class gnu.mapping.IndirectableLocation
-
- getBaseFormat() - Method in class gnu.text.CaseConvertFormat
-
- getBaseURI() - Method in class gnu.kawa.xml.KNode
-
- getBinding() - Method in class gnu.expr.AccessExp
-
If non-null, the local Declaration this refers to.
- getBody() - Method in class gnu.expr.CatchClause
-
- getBody() - Method in class gnu.expr.LetExp
-
- getBodyFirstExpression() - Method in class gnu.expr.LambdaExp
-
Get the first expression/statement in the body.
- getBoolean(String) - Method in class gnu.text.Options
-
- getBoolean(String, boolean) - Method in class gnu.text.Options
-
- getBoolean(Options.OptionInfo, boolean) - Method in class gnu.text.Options
-
- getBoolean(Options.OptionInfo) - Method in class gnu.text.Options
-
- getBooleanOption(String, boolean) - Method in class gnu.expr.Compilation
-
Get a named boolean option.
- getBooleanOption(String) - Method in class gnu.expr.Compilation
-
Get a named boolean option.
- getBounds2D() - Method in class gnu.kawa.models.DrawImage
-
- getBounds2D() - Method in class gnu.kawa.models.DrawShape
-
- getBounds2D() - Method in class gnu.kawa.models.FillShape
-
- getBounds2D() - Method in interface gnu.kawa.models.Paintable
-
- getBounds2D() - Method in class gnu.kawa.models.WithComposite
-
- getBounds2D() - Method in class gnu.kawa.models.WithPaint
-
- getBounds2D() - Method in class gnu.kawa.models.WithTransform
-
- getBrlInstance() - Static method in class gnu.kawa.brl.BRL
-
- getBuffer(String) - Static method in class gnu.jemacs.buffer.Buffer
-
- getBuffer() - Method in class gnu.jemacs.buffer.EWindow
-
- getBuffer() - Method in class gnu.jemacs.buffer.Marker
-
- getBuffer() - Method in class gnu.jemacs.buffer.Mode
-
- getBuffer() - Method in class gnu.kawa.models.Text
-
- getBuffer() - Method in class gnu.lists.BitVector
-
- getBuffer(int) - Method in class gnu.lists.BitVector
-
- getBuffer() - Method in class gnu.lists.ByteVector
-
- getBuffer() - Method in class gnu.lists.F32Vector
-
- getBuffer(int) - Method in class gnu.lists.F32Vector
-
- getBuffer() - Method in class gnu.lists.F64Vector
-
- getBuffer(int) - Method in class gnu.lists.F64Vector
-
- getBuffer() - Method in class gnu.lists.FString
-
- getBuffer(int) - Method in class gnu.lists.FString
-
- getBuffer() - Method in class gnu.lists.FVector
-
- getBuffer(int) - Method in class gnu.lists.FVector
-
- getBuffer() - Method in class gnu.lists.S16Vector
-
- getBuffer(int) - Method in class gnu.lists.S16Vector
-
- getBuffer() - Method in class gnu.lists.S32Vector
-
- getBuffer(int) - Method in class gnu.lists.S32Vector
-
- getBuffer() - Method in class gnu.lists.S64Vector
-
- getBuffer(int) - Method in class gnu.lists.S64Vector
-
- getBuffer(int) - Method in class gnu.lists.S8Vector
-
- getBuffer() - Method in class gnu.lists.SimpleVector
-
- getBuffer(int) - Method in class gnu.lists.SimpleVector
-
- getBuffer() - Method in class gnu.lists.U16Vector
-
- getBuffer(int) - Method in class gnu.lists.U16Vector
-
- getBuffer() - Method in class gnu.lists.U32Vector
-
- getBuffer(int) - Method in class gnu.lists.U32Vector
-
- getBuffer() - Method in class gnu.lists.U64Vector
-
- getBuffer(int) - Method in class gnu.lists.U64Vector
-
- getBuffer(int) - Method in class gnu.lists.U8Vector
-
- getBufferContent() - Method in class gnu.jemacs.swt.SwtBuffer
-
- getBufferLength() - Method in class gnu.lists.BitVector
-
Get the allocated length of the data buffer.
- getBufferLength() - Method in class gnu.lists.ByteVector
-
Get the allocated length of the data buffer.
- getBufferLength() - Method in class gnu.lists.F32Vector
-
Get the allocated length of the data buffer.
- getBufferLength() - Method in class gnu.lists.F64Vector
-
Get the allocated length of the data buffer.
- getBufferLength() - Method in class gnu.lists.FString
-
Get the allocated length of the data buffer.
- getBufferLength() - Method in class gnu.lists.FVector
-
Get the allocated length of the data buffer.
- getBufferLength() - Method in class gnu.lists.S16Vector
-
Get the allocated length of the data buffer.
- getBufferLength() - Method in class gnu.lists.S32Vector
-
Get the allocated length of the data buffer.
- getBufferLength() - Method in class gnu.lists.S64Vector
-
Get the allocated length of the data buffer.
- getBufferLength() - Method in class gnu.lists.SimpleVector
-
Get the allocated length of the data buffer.
- getBufferLength() - Method in class gnu.lists.U16Vector
-
Get the allocated length of the data buffer.
- getBufferLength() - Method in class gnu.lists.U32Vector
-
Get the allocated length of the data buffer.
- getBufferLength() - Method in class gnu.lists.U64Vector
-
Get the allocated length of the data buffer.
- getBufferSize() - Method in class gnu.kawa.servlet.CGIServletWrapper
-
- getByte() - Method in class gnu.text.LineInputStreamReader
-
- getBytes() - Method in class gnu.kawa.xml.BinaryObject
-
- getCallContext() - Method in class gnu.mapping.Future
-
Get the CallContext we use for this Thread.
- getCallContext() - Method in class gnu.mapping.RunnableClosure
-
Get the CallContext we use for this Thread.
- getCallContextInstanceMethod - Static variable in class gnu.expr.Compilation
-
- getCallConvention() - Method in class gnu.expr.LambdaExp
-
The calling convention used for this function.
- getCaller() - Method in class gnu.expr.LambdaExp
-
For an INLINE_ONLY function, return the function it gets inlined in.
- getCanCall() - Method in class gnu.expr.Declaration
-
- getCanCall() - Method in class gnu.expr.LambdaExp
-
- getCanDefine() - Method in class gnu.mapping.Environment
-
True if new bindings (non-unbound Locations) can be added.
- getCanonical() - Method in class gnu.text.FilePath
-
- getCanonical() - Method in class gnu.text.Path
-
- getCanonical() - Method in class gnu.text.URIPath
-
- getCanRead() - Method in class gnu.expr.Declaration
-
- getCanRead() - Method in class gnu.expr.LambdaExp
-
- getCanRedefine() - Method in class gnu.mapping.Environment
-
True if bindings can be removed or replaced by other kinds of Location.
- getCanWrite() - Method in class gnu.expr.Declaration
-
- getCapturedScope() - Method in class kawa.lang.Macro
-
- getCar() - Method in class gnu.lists.Pair
-
- getCaretOffset(StyledText) - Static method in class gnu.jemacs.swt.SwtHelper
-
- getCatchClauses() - Method in class gnu.expr.TryExp
-
- getCdr() - Method in class gnu.lists.Pair
-
- getCellSpacing() - Method in class gnu.kawa.models.Box
-
- getCgiEnvVar(String) - Method in class gnu.kawa.servlet.CGIServletWrapper
-
- getCharacter(int) - Static method in class gnu.commonlisp.lang.CommonLisp
-
Get a CommonLisp character object.
- getCharacter(int) - Static method in class gnu.jemacs.lang.ELisp
-
Get a ELisp character object.
- getCharacterEncoding() - Method in class gnu.kawa.servlet.CGIServletWrapper
-
- getCharContent(boolean) - Method in class gnu.text.Path
-
- getCharCount() - Method in class gnu.jemacs.swt.BufferContent
-
- getChars(int, int, char[], int) - Method in class gnu.jemacs.buffer.Buffer
-
- getChars(int, int, char[], int) - Method in class gnu.jemacs.swt.SwtCharBuffer
-
- getChars(int, int, Segment) - Method in class gnu.kawa.swingviews.SwingContent
-
- getChars(int, int, char[], int) - Method in class gnu.lists.CharBuffer
-
Copy characters into a destination buffer.
- getChars(int, int, char[], int) - Method in interface gnu.lists.CharSeq
-
Copy characters into a destination buffer.
- getChars(int, int, char[], int) - Method in class gnu.lists.FString
-
- getChars(int, int, StringBuffer) - Method in class gnu.lists.FString
-
- getChars(StringBuffer) - Method in class gnu.lists.FString
-
- getChars(int, int, char[], int) - Method in class gnu.lists.SubCharSeq
-
Copy characters into a destination buffer.
- getCharSize() - Method in class gnu.jemacs.buffer.EWindow
-
- getCharSize() - Method in class gnu.jemacs.swing.SwingWindow
-
- getCharSize() - Method in class gnu.jemacs.swt.SwtWindow
-
- getChecked(String) - Method in class gnu.mapping.Environment
-
Get the value bound to the given name.
- getChildNodes() - Method in class gnu.kawa.xml.KNode
-
- getClassfileMajorVersion() - Method in class gnu.bytecode.ClassType
-
- getClassfileMinorVersion() - Method in class gnu.bytecode.ClassType
-
- getClassfileVersion() - Method in class gnu.bytecode.ClassType
-
- getClassName() - Method in class gnu.bytecode.CpoolClass
-
- getClassName(Compilation) - Method in class gnu.expr.ClassExp
-
- getClassName() - Method in class gnu.expr.ModuleInfo
-
- getClasspath() - Method in class gnu.kawa.ant.Kawac
-
Gets the classpath to be used for this compilation.
- getClassType() - Method in class gnu.bytecode.CpoolClass
-
Get corresponding ObjectType (ClassType or ArrayType).
- getClassType() - Method in class gnu.expr.ClassExp
-
The ClassType generated for this class.
- getClassType() - Method in class gnu.expr.LambdaExp
-
The ClassType generated for this class.
- getClassType() - Method in class gnu.expr.ModuleInfo
-
- getClassType() - Method in class gnu.kawa.lispexpr.ClassNamespace
-
- getClonedInstance(Type) - Method in class gnu.expr.CheckedTarget
-
- getClonedInstance(Type) - Method in class gnu.expr.StackTarget
-
- getCode() - Method in class gnu.bytecode.CodeAttr
-
Get the code (instruction bytes) of this method.
- getCode() - Method in class gnu.bytecode.Method
-
- getCode() - Method in class gnu.expr.Compilation
-
- getCode() - Method in class gnu.expr.Declaration
-
- getCodeLength() - Method in class gnu.bytecode.CodeAttr
-
Set the current lengthof the code (instruction bytes) of this method.
- getCollationKey(String) - Method in class gnu.xquery.util.NamedCollator
-
- getColumnNumber() - Method in class gnu.expr.Compilation
-
- getColumnNumber() - Method in class gnu.expr.Declaration
-
- getColumnNumber() - Method in class gnu.expr.Expression
-
- getColumnNumber() - Method in class gnu.expr.ExpVisitor
-
- getColumnNumber() - Method in class gnu.jemacs.buffer.BufferReader
-
- getColumnNumber() - Method in class gnu.jemacs.swing.MarkerReader
-
- getColumnNumber() - Method in class gnu.lists.PairWithPosition
-
- getColumnNumber() - Method in class gnu.mapping.BinaryOutPort
-
- getColumnNumber() - Method in class gnu.mapping.OutPort
-
Get zero-based column number or -1 for unknown.
- getColumnNumber() - Method in class gnu.text.Lexer
-
- getColumnNumber() - Method in class gnu.text.LineBufferedReader
-
Return the current (zero-based) column number.
- getColumnNumber() - Method in class gnu.text.PrettyWriter
-
Get zero-origin column number, or -1 if unknown.
- getColumnNumber() - Method in class gnu.text.SourceError
-
- getColumnNumber() - Method in interface gnu.text.SourceLocator
-
Return current column number.
- getColumnNumber() - Method in class gnu.text.SourceMessages
-
The default column number to use for a new error.
- getColumnNumber() - Method in class gnu.xml.XMLFilter
-
- getCommand() - Method in class gnu.jemacs.swt.CommandDialog
-
- getCommenterHash() - Method in class gnu.kawa.ant.LineCommenterSet
-
Gets the filter hash of the FilterSet.
- getCommonLispFormat(boolean) - Static method in class gnu.kawa.functions.DisplayFormat
-
- getCompilation() - Method in class gnu.expr.ExpVisitor
-
Get the Compilation associated with this visitor.
- getCompilation(SourceMessages, NameLookup) - Method in class gnu.expr.Language
-
- getCompilation() - Method in class gnu.expr.ModuleInfo
-
- getCompilation() - Method in class gnu.kawa.reflect.CompileBuildObject
-
- getCompilation(Lexer, SourceMessages, NameLookup) - Method in class gnu.xquery.lang.XQuery
-
- getCompilationClass() - Method in class gnu.commonlisp.lang.Lisp2
-
- getCompilationClass() - Method in class gnu.expr.Language
-
- getCompilationClass() - Method in class gnu.kawa.lispexpr.LispLanguage
-
- getCompilationClass() - Method in class gnu.q2.lang.Q2
-
- getCompilationClass() - Method in class kawa.standard.Scheme
-
- getCompilationDirectory() - Method in class gnu.expr.ModuleManager
-
- getCompiledClassType(Compilation) - Method in class gnu.expr.ClassExp
-
- getCompiledClassType(Compilation) - Method in class gnu.expr.LambdaExp
-
Return the ClassType of the Procedure this is being compiled into.
- getComponent(int) - Method in class gnu.kawa.models.Box
-
- getComponentCount() - Method in class gnu.kawa.models.Box
-
- getComponentType() - Method in class gnu.bytecode.ArrayType
-
- getConstant(int) - Method in class gnu.bytecode.ClassType
-
- getConstants() - Method in interface gnu.bytecode.AttrContainer
-
- getConstants() - Method in class gnu.bytecode.Attribute
-
- getConstants() - Method in class gnu.bytecode.ClassType
-
- getConstants() - Method in class gnu.bytecode.CodeAttr
-
- getConstants() - Method in class gnu.bytecode.Field
-
- getConstants() - Method in class gnu.bytecode.Method
-
- getConstantValue() - Method in class gnu.expr.Declaration
-
If getValue() is a constant, return the constant value, otherwise null.
- getConstituentInstance() - Static method in class gnu.kawa.lispexpr.ReadTableEntry
-
- getConstructor(LambdaExp) - Method in class gnu.expr.Compilation
-
- getConstructor(ClassType, LambdaExp) - Static method in class gnu.expr.Compilation
-
- getConstructor() - Method in interface gnu.expr.TypeValue
-
Get the constructor function for this type.
- getConstructor() - Method in class gnu.kawa.lispexpr.LangObjType
-
- getConstructor() - Method in class gnu.kawa.lispexpr.LangPrimType
-
- getConstructor() - Method in class gnu.kawa.reflect.OccurrenceType
-
- getConstructor() - Method in class gnu.kawa.xml.ElementType
-
- getConstructor() - Method in class gnu.kawa.xml.NodeType
-
- getConstructor() - Method in class gnu.kawa.xml.XDataType
-
- getConstructorType() - Method in class gnu.kawa.lispexpr.LangObjType
-
- getConsumer() - Method in class gnu.kawa.servlet.HttpRequestContext
-
- getConsumerVariable() - Method in class gnu.expr.ConsumerTarget
-
- getContainedWindow(Container, boolean) - Static method in class gnu.jemacs.swing.SwingWindow
-
- getContainer() - Method in class gnu.bytecode.Attribute
-
Return the Attribute container that contains this Attribute.
- getContainingSequenceSize(int) - Method in class gnu.lists.AbstractSequence
-
Get the size of the (sub-) sequence containing a given position.
- getContainingSequenceSize() - Method in class gnu.lists.SeqPosition
-
- getContentHandler() - Method in class gnu.kawa.sax.ContentConsumer
-
- getContentLength() - Method in class gnu.kawa.servlet.CGIServletWrapper
-
- getContentLength() - Method in class gnu.text.FilePath
-
- getContentLength() - Method in class gnu.text.Path
-
- getContentLength() - Method in class gnu.text.URIPath
-
- getContentLength() - Method in class gnu.text.URLPath
-
- getContentLength(URL) - Static method in class gnu.text.URLPath
-
- getContentType() - Method in class gnu.kawa.servlet.CGIServletWrapper
-
- getContext() - Method in class gnu.expr.Declaration
-
Return the ScopeExp that contains (declares) this Declaration.
- getContext() - Static method in class gnu.expr.ModuleContext
-
For now returns the shared global ModuleContext.
- getContext(String) - Method in class gnu.kawa.servlet.CGIServletWrapper
-
- getContextClass(String) - Static method in class gnu.bytecode.ObjectType
-
Get named class using context class loader.
- getContextClassLoader() - Static method in class gnu.bytecode.ObjectType
-
- getContextPackage(String) - Static method in class gnu.bytecode.ArrayClassLoader
-
- getContextPath() - Method in class gnu.kawa.servlet.CGIServletWrapper
-
- getContextPath() - Method in class gnu.kawa.servlet.HttpRequestContext
-
Returns the context path, relative to the server root.
- getContextPath() - Method in class gnu.kawa.servlet.KawaHttpHandler.Context
-
- getContextPath() - Method in class gnu.kawa.servlet.KawaServlet.Context
-
- getContextScope() - Method in class gnu.expr.ThisExp
-
- getConvertCR() - Method in class gnu.text.LineBufferedReader
-
True if CR and CRLF should be converted to LF.
- getCookies() - Method in class gnu.kawa.servlet.CGIServletWrapper
-
- getCount() - Method in class gnu.bytecode.ConstantPool
-
- getCount() - Method in class gnu.bytecode.LocalVarsAttr
-
- getCount(String) - Method in class gnu.text.SourceMessages
-
Get number of diagnostics whose severity is one of the characters in the argument.
- getCpoolClass() - Method in class gnu.bytecode.CpoolRef
-
- getCurrent() - Static method in class gnu.expr.Compilation
-
- getCurrent() - Static method in class gnu.jemacs.buffer.Buffer
-
- getCurrent() - Static method in class gnu.kawa.lispexpr.ReadTable
-
- getCurrent() - Static method in class gnu.kawa.xml.Focus
-
- getCurrent() - Static method in class gnu.mapping.Environment
-
- getCurrentEnvironmentMethod - Static variable in class gnu.expr.Compilation
-
- getCurrentLambda() - Method in class gnu.expr.ExpVisitor
-
- getCurrentLocation(String) - Static method in class gnu.mapping.SimpleEnvironment
-
- getCurrentRequest() - Static method in class gnu.kawa.servlet.KawaServlet.Context
-
- getCurrentResponse() - Static method in class gnu.kawa.servlet.KawaServlet.Context
-
- getCurrentScope() - Method in class gnu.bytecode.CodeAttr
-
- getCurrentSyntax() - Method in class kawa.lang.Translator
-
- getCurrentTry() - Method in class gnu.bytecode.CodeAttr
-
- getData() - Method in class gnu.kawa.xml.KCDATASection
-
- getData() - Method in class gnu.kawa.xml.KCharacterData
-
- getData() - Method in class gnu.kawa.xml.KProcessingInstruction
-
- getData() - Method in class gnu.lists.UnescapedData
-
- getDateHeader(String) - Method in class gnu.kawa.servlet.CGIServletWrapper
-
- getDatum() - Method in interface kawa.lang.SyntaxForm
-
- getDay() - Method in class gnu.math.DateTime
-
- getDays() - Method in class gnu.math.Duration
-
- getDeclaration(Named) - Static method in class gnu.expr.Declaration
-
- getDeclaration(Object, String) - Static method in class gnu.expr.Declaration
-
- getDeclaration() - Method in class gnu.kawa.reflect.FieldLocation
-
- getDeclarationFromStatic(String, String) - Static method in class gnu.expr.Declaration
-
Create a declaration corresponding to a static field.
- getDeclarationValueFromStatic(String, String, String) - Static method in class gnu.expr.Declaration
-
Similar to getDeclarationFromStatic,
but also do noteValue with the field's value.
- getDeclaredClass(String) - Method in class gnu.bytecode.ClassType
-
- getDeclaredField(String) - Method in class gnu.bytecode.ClassType
-
Find a field with the given name declared in this class.
- getDeclaredMethod(String, Type[]) - Method in class gnu.bytecode.ClassType
-
Look for a matching method.
- getDeclaredMethod(String, int) - Method in class gnu.bytecode.ClassType
-
Get a method with matching name and number of arguments.
- getDeclaredMethod(String, int) - Method in class gnu.kawa.lispexpr.LangObjType
-
- getDeclaredMethods() - Method in class gnu.bytecode.ClassType
-
- getDeclaredStaticMethod(String, int) - Method in class gnu.bytecode.ClassType
-
Get a static method with matching name and number of arguments.
- getDeclaringClass() - Method in class gnu.bytecode.ClassType
-
- getDeclaringClass() - Method in class gnu.bytecode.Field
-
- getDeclaringClass() - Method in interface gnu.bytecode.Member
-
- getDeclaringClass() - Method in class gnu.bytecode.Method
-
- getDeclaringClass() - Method in class gnu.kawa.reflect.ClassMemberLocation
-
- getDefault() - Static method in class gnu.mapping.Namespace
-
- getDefaultBinding() - Method in class gnu.jemacs.buffer.EKeymap
-
- getDefaultConstructor() - Method in class gnu.bytecode.ClassType
-
- getDefaultConstructor() - Method in class gnu.kawa.reflect.CompileBuildObject
-
- getDefaultLanguage() - Static method in class gnu.expr.Language
-
- getDefaultSymbol(String) - Static method in class gnu.mapping.Namespace
-
- getDefine(Object, char, Compilation) - Method in class gnu.expr.ScopeExp
-
Add a new Declaration, with a message if there is an existing one.
- getDelimited(String) - Method in class gnu.xquery.lang.XQParser
-
Scan until a given delimiter.
- getDepth() - Method in class gnu.lists.TreePosition
-
Number of ancestor sequences, including current sequence.
- getDesc() - Method in class gnu.kawa.xml.TreeScanner
-
- getDestdir() - Method in class gnu.kawa.ant.Kawac
-
Gets the destination directory into which the Kawa source files
should be compiled.
- getDigitInstance() - Static method in class gnu.kawa.lispexpr.ReadTableEntry
-
- getDimension() - Method in class gnu.math.BaseUnit
-
- getDirectory() - Method in class gnu.text.Path
-
- getDisplay() - Static method in class gnu.jemacs.swt.SwtHelper
-
- getDisplay() - Method in class gnu.kawa.echo2.Echo2Servlet
-
- getDisplay() - Method in class gnu.kawa.echo2.Echo2Window
-
- getDisplay() - Method in interface gnu.kawa.models.Window
-
- getDisplay() - Method in class gnu.kawa.swingviews.SwingFrame
-
- getDoc(String) - Method in class gnu.text.Options
-
- getDoctype() - Method in class gnu.kawa.xml.KDocument
-
- getDocumentElement() - Method in class gnu.kawa.xml.KDocument
-
- getDocumentURI() - Method in class gnu.kawa.xml.KDocument
-
- getDomConfig() - Method in class gnu.kawa.xml.KDocument
-
- getDontDereference() - Method in class gnu.expr.ReferenceExp
-
- getDot() - Method in class gnu.jemacs.buffer.Buffer
-
- getDot() - Method in class gnu.jemacs.swing.SwingBuffer
-
- getDot() - Method in class gnu.jemacs.swt.SwtBuffer
-
- getDTDHandler() - Method in class gnu.kawa.sax.KawaXMLReader
-
- getEffectiveIndex(int[]) - Method in class gnu.lists.AbstractSequence
-
- getEffectiveIndex(int[]) - Method in interface gnu.lists.Array
-
- getEffectiveIndex(int[]) - Method in class gnu.lists.GeneralArray
-
Calculate corresponding index in base array.
- getElementById(String) - Method in class gnu.kawa.xml.KDocument
-
- getElementKind() - Method in class gnu.lists.BitVector
-
- getElementKind() - Method in class gnu.lists.F32Vector
-
- getElementKind() - Method in class gnu.lists.F64Vector
-
- getElementKind() - Method in class gnu.lists.FString
-
- getElementKind() - Method in class gnu.lists.S16Vector
-
- getElementKind() - Method in class gnu.lists.S32Vector
-
- getElementKind() - Method in class gnu.lists.S64Vector
-
- getElementKind() - Method in class gnu.lists.S8Vector
-
- getElementKind() - Method in class gnu.lists.SimpleVector
-
- getElementKind() - Method in class gnu.lists.U16Vector
-
- getElementKind() - Method in class gnu.lists.U32Vector
-
- getElementKind() - Method in class gnu.lists.U64Vector
-
- getElementKind() - Method in class gnu.lists.U8Vector
-
- getElementsByTagName(String) - Method in class gnu.kawa.xml.KNode
-
Not implemented yet.
- getElementsByTagNameNS(String, String) - Method in class gnu.kawa.xml.KDocument
-
Not implemented yet.
- getElementsByTagNameNS(String, String) - Method in class gnu.kawa.xml.KElement
-
- getElseClause() - Method in class gnu.expr.IfExp
-
- getEmacsLispFormat(boolean) - Static method in class gnu.kawa.functions.DisplayFormat
-
- getEnclosingMember() - Method in class gnu.bytecode.ClassType
-
- getEngineName() - Method in class gnu.expr.AbstractScriptEngineFactory
-
- getEngineVersion() - Method in class gnu.expr.AbstractScriptEngineFactory
-
- getEntityResolver() - Method in class gnu.kawa.sax.KawaXMLReader
-
- getEntryHashCode(Entry) - Method in class gnu.kawa.util.AbstractHashTable
-
Extract hash-code from Entry.
- getEntryHashCode(AbstractWeakHashTable.WEntry<K, V>) - Method in class gnu.kawa.util.AbstractWeakHashTable
-
- getEntryHashCode(HashNode<K, V>) - Method in class gnu.kawa.util.GeneralHashTable
-
- getEntryHashCode(WeakHashNode<K, V>) - Method in class gnu.kawa.util.WeakIdentityHashMap
-
- getEntryHashCode(SymbolRef) - Method in class gnu.mapping.Namespace
-
- getEntryNext(Entry) - Method in class gnu.kawa.util.AbstractHashTable
-
Extract next Entry in same hash-bucket.
- getEntryNext(AbstractWeakHashTable.WEntry<K, V>) - Method in class gnu.kawa.util.AbstractWeakHashTable
-
- getEntryNext(HashNode<K, V>) - Method in class gnu.kawa.util.GeneralHashTable
-
- getEntryNext(WeakHashNode<K, V>) - Method in class gnu.kawa.util.WeakIdentityHashMap
-
- getEntryNext(SymbolRef) - Method in class gnu.mapping.Namespace
-
Extract next Entry in same hash-bucket.
- getEnvironment() - Method in class gnu.expr.AbstractScriptEngineFactory.BindingsLocation
-
- getEnvironment() - Method in class gnu.expr.Language
-
Get current user environment.
- getEnvironment() - Method in class gnu.mapping.IndirectableLocation
-
- getEnvironment() - Method in class gnu.mapping.NamedLocation
-
- getEnvPropertyFor(Field, Object) - Method in class gnu.commonlisp.lang.Lisp2
-
- getEnvPropertyFor(Field, Object) - Method in class gnu.expr.Language
-
- getEnvPropertyFor(Declaration) - Method in class gnu.expr.Language
-
- getErrorCount() - Method in class gnu.text.SourceMessages
-
Get the number of errors (not counting warnings).
- getErrorHandler() - Method in class gnu.kawa.sax.KawaXMLReader
-
- getErrors() - Method in class gnu.text.Lexer
-
- getErrors() - Method in class gnu.text.SourceMessages
-
- getException() - Method in exception gnu.mapping.WrappedException
-
Return the embedded exception, if any.
- getExceptionAttr() - Method in class gnu.bytecode.Method
-
- getExceptions() - Method in class gnu.bytecode.ExceptionsAttr
-
The types of the exceptions in this attr.
- getExceptions() - Method in class gnu.bytecode.Method
-
- getExitValue() - Method in class gnu.expr.ExpVisitor
-
- getExpClassName() - Method in class gnu.expr.LambdaExp
-
- getExpression() - Method in class gnu.kawa.xslt.XslTranslator
-
- getExpressionCount() - Method in class gnu.expr.BeginExp
-
- getExpressions() - Method in class gnu.expr.BeginExp
-
- getExtension() - Method in class gnu.text.Path
-
- getExtensions() - Method in class gnu.expr.AbstractScriptEngineFactory
-
- getExternal(Symbol, Object) - Static method in class gnu.xquery.lang.XQuery
-
- getExternalFunction - Static variable in class gnu.xquery.lang.XQParser
-
- getFace(String, boolean) - Method in class gnu.jemacs.buffer.EToolkit
-
Get a face with the given name.
- getFace(String, boolean) - Method in class gnu.jemacs.swing.SwingToolkit
-
- getFace(String, boolean) - Method in class gnu.jemacs.swt.SwtToolkit
-
- getFactory() - Method in class gnu.expr.KawaScriptEngine
-
- getFailonerror() - Method in class gnu.kawa.ant.Kawac
-
Gets the failonerror flag.
- getFeature(String) - Method in class gnu.kawa.sax.KawaXMLReader
-
- getFeature(String, String) - Method in class gnu.kawa.xml.KNode
-
- getField(String, int) - Method in class gnu.bytecode.ClassType
-
Find a field with the given name declared in this class or its ancestors.
- getField(String) - Method in class gnu.bytecode.ClassType
-
Find a field with the given name declared in this class or its ancestors.
- getField(String, int) - Method in class gnu.bytecode.ObjectType
-
- getField(String, int) - Method in class gnu.kawa.lispexpr.LangObjType
-
- getField() - Method in class gnu.kawa.reflect.FieldLocation
-
- getFieldCount() - Method in class gnu.bytecode.ClassType
-
- GetFieldProc - Class in kawa.lang
-
- GetFieldProc(Class, String) - Constructor for class kawa.lang.GetFieldProc
-
- GetFieldProc(ClassType, String) - Constructor for class kawa.lang.GetFieldProc
-
- GetFieldProc(ClassType, String, Type, int) - Constructor for class kawa.lang.GetFieldProc
-
- getFields() - Method in class gnu.bytecode.ClassType
-
Get the fields of this class.
- getFileList() - Method in class gnu.kawa.ant.Kawac
-
Gets the list of files to be compiled.
- getFileName() - Method in class gnu.expr.Compilation
-
- getFileName() - Method in class gnu.expr.Declaration
-
- getFileName() - Method in class gnu.expr.Expression
-
- getFileName() - Method in class gnu.expr.ExpVisitor
-
- getFileName() - Method in class gnu.jemacs.buffer.Buffer
-
- getFileName() - Method in class gnu.lists.PairWithPosition
-
- getFileName() - Method in class gnu.text.SourceError
-
- getFileName() - Method in interface gnu.text.SourceLocator
-
Normally same as getSystemId.
- getFileName() - Method in class gnu.text.SourceMessages
-
The default filename to use for a new error.
- getFileName() - Method in class gnu.xml.XMLFilter
-
- getFinallyClause() - Method in class gnu.expr.TryExp
-
- getFirst() - Method in class gnu.kawa.ant.LineCommenterSet.LineCommenter
-
- getFirst() - Method in class gnu.kawa.ant.LineStripperSet.LineStripper
-
- getFirstChild() - Method in class gnu.kawa.xml.KNode
-
- getFirstEnclosingMethod(Attribute) - Static method in class gnu.bytecode.EnclosingMethodAttr
-
- getFirstInnerClasses(Attribute) - Static method in class gnu.bytecode.InnerClassesAttr
-
- getFirstWindow() - Method in class gnu.jemacs.buffer.EFrame
-
- getFlag(long) - Method in class gnu.expr.Declaration
-
- getFlag(int) - Method in class gnu.expr.Expression
-
- getFlags() - Method in class gnu.bytecode.Field
-
- getFlags() - Method in class gnu.expr.Expression
-
- getFlags() - Method in class gnu.expr.ModuleContext
-
- getFlags() - Method in class gnu.mapping.Environment
-
- getForArrayGet(Object) - Static method in class gnu.kawa.reflect.CompileArrays
-
- getForArrayLength(Object) - Static method in class gnu.kawa.reflect.CompileArrays
-
- getForArrayNew(Object) - Static method in class gnu.kawa.reflect.CompileArrays
-
- getForArraySet(Object) - Static method in class gnu.kawa.reflect.CompileArrays
-
- getForeground() - Method in class gnu.kawa.models.Button
-
- getFormat(boolean) - Method in class gnu.commonlisp.lang.CommonLisp
-
- getFormat(boolean) - Method in class gnu.expr.Language
-
- getFormat(boolean) - Method in class gnu.jemacs.lang.ELisp
-
- getFormat(boolean) - Method in class kawa.standard.Scheme
-
- getForNameHelper() - Method in class gnu.expr.Compilation
-
Generate a method to find a named Class without initializing it.
- getFragment() - Method in class gnu.text.Path
-
- getFragment() - Method in class gnu.text.URIPath
-
- getFrame() - Method in class gnu.jemacs.buffer.EWindow
-
- getFromContext(int) - Method in class gnu.mapping.CallContext
-
Routine to extract result and restore state after startFromContext.
- getFromIndex(int) - Method in class gnu.kawa.util.IntHashTable
-
Return the value stored at the specified index in the table.
- getFType() - Method in class gnu.kawa.reflect.FieldLocation
-
Get the type of the field.
- getFulltailcalls() - Method in class gnu.kawa.ant.Kawac
-
Gets the value of the fulltailcalls property.
- getFunction() - Method in class gnu.expr.ApplyExp
-
- getFunction(Symbol, Object) - Method in class gnu.mapping.Environment
-
- getFunction(Symbol) - Method in class gnu.mapping.Environment
-
- getFunctionBinding(Object) - Static method in class gnu.commonlisp.lang.Symbols
-
Get the function binding for a given symbol in the current environment.
- getFunctionBinding(Environment, Object) - Static method in class gnu.commonlisp.lang.Symbols
-
Get the function binding for a given symbol in a given environment.
- getFunctionValue() - Method in class gnu.expr.ApplyExp
-
If getFunction() is constant, return its value; otherwise null.
- getGenericSignature() - Method in class gnu.bytecode.ParameterizedType
-
- getGenericSignature() - Method in class gnu.bytecode.Type
-
- getGlobal() - Static method in class gnu.mapping.Environment
-
- getGlobalEnvironment() - Method in class kawa.lang.Translator
-
- getHasValue() - Method in class gnu.expr.SetExp
-
True if evaluating the SetExp yields the value of the RHS.
- getHeader(String) - Method in class gnu.kawa.servlet.CGIServletWrapper
-
- getHeader() - Method in exception gnu.text.SyntaxException
-
If non-null, an extra one-line message printed before the messages.
- getHeaderNames() - Method in class gnu.kawa.servlet.CGIServletWrapper
-
- getHeaders(String) - Method in class gnu.kawa.servlet.CGIServletWrapper
-
- getHeapFrameType() - Method in class gnu.expr.LambdaExp
-
- getHeight() - Method in class gnu.jemacs.buffer.EWindow
-
Get the current height (in pixels) of this window.
- getHeight() - Method in class gnu.jemacs.swing.SwingWindow
-
- getHeight() - Method in class gnu.jemacs.swt.SwtWindow
-
- getHeightInLines() - Method in class gnu.jemacs.buffer.EWindow
-
- getHost() - Method in class gnu.text.Path
-
- getHost() - Method in class gnu.text.URIPath
-
- getHours() - Method in class gnu.math.DateTime
-
- getHours() - Method in class gnu.math.Duration
-
- getHtmlTag(Object) - Method in class gnu.xml.XMLPrinter
-
- getId() - Method in class gnu.xml.NodeTree
-
Get/create a new unique number.
- getIdentifier(int) - Method in class gnu.ecmascript.Lexer
-
- getIdentifier() - Method in class gnu.ecmascript.Parser
-
- getIgnoreAction() - Method in class gnu.jemacs.buffer.EToolkit
-
- getIgnoreAction() - Method in class gnu.jemacs.swing.SwingToolkit
-
- getIgnoreAction() - Method in class gnu.jemacs.swt.SwtToolkit
-
- getIllegalInstance() - Static method in class gnu.kawa.lispexpr.ReadTableEntry
-
- getImage() - Method in class gnu.kawa.models.DrawImage
-
- getImplementation() - Method in class gnu.kawa.xml.KDocument
-
- getImplementationType() - Method in class gnu.bytecode.ArrayType
-
- getImplementationType() - Method in class gnu.bytecode.ObjectType
-
- getImplementationType() - Method in class gnu.bytecode.Type
-
Return Java-level implementation type.
- getImplementationType() - Method in class gnu.bytecode.UninitializedType
-
- getImplementationType() - Method in class gnu.expr.InlineCalls.ProcedureInCallContext
-
- getImplementationType() - Method in interface gnu.expr.TypeValue
-
The lower-level Type used to represent instances of this type.
- getImplementationType() - Method in class gnu.kawa.lispexpr.LangObjType
-
- getImplementationType() - Method in class gnu.kawa.lispexpr.LangPrimType
-
- getImplementationType() - Method in class gnu.kawa.reflect.LazyType
-
- getImplementationType() - Method in class gnu.kawa.reflect.OccurrenceType
-
- getImplementationType() - Method in class gnu.kawa.reflect.SingletonType
-
- getImplementationType() - Method in class gnu.kawa.xml.AttributeType
-
- getImplementationType() - Method in class gnu.kawa.xml.ElementType
-
- getImplementationType() - Method in class gnu.kawa.xml.NodeType
-
- getImplementationType() - Method in class gnu.kawa.xml.ProcessingInstructionType
-
- getImplementationType() - Method in class gnu.kawa.xml.XDataType
-
- getImplicitTimezone() - Static method in class gnu.xquery.util.TimeUtils
-
- getImportsLexVars() - Method in class gnu.expr.LambdaExp
-
True iff this lambda "captures" (uses) lexical variables from outside.
- getIndex() - Method in class gnu.bytecode.CpoolEntry
-
- getIndexDifference(int, int) - Method in class gnu.lists.AbstractSequence
-
Get offset of (ipos1) relative to (ipos0).
- getIndexDifference(int, int) - Method in class gnu.lists.SubSequence
-
- getIndexDifference(int, int) - Method in class gnu.lists.TreeList
-
- getInfo(String) - Method in class gnu.text.Options
-
- getInitParameter(String) - Method in class gnu.kawa.servlet.CGIServletWrapper
-
- getInitParameterNames() - Method in class gnu.kawa.servlet.CGIServletWrapper
-
- getInitValue() - Method in class gnu.expr.Declaration
-
Get the "initial value" expression.
- getInlineOnly() - Method in class gnu.expr.LambdaExp
-
True iff this lambda is only "called" inline.
- getInputAttributes() - Method in class kawa.ReplPane
-
- getInputEncoding() - Method in class gnu.kawa.xml.KDocument
-
- getInputStream() - Method in class gnu.kawa.servlet.CGIServletWrapper
-
- getInputStream() - Method in class kawa.Telnet
-
- getInstance() - Static method in class gnu.commonlisp.lang.CommonLisp
-
- getInstance() - Static method in class gnu.expr.BuiltinEnvironment
-
- getInstance(Type, String, int) - Static method in class gnu.expr.CheckedTarget
-
- getInstance(Type, LambdaExp, int) - Static method in class gnu.expr.CheckedTarget
-
- getInstance(Type) - Static method in class gnu.expr.CheckedTarget
-
- getInstance(Declaration) - Static method in class gnu.expr.CheckedTarget
-
- getInstance() - Static method in class gnu.expr.KawaConvert
-
- getInstance(String) - Static method in class gnu.expr.Language
-
Look for a language with the given name or extension.
- getInstance(String, Class) - Static method in class gnu.expr.Language
-
- getInstance() - Method in class gnu.expr.ModuleInfo
-
- getInstance() - Static method in class gnu.expr.ModuleManager
-
For now assumes a single global ModuleManager.
- getInstance(Environment, Language) - Static method in class gnu.expr.NameLookup
-
Get or create a NameLookup instance for a given Environment.
- getInstance(Object) - Static method in class gnu.expr.QuoteExp
-
- getInstance(Object, SourceLocator) - Static method in class gnu.expr.QuoteExp
-
- getInstance(Type) - Static method in class gnu.expr.StackTarget
-
- getInstance() - Static method in class gnu.jemacs.buffer.EToolkit
-
- getInstance(String) - Static method in class gnu.jemacs.buffer.EToolkit
-
- getInstance() - Static method in class gnu.jemacs.lang.ELisp
-
- getInstance() - Static method in class gnu.jemacs.swing.IgnoreAction
-
- getInstance(boolean) - Static method in class gnu.kawa.brl.BRL
-
- getInstance() - Static method in class gnu.kawa.echo2.Echo2Display
-
- getInstance() - Static method in class gnu.kawa.functions.Convert
-
- getInstance() - Static method in class gnu.kawa.functions.IntegerFormat
-
- getInstance(int, int, int, int, int, int) - Static method in class gnu.kawa.functions.IntegerFormat
-
- getInstance(boolean) - Static method in class gnu.kawa.functions.ObjectFormat
-
- getInstance(String, ClassType) - Static method in class gnu.kawa.lispexpr.ClassNamespace
-
- getInstance() - Static method in class gnu.kawa.lispexpr.ReaderDispatchMisc
-
- getInstance() - Static method in class gnu.kawa.lispexpr.ReaderIgnoreRestOfLine
-
- getInstance(char, char) - Static method in class gnu.kawa.lispexpr.ReaderParens
-
- getInstance(char, char, int) - Static method in class gnu.kawa.lispexpr.ReaderParens
-
- getInstance(char, char, int, Object) - Static method in class gnu.kawa.lispexpr.ReaderParens
-
- getInstance() - Static method in class gnu.kawa.models.Display
-