Uses of Class gnu.mapping.InPort

Uses in package gnu.ecmascript

Constructors with parameter type gnu.mapping.InPort

Methods with parameter type gnu.mapping.InPort

Object

Uses in package gnu.expr

Methods with parameter type gnu.mapping.InPort

Language
Detect the programming language of a file based on its first line.
Object
Evaluate expression(s) read from an InPort.
void
Lexer
Compilation
Language.parse(InPort port, SourceMessages messages, ModuleInfo info)
Compilation
Language.parse(InPort port, SourceMessages messages, int options)
Parse one or more expressions.

Uses in package gnu.jemacs.buffer

Classes derived from gnu.mapping.InPort

class

Methods with return type gnu.mapping.InPort

InPort
Buffer.openReader(int start, int count)

Uses in package gnu.jemacs.swing

Classes derived from gnu.mapping.InPort

class

Methods with return type gnu.mapping.InPort

InPort
SwingBuffer.openReader(int start, int count)

Uses in package gnu.jemacs.swt

Methods with return type gnu.mapping.InPort

InPort
SwtBuffer.openReader(int start, int count)

Uses in package gnu.kawa.brl

Constructors with parameter type gnu.mapping.InPort

Methods with parameter type gnu.mapping.InPort

Lexer
Object

Uses in package gnu.kawa.lispexpr

Methods with parameter type gnu.mapping.InPort

Lexer

Uses in package gnu.kawa.xslt

Methods with parameter type gnu.mapping.InPort

Lexer

Uses in package gnu.mapping

Classes derived from gnu.mapping.InPort

class
An Inport for reading from a char array.
class
An interactive input-port.

Constructors with parameter type gnu.mapping.InPort

Future.Future(Procedure action, Environment penvironment, InPort in, OutPort out, OutPort err)
RunnableClosure.RunnableClosure(Procedure action, Environment penvironment, InPort in, OutPort out, OutPort err)

Methods with parameter type gnu.mapping.InPort

void

Methods with return type gnu.mapping.InPort

InPort
InPort
InPort.openFile(InputStream strm, Object fname)
InPort
InPort.openFile(Object fname)

Uses in package gnu.q2.lang

Constructors with parameter type gnu.mapping.InPort

Methods with parameter type gnu.mapping.InPort

Lexer
Q2.getLexer(InPort inp, SourceMessages messages)
Object

Uses in package gnu.xquery.lang

Constructors with parameter type gnu.mapping.InPort

XQParser.XQParser(InPort port, SourceMessages messages, XQuery interp)

Methods with parameter type gnu.mapping.InPort

Lexer

Uses in package kawa

Methods with parameter type gnu.mapping.InPort

void
Shell.run(Language language, Environment env, InPort inp, Consumer out, OutPort perr, java.net.URL url)
void
Shell.run(Language language, Environment env, InPort inp, OutPort pout, OutPort perr)

Uses in package kawa.lang

Methods with parameter type gnu.mapping.InPort

Compilation

Uses in package kawa.standard

Methods with parameter type gnu.mapping.InPort

Object
Evalutate Scheme expressions from stream.
void
load.loadSource(InPort port, Environment env, URL url)