Index

A B C D E F G H I J K L M N O P R S T U V W X _ 
All Classes and Interfaces|All Packages|Serialized Form

A

action - Variable in class me.topchetoeu.j2s.runtime.values.functions.NativeFunction
 
add(Environment, String, Location) - Method in exception me.topchetoeu.j2s.runtime.exceptions.EngineException
 
add(Environment, Value, Value) - Static method in class me.topchetoeu.j2s.runtime.values.Value
 
addTry(int, int, int, int) - Method in class me.topchetoeu.j2s.runtime.Frame
 
and(Environment, Value, Value) - Static method in class me.topchetoeu.j2s.runtime.values.Value
 
apply(Environment, Value, Value...) - Method in class me.topchetoeu.j2s.runtime.values.functions.FunctionValue
 
apply(Environment, Value, Value...) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
args - Variable in class me.topchetoeu.j2s.runtime.Frame
 
args - Variable in class me.topchetoeu.j2s.runtime.values.functions.Arguments
 
argsLen - Variable in class me.topchetoeu.j2s.runtime.Frame
 
argsVal - Variable in class me.topchetoeu.j2s.runtime.Frame
 
Arguments - Class in me.topchetoeu.j2s.runtime.values.functions
 
Arguments(Environment, boolean, Value, Value...) - Constructor for class me.topchetoeu.j2s.runtime.values.functions.Arguments
 
ArgumentsValue - Class in me.topchetoeu.j2s.runtime
 
ArgumentsValue(Frame) - Constructor for class me.topchetoeu.j2s.runtime.ArgumentsValue
 
ARRAY_PROTO - Static variable in class me.topchetoeu.j2s.runtime.values.Value
 
ArrayLikeValue - Class in me.topchetoeu.j2s.runtime.values.objects
 
ArrayLikeValue() - Constructor for class me.topchetoeu.j2s.runtime.values.objects.ArrayLikeValue
 
ArrayValue - Class in me.topchetoeu.j2s.runtime.values.objects
 
ArrayValue() - Constructor for class me.topchetoeu.j2s.runtime.values.objects.ArrayValue
 
ArrayValue(int) - Constructor for class me.topchetoeu.j2s.runtime.values.objects.ArrayValue
 
ArrayValue(Value...) - Constructor for class me.topchetoeu.j2s.runtime.values.objects.ArrayValue
 

B

bitwiseNot(Environment, Value) - Static method in class me.topchetoeu.j2s.runtime.values.Value
 
body - Variable in class me.topchetoeu.j2s.runtime.values.functions.CodeFunction
 
BOOL_PROTO - Static variable in class me.topchetoeu.j2s.runtime.values.Value
 
BoolValue - Class in me.topchetoeu.j2s.runtime.values.primitives
 

C

callWith(Environment, Iterable<? extends Value>) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
callWithAsync(Environment, Iterable<? extends Value>, boolean) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
capturables - Variable in class me.topchetoeu.j2s.runtime.Frame
An array of children-captured variables
captures - Variable in class me.topchetoeu.j2s.runtime.Frame
An array of captures from the parent function
captures - Variable in class me.topchetoeu.j2s.runtime.values.functions.CodeFunction
 
captureVar(int) - Method in class me.topchetoeu.j2s.runtime.Frame
 
CATCH - Enum constant in enum class me.topchetoeu.j2s.runtime.Frame.TryState
 
catchStart - Variable in class me.topchetoeu.j2s.runtime.Frame.TryCtx
 
cause - Variable in exception me.topchetoeu.j2s.runtime.exceptions.EngineException
 
CodeFunction - Class in me.topchetoeu.j2s.runtime.values.functions
 
CodeFunction(Environment, String, FunctionBody, Value[][]) - Constructor for class me.topchetoeu.j2s.runtime.values.functions.CodeFunction
 
codePtr - Variable in class me.topchetoeu.j2s.runtime.Frame
 
compile(Environment, Filename, String, Function<Location, Location>) - Method in interface me.topchetoeu.j2s.runtime.Compiler
 
compileFunc(Environment, Filename, String) - Static method in interface me.topchetoeu.j2s.runtime.Compiler
 
Compiler - Interface in me.topchetoeu.j2s.runtime
 
configurable - Variable in class me.topchetoeu.j2s.runtime.values.Member.FieldMember
 
configurable - Variable in class me.topchetoeu.j2s.runtime.values.Member.PropertyMember
 
configurable - Variable in enum class me.topchetoeu.j2s.runtime.values.Value.State
 
configurable() - Method in interface me.topchetoeu.j2s.runtime.values.Member
 
configurable() - Method in class me.topchetoeu.j2s.runtime.values.Member.FieldMember
 
configurable() - Method in class me.topchetoeu.j2s.runtime.values.Member.PropertyMember
 
construct(Environment, Value, Value...) - Method in class me.topchetoeu.j2s.runtime.values.functions.FunctionValue
 
construct(Environment, Value, Value...) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
constructNoSelf(Environment, Value...) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
copyFrom(Value[], int, int, int) - Method in class me.topchetoeu.j2s.runtime.values.objects.ArrayValue
 
copyTo(ArrayValue, int, int, int) - Method in class me.topchetoeu.j2s.runtime.values.objects.ArrayValue
 
copyTo(Value[], int, int, int) - Method in class me.topchetoeu.j2s.runtime.values.objects.ArrayValue
 

D

DebugHandler - Interface in me.topchetoeu.j2s.runtime.debug
 
defineOwnField(Environment, double, Value) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
defineOwnField(Environment, double, Value, Boolean, Boolean, Boolean) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
defineOwnField(Environment, int, Value) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
defineOwnField(Environment, int, Value, Boolean, Boolean, Boolean) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
defineOwnField(Environment, String, Value) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
defineOwnField(Environment, String, Value, Boolean, Boolean, Boolean) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
defineOwnField(Environment, KeyCache, Value) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
defineOwnField(Environment, KeyCache, Value, Boolean, Boolean, Boolean) - Method in class me.topchetoeu.j2s.runtime.values.objects.ArrayLikeValue
 
defineOwnField(Environment, KeyCache, Value, Boolean, Boolean, Boolean) - Method in class me.topchetoeu.j2s.runtime.values.objects.ObjectValue
 
defineOwnField(Environment, KeyCache, Value, Boolean, Boolean, Boolean) - Method in class me.topchetoeu.j2s.runtime.values.primitives.PrimitiveValue
 
defineOwnField(Environment, KeyCache, Value, Boolean, Boolean, Boolean) - Method in class me.topchetoeu.j2s.runtime.values.primitives.UserValue
 
defineOwnField(Environment, KeyCache, Value, Boolean, Boolean, Boolean) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
defineOwnField(Environment, Value, Value) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
defineOwnField(Environment, Value, Value, Boolean, Boolean, Boolean) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
defineOwnProperty(Environment, double, Optional<FunctionValue>, Optional<FunctionValue>, Boolean, Boolean) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
defineOwnProperty(Environment, int, Optional<FunctionValue>, Optional<FunctionValue>, Boolean, Boolean) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
defineOwnProperty(Environment, String, Optional<FunctionValue>, Optional<FunctionValue>, Boolean, Boolean) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
defineOwnProperty(Environment, KeyCache, Optional<FunctionValue>, Optional<FunctionValue>, Boolean, Boolean) - Method in class me.topchetoeu.j2s.runtime.values.objects.ObjectValue
 
defineOwnProperty(Environment, KeyCache, Optional<FunctionValue>, Optional<FunctionValue>, Boolean, Boolean) - Method in class me.topchetoeu.j2s.runtime.values.primitives.PrimitiveValue
 
defineOwnProperty(Environment, KeyCache, Optional<FunctionValue>, Optional<FunctionValue>, Boolean, Boolean) - Method in class me.topchetoeu.j2s.runtime.values.primitives.UserValue
 
defineOwnProperty(Environment, KeyCache, Optional<FunctionValue>, Optional<FunctionValue>, Boolean, Boolean) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
defineOwnProperty(Environment, Value, Optional<FunctionValue>, Optional<FunctionValue>, Boolean, Boolean) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
deleteMember(Environment, double) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
deleteMember(Environment, int) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
deleteMember(Environment, String) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
deleteMember(Environment, KeyCache) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
deleteMember(Environment, Value) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
deleteOwnMember(Environment, double) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
deleteOwnMember(Environment, int) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
deleteOwnMember(Environment, String) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
deleteOwnMember(Environment, KeyCache) - Method in class me.topchetoeu.j2s.runtime.values.functions.FunctionValue
 
deleteOwnMember(Environment, KeyCache) - Method in class me.topchetoeu.j2s.runtime.values.objects.ArrayLikeValue
 
deleteOwnMember(Environment, KeyCache) - Method in class me.topchetoeu.j2s.runtime.values.objects.ObjectValue
 
deleteOwnMember(Environment, KeyCache) - Method in class me.topchetoeu.j2s.runtime.values.primitives.PrimitiveValue
 
deleteOwnMember(Environment, KeyCache) - Method in class me.topchetoeu.j2s.runtime.values.primitives.UserValue
 
deleteOwnMember(Environment, KeyCache) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
deleteOwnMember(Environment, Value) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
descriptor(Environment, Value) - Method in interface me.topchetoeu.j2s.runtime.values.Member
 
descriptor(Environment, Value) - Method in class me.topchetoeu.j2s.runtime.values.Member.FieldMember
 
descriptor(Environment, Value) - Method in class me.topchetoeu.j2s.runtime.values.Member.PropertyMember
 
divide(Environment, Value, Value) - Static method in class me.topchetoeu.j2s.runtime.values.Value
 
DoubleValue - Class in me.topchetoeu.j2s.runtime.values.primitives.numbers
 
DoubleValue(double) - Constructor for class me.topchetoeu.j2s.runtime.values.primitives.numbers.DoubleValue
This constructs a double value directly.

E

EMPTY - Static variable in interface me.topchetoeu.j2s.runtime.debug.DebugHandler
 
enableApply - Variable in class me.topchetoeu.j2s.runtime.values.functions.FunctionValue
 
enableConstruct - Variable in class me.topchetoeu.j2s.runtime.values.functions.FunctionValue
 
enabled(Environment) - Static method in interface me.topchetoeu.j2s.runtime.debug.DebugHandler
 
end - Variable in class me.topchetoeu.j2s.runtime.Frame.TryCtx
 
Engine - Class in me.topchetoeu.j2s.runtime
 
Engine() - Constructor for class me.topchetoeu.j2s.runtime.Engine
 
EngineException - Exception in me.topchetoeu.j2s.runtime.exceptions
 
EngineException(Value) - Constructor for exception me.topchetoeu.j2s.runtime.exceptions.EngineException
 
EngineException.StackElement - Class in me.topchetoeu.j2s.runtime.exceptions
 
enumerable - Variable in class me.topchetoeu.j2s.runtime.values.Member.FieldMember
 
enumerable - Variable in class me.topchetoeu.j2s.runtime.values.Member.PropertyMember
 
enumerable() - Method in interface me.topchetoeu.j2s.runtime.values.Member
 
enumerable() - Method in class me.topchetoeu.j2s.runtime.values.Member.FieldMember
 
enumerable() - Method in class me.topchetoeu.j2s.runtime.values.Member.PropertyMember
 
env - Variable in exception me.topchetoeu.j2s.runtime.exceptions.EngineException
 
env - Variable in class me.topchetoeu.j2s.runtime.Frame
 
env - Variable in class me.topchetoeu.j2s.runtime.values.functions.Arguments
 
env - Variable in class me.topchetoeu.j2s.runtime.values.functions.CodeFunction
 
equals(Object) - Method in class me.topchetoeu.j2s.runtime.values.primitives.BoolValue
 
equals(Object) - Method in class me.topchetoeu.j2s.runtime.values.primitives.numbers.DoubleValue
 
equals(Object) - Method in class me.topchetoeu.j2s.runtime.values.primitives.numbers.IntValue
 
equals(Object) - Method in class me.topchetoeu.j2s.runtime.values.primitives.numbers.NumberValue
 
equals(Object) - Method in class me.topchetoeu.j2s.runtime.values.primitives.StringValue
 
equals(Object) - Method in class me.topchetoeu.j2s.runtime.values.primitives.UserValue
 
error - Variable in class me.topchetoeu.j2s.runtime.Frame.TryCtx
 
ERROR_PROTO - Static variable in class me.topchetoeu.j2s.runtime.values.Value
 
errorToReadable(Environment, RuntimeException, String) - Static method in class me.topchetoeu.j2s.runtime.values.Value
 
EventLoop - Interface in me.topchetoeu.j2s.runtime
 
exec(Environment, Instruction, Frame) - Static method in class me.topchetoeu.j2s.runtime.InstructionRunner
 
ext - Variable in class me.topchetoeu.j2s.runtime.exceptions.EngineException.StackElement
 
extendable - Variable in enum class me.topchetoeu.j2s.runtime.values.Value.State
 

F

FALSE - Static variable in class me.topchetoeu.j2s.runtime.values.primitives.BoolValue
 
FieldMember(Value, Boolean, Boolean, Boolean) - Constructor for class me.topchetoeu.j2s.runtime.values.Member.FieldMember
 
FINALLY - Enum constant in enum class me.topchetoeu.j2s.runtime.Frame.TryState
 
finallyStart - Variable in class me.topchetoeu.j2s.runtime.Frame.TryCtx
 
frame - Variable in class me.topchetoeu.j2s.runtime.ArgumentsValue
 
Frame - Class in me.topchetoeu.j2s.runtime
 
Frame(Environment, boolean, Value, Value, Value[], CodeFunction) - Constructor for class me.topchetoeu.j2s.runtime.Frame
 
Frame.TryCtx - Class in me.topchetoeu.j2s.runtime
 
Frame.TryState - Enum Class in me.topchetoeu.j2s.runtime
 
freeze() - Method in class me.topchetoeu.j2s.runtime.values.objects.ObjectValue
 
freeze() - Method in class me.topchetoeu.j2s.runtime.values.primitives.PrimitiveValue
 
freeze() - Method in class me.topchetoeu.j2s.runtime.values.primitives.UserValue
 
freeze() - Method in class me.topchetoeu.j2s.runtime.values.Value
 
fromIterator(Environment, Iterable<? extends Value>) - Static method in class me.topchetoeu.j2s.runtime.values.Value
 
FROZEN - Enum constant in enum class me.topchetoeu.j2s.runtime.values.Value.State
 
function - Variable in class me.topchetoeu.j2s.runtime.Frame
 
FUNCTION_PROTO - Static variable in class me.topchetoeu.j2s.runtime.values.Value
 
FunctionValue - Class in me.topchetoeu.j2s.runtime.values.functions
 
FunctionValue(String, int) - Constructor for class me.topchetoeu.j2s.runtime.values.functions.FunctionValue
 

G

get(int) - Method in class me.topchetoeu.j2s.runtime.ArgumentsValue
 
get(int) - Method in class me.topchetoeu.j2s.runtime.values.functions.Arguments
 
get(int) - Method in class me.topchetoeu.j2s.runtime.values.objects.ArrayLikeValue
 
get(int) - Method in class me.topchetoeu.j2s.runtime.values.objects.ArrayValue
 
get(Class<T>, int) - Method in class me.topchetoeu.j2s.runtime.values.functions.Arguments
 
get(String) - Static method in class me.topchetoeu.j2s.runtime.values.primitives.SymbolValue
 
get(Environment) - Static method in interface me.topchetoeu.j2s.runtime.Compiler
 
get(Environment) - Static method in interface me.topchetoeu.j2s.runtime.debug.DebugHandler
 
get(Environment) - Static method in interface me.topchetoeu.j2s.runtime.EventLoop
 
get(Environment) - Static method in class me.topchetoeu.j2s.runtime.Frame
 
get(Environment) - Method in interface me.topchetoeu.j2s.runtime.values.objects.ObjectValue.PrototypeProvider
 
get(Environment, int) - Static method in class me.topchetoeu.j2s.runtime.Frame
 
get(Environment, Value) - Method in interface me.topchetoeu.j2s.runtime.values.Member
 
get(Environment, Value) - Method in class me.topchetoeu.j2s.runtime.values.Member.PropertyMember
 
getDouble() - Method in class me.topchetoeu.j2s.runtime.values.primitives.numbers.DoubleValue
 
getDouble() - Method in class me.topchetoeu.j2s.runtime.values.primitives.numbers.IntValue
 
getDouble() - Method in class me.topchetoeu.j2s.runtime.values.primitives.numbers.NumberValue
 
getInt() - Method in class me.topchetoeu.j2s.runtime.values.primitives.numbers.DoubleValue
 
getInt() - Method in class me.topchetoeu.j2s.runtime.values.primitives.numbers.IntValue
 
getInt() - Method in class me.topchetoeu.j2s.runtime.values.primitives.numbers.NumberValue
 
getLong() - Method in class me.topchetoeu.j2s.runtime.values.primitives.numbers.DoubleValue
 
getLong() - Method in class me.topchetoeu.j2s.runtime.values.primitives.numbers.IntValue
 
getLong() - Method in class me.topchetoeu.j2s.runtime.values.primitives.numbers.NumberValue
 
getMap(Environment, FunctionBody) - Method in interface me.topchetoeu.j2s.runtime.debug.DebugHandler
 
getMap(Environment, FunctionValue) - Method in interface me.topchetoeu.j2s.runtime.debug.DebugHandler
 
getMapOrEmpty(Environment, FunctionBody) - Method in interface me.topchetoeu.j2s.runtime.debug.DebugHandler
 
getMapOrEmpty(Environment, FunctionValue) - Method in interface me.topchetoeu.j2s.runtime.debug.DebugHandler
 
getMember(Environment, double) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
getMember(Environment, int) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
getMember(Environment, String) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
getMember(Environment, KeyCache) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
getMember(Environment, Value) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
getMemberDescriptor(Environment, Value) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
getMemberOrNull(Environment, double) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
getMemberOrNull(Environment, int) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
getMemberOrNull(Environment, String) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
getMemberOrNull(Environment, KeyCache) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
getMemberOrNull(Environment, Value) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
getMemberPath(Environment, String...) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
getMemberPath(Environment, Value...) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
getMembers(Environment, boolean, boolean) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
getOrDefault(int, Value) - Method in class me.topchetoeu.j2s.runtime.values.functions.Arguments
 
getOwnMember(Environment, double) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
getOwnMember(Environment, int) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
getOwnMember(Environment, String) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
getOwnMember(Environment, KeyCache) - Method in class me.topchetoeu.j2s.runtime.values.functions.FunctionValue
 
getOwnMember(Environment, KeyCache) - Method in class me.topchetoeu.j2s.runtime.values.objects.ArrayLikeValue
 
getOwnMember(Environment, KeyCache) - Method in class me.topchetoeu.j2s.runtime.values.objects.ObjectValue
 
getOwnMember(Environment, KeyCache) - Method in class me.topchetoeu.j2s.runtime.values.primitives.PrimitiveValue
 
getOwnMember(Environment, KeyCache) - Method in class me.topchetoeu.j2s.runtime.values.primitives.StringValue
 
getOwnMember(Environment, KeyCache) - Method in class me.topchetoeu.j2s.runtime.values.primitives.UserValue
 
getOwnMember(Environment, KeyCache) - Method in class me.topchetoeu.j2s.runtime.values.primitives.VoidValue
 
getOwnMember(Environment, KeyCache) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
getOwnMember(Environment, Value) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
getOwnMembers(Environment, boolean) - Method in class me.topchetoeu.j2s.runtime.values.objects.ArrayLikeValue
 
getOwnMembers(Environment, boolean) - Method in class me.topchetoeu.j2s.runtime.values.objects.ObjectValue
 
getOwnMembers(Environment, boolean) - Method in class me.topchetoeu.j2s.runtime.values.primitives.PrimitiveValue
 
getOwnMembers(Environment, boolean) - Method in class me.topchetoeu.j2s.runtime.values.primitives.StringValue
 
getOwnMembers(Environment, boolean) - Method in class me.topchetoeu.j2s.runtime.values.primitives.UserValue
 
getOwnMembers(Environment, boolean) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
getOwnSymbolMembers(Environment, boolean) - Method in class me.topchetoeu.j2s.runtime.values.objects.ObjectValue
 
getOwnSymbolMembers(Environment, boolean) - Method in class me.topchetoeu.j2s.runtime.values.primitives.PrimitiveValue
 
getOwnSymbolMembers(Environment, boolean) - Method in class me.topchetoeu.j2s.runtime.values.primitives.UserValue
 
getOwnSymbolMembers(Environment, boolean) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
getPrototype(Environment) - Method in class me.topchetoeu.j2s.runtime.values.objects.ObjectValue
 
getPrototype(Environment) - Method in class me.topchetoeu.j2s.runtime.values.primitives.BoolValue
 
getPrototype(Environment) - Method in class me.topchetoeu.j2s.runtime.values.primitives.numbers.NumberValue
 
getPrototype(Environment) - Method in class me.topchetoeu.j2s.runtime.values.primitives.StringValue
 
getPrototype(Environment) - Method in class me.topchetoeu.j2s.runtime.values.primitives.SymbolValue
 
getPrototype(Environment) - Method in class me.topchetoeu.j2s.runtime.values.primitives.UserValue
 
getPrototype(Environment) - Method in class me.topchetoeu.j2s.runtime.values.primitives.VoidValue
 
getPrototype(Environment) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
getState() - Method in class me.topchetoeu.j2s.runtime.values.objects.ObjectValue
 
getState() - Method in class me.topchetoeu.j2s.runtime.values.primitives.PrimitiveValue
 
getState() - Method in class me.topchetoeu.j2s.runtime.values.primitives.UserValue
 
getState() - Method in class me.topchetoeu.j2s.runtime.values.Value
 
getSymbolMembers(Environment, boolean, boolean) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
getter - Variable in class me.topchetoeu.j2s.runtime.values.Member.PropertyMember
 
getter - Variable in class me.topchetoeu.j2s.runtime.values.objects.ObjectValue.Property
 
getValStackScope() - Method in class me.topchetoeu.j2s.runtime.Frame
Gets an array proxy of the local locals
getVar(int) - Method in class me.topchetoeu.j2s.runtime.Frame
 
global(Environment) - Static method in class me.topchetoeu.j2s.runtime.values.Value
 
GLOBAL - Static variable in class me.topchetoeu.j2s.runtime.values.Value
 
greater(Environment, Value, Value) - Static method in class me.topchetoeu.j2s.runtime.values.Value
 
greaterOrEqual(Environment, Value, Value) - Static method in class me.topchetoeu.j2s.runtime.values.Value
 

H

has(int) - Method in class me.topchetoeu.j2s.runtime.ArgumentsValue
 
has(int) - Method in class me.topchetoeu.j2s.runtime.values.functions.Arguments
 
has(int) - Method in class me.topchetoeu.j2s.runtime.values.objects.ArrayLikeValue
 
has(int) - Method in class me.topchetoeu.j2s.runtime.values.objects.ArrayValue
 
hasCatch() - Method in class me.topchetoeu.j2s.runtime.Frame.TryCtx
 
hasFinally() - Method in class me.topchetoeu.j2s.runtime.Frame.TryCtx
 
hashCode() - Method in class me.topchetoeu.j2s.runtime.values.primitives.BoolValue
 
hashCode() - Method in class me.topchetoeu.j2s.runtime.values.primitives.numbers.DoubleValue
 
hashCode() - Method in class me.topchetoeu.j2s.runtime.values.primitives.numbers.IntValue
 
hashCode() - Method in class me.topchetoeu.j2s.runtime.values.primitives.StringValue
 
hashCode() - Method in class me.topchetoeu.j2s.runtime.values.primitives.UserValue
 
hasMember(Environment, double, boolean) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
hasMember(Environment, int, boolean) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
hasMember(Environment, String, boolean) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
hasMember(Environment, KeyCache, boolean) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
hasMember(Environment, Value, boolean) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
HIDE_STACK - Static variable in class me.topchetoeu.j2s.runtime.Frame
 

I

IGNORE - Static variable in interface me.topchetoeu.j2s.runtime.debug.DebugHandler
 
inBounds(int) - Method in class me.topchetoeu.j2s.runtime.Frame.TryCtx
 
induceError(EngineException) - Method in class me.topchetoeu.j2s.runtime.Frame
Induces a thrown error and executes the next instruction.
induceReturn(Value) - Method in class me.topchetoeu.j2s.runtime.Frame
Induces a return, as if there was a return statement before the currently executed instruction and executes the next instruction.
inLoopThread() - Method in class me.topchetoeu.j2s.runtime.Engine
 
InstructionRunner - Class in me.topchetoeu.j2s.runtime
 
InstructionRunner() - Constructor for class me.topchetoeu.j2s.runtime.InstructionRunner
 
INT32_ARR_PROTO - Static variable in class me.topchetoeu.j2s.runtime.values.Value
 
INT8_ARR_PROTO - Static variable in class me.topchetoeu.j2s.runtime.values.Value
 
intrinsics(Environment) - Static method in class me.topchetoeu.j2s.runtime.values.Value
 
INTRINSICS - Static variable in class me.topchetoeu.j2s.runtime.values.Value
 
IntValue - Class in me.topchetoeu.j2s.runtime.values.primitives.numbers
 
IntValue(int) - Constructor for class me.topchetoeu.j2s.runtime.values.primitives.numbers.IntValue
 
IntValue(long) - Constructor for class me.topchetoeu.j2s.runtime.values.primitives.numbers.IntValue
 
isInstanceOf(Environment, Value) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
isInt() - Method in class me.topchetoeu.j2s.runtime.values.primitives.numbers.DoubleValue
 
isInt() - Method in class me.topchetoeu.j2s.runtime.values.primitives.numbers.IntValue
 
isInt() - Method in class me.topchetoeu.j2s.runtime.values.primitives.numbers.NumberValue
 
isInt(Environment) - Method in class me.topchetoeu.j2s.runtime.values.KeyCache
 
isLong() - Method in class me.topchetoeu.j2s.runtime.values.primitives.numbers.DoubleValue
 
isLong() - Method in class me.topchetoeu.j2s.runtime.values.primitives.numbers.IntValue
 
isLong() - Method in class me.topchetoeu.j2s.runtime.values.primitives.numbers.NumberValue
 
isNaN() - Method in class me.topchetoeu.j2s.runtime.values.Value
 
isNew - Variable in class me.topchetoeu.j2s.runtime.Frame
 
isNew - Variable in class me.topchetoeu.j2s.runtime.values.functions.Arguments
 
isPrimitive() - Method in class me.topchetoeu.j2s.runtime.values.objects.ObjectValue
 
isPrimitive() - Method in class me.topchetoeu.j2s.runtime.values.primitives.PrimitiveValue
 
isPrimitive() - Method in class me.topchetoeu.j2s.runtime.values.primitives.UserValue
 
isPrimitive() - Method in class me.topchetoeu.j2s.runtime.values.Value
 
isRunning() - Method in class me.topchetoeu.j2s.runtime.Engine
 
isSymbol() - Method in class me.topchetoeu.j2s.runtime.values.KeyCache
 
iterator() - Method in class me.topchetoeu.j2s.runtime.values.objects.ArrayValue
 

J

jumpFlag - Variable in class me.topchetoeu.j2s.runtime.Frame
 

K

key() - Method in class me.topchetoeu.j2s.runtime.values.primitives.SymbolValue
 
KEY - Static variable in interface me.topchetoeu.j2s.runtime.Compiler
 
KEY - Static variable in interface me.topchetoeu.j2s.runtime.debug.DebugHandler
 
KEY - Static variable in interface me.topchetoeu.j2s.runtime.EventLoop
 
KEY - Static variable in class me.topchetoeu.j2s.runtime.Frame
 
KeyCache - Class in me.topchetoeu.j2s.runtime.values
 
KeyCache(double) - Constructor for class me.topchetoeu.j2s.runtime.values.KeyCache
 
KeyCache(int) - Constructor for class me.topchetoeu.j2s.runtime.values.KeyCache
 
KeyCache(String) - Constructor for class me.topchetoeu.j2s.runtime.values.KeyCache
 
KeyCache(Value) - Constructor for class me.topchetoeu.j2s.runtime.values.KeyCache
 

L

length - Variable in class me.topchetoeu.j2s.runtime.values.functions.FunctionValue
 
less(Environment, Value, Value) - Static method in class me.topchetoeu.j2s.runtime.values.Value
 
lessOrEqual(Environment, Value, Value) - Static method in class me.topchetoeu.j2s.runtime.values.Value
 
locals - Variable in class me.topchetoeu.j2s.runtime.Frame
An array of non-capture variables
location - Variable in class me.topchetoeu.j2s.runtime.exceptions.EngineException.StackElement
 
looseEqual(Environment, Value, Value) - Static method in class me.topchetoeu.j2s.runtime.values.Value
 

M

MAX_STACK_COUNT - Static variable in class me.topchetoeu.j2s.runtime.Frame
 
me.topchetoeu.j2s.runtime - package me.topchetoeu.j2s.runtime
 
me.topchetoeu.j2s.runtime.debug - package me.topchetoeu.j2s.runtime.debug
 
me.topchetoeu.j2s.runtime.exceptions - package me.topchetoeu.j2s.runtime.exceptions
 
me.topchetoeu.j2s.runtime.values - package me.topchetoeu.j2s.runtime.values
 
me.topchetoeu.j2s.runtime.values.functions - package me.topchetoeu.j2s.runtime.values.functions
 
me.topchetoeu.j2s.runtime.values.objects - package me.topchetoeu.j2s.runtime.values.objects
 
me.topchetoeu.j2s.runtime.values.primitives - package me.topchetoeu.j2s.runtime.values.primitives
 
me.topchetoeu.j2s.runtime.values.primitives.numbers - package me.topchetoeu.j2s.runtime.values.primitives.numbers
 
Member - Interface in me.topchetoeu.j2s.runtime.values
 
Member.FieldMember - Class in me.topchetoeu.j2s.runtime.values
 
Member.PropertyMember - Class in me.topchetoeu.j2s.runtime.values
 
modulo(Environment, Value, Value) - Static method in class me.topchetoeu.j2s.runtime.values.Value
 
move(int, int, int) - Method in class me.topchetoeu.j2s.runtime.values.objects.ArrayValue
 
multiply(Environment, Value, Value) - Static method in class me.topchetoeu.j2s.runtime.values.Value
 

N

n() - Method in class me.topchetoeu.j2s.runtime.values.functions.Arguments
 
name - Variable in class me.topchetoeu.j2s.runtime.exceptions.EngineException.StackElement
 
name - Variable in class me.topchetoeu.j2s.runtime.values.functions.FunctionValue
 
name - Variable in class me.topchetoeu.j2s.runtime.values.primitives.VoidValue
 
NAN - Static variable in class me.topchetoeu.j2s.runtime.values.primitives.numbers.NumberValue
 
NativeFunction - Class in me.topchetoeu.j2s.runtime.values.functions
 
NativeFunction(String, NativeFunction.NativeFunctionRunner) - Constructor for class me.topchetoeu.j2s.runtime.values.functions.NativeFunction
 
NativeFunction(NativeFunction.NativeFunctionRunner) - Constructor for class me.topchetoeu.j2s.runtime.values.functions.NativeFunction
 
NativeFunction.NativeFunctionRunner - Interface in me.topchetoeu.j2s.runtime.values.functions
 
negative(Environment, Value) - Static method in class me.topchetoeu.j2s.runtime.values.Value
 
next() - Method in class me.topchetoeu.j2s.runtime.Frame
Executes the next instruction in the frame
next(Value) - Method in class me.topchetoeu.j2s.runtime.Frame
Induces a value on the stack (as if it were returned by the last function call) and executes the next instruction in the frame.
next(Value, Value, EngineException) - Method in class me.topchetoeu.j2s.runtime.Frame
This is provided only for optimization-sike.
NON_EXTENDABLE - Enum constant in enum class me.topchetoeu.j2s.runtime.values.Value.State
 
NORMAL - Enum constant in enum class me.topchetoeu.j2s.runtime.values.Value.State
 
NULL - Static variable in class me.topchetoeu.j2s.runtime.values.Value
 
NUMBER_PROTO - Static variable in class me.topchetoeu.j2s.runtime.values.Value
 
NumberValue - Class in me.topchetoeu.j2s.runtime.values.primitives.numbers
 
NumberValue() - Constructor for class me.topchetoeu.j2s.runtime.values.primitives.numbers.NumberValue
 

O

OBJECT_PROTO - Static variable in class me.topchetoeu.j2s.runtime.values.Value
 
ObjectValue - Class in me.topchetoeu.j2s.runtime.values.objects
 
ObjectValue() - Constructor for class me.topchetoeu.j2s.runtime.values.objects.ObjectValue
 
ObjectValue.Property - Class in me.topchetoeu.j2s.runtime.values.objects
 
ObjectValue.PrototypeProvider - Interface in me.topchetoeu.j2s.runtime.values.objects
 
of(boolean) - Static method in class me.topchetoeu.j2s.runtime.values.primitives.BoolValue
 
of(double) - Static method in class me.topchetoeu.j2s.runtime.values.primitives.numbers.NumberValue
 
of(int) - Static method in class me.topchetoeu.j2s.runtime.values.primitives.numbers.NumberValue
 
of(long) - Static method in class me.topchetoeu.j2s.runtime.values.primitives.numbers.NumberValue
 
of(String) - Static method in class me.topchetoeu.j2s.runtime.values.primitives.StringValue
 
of(Collection<? extends Value>) - Static method in class me.topchetoeu.j2s.runtime.values.objects.ArrayValue
 
of(Value, Value) - Static method in class me.topchetoeu.j2s.runtime.values.Member.FieldMember
 
of(Value, Value, Boolean) - Static method in class me.topchetoeu.j2s.runtime.values.Member.FieldMember
 
of(Value, Value, Boolean, Boolean, Boolean) - Static method in class me.topchetoeu.j2s.runtime.values.Member.FieldMember
 
of(T) - Static method in class me.topchetoeu.j2s.runtime.values.primitives.UserValue
 
of(T, ObjectValue) - Static method in class me.topchetoeu.j2s.runtime.values.primitives.UserValue
 
ofError(String) - Static method in exception me.topchetoeu.j2s.runtime.exceptions.EngineException
 
ofError(String, String) - Static method in exception me.topchetoeu.j2s.runtime.exceptions.EngineException
 
ofRange(String) - Static method in exception me.topchetoeu.j2s.runtime.exceptions.EngineException
 
ofSyntax(String) - Static method in exception me.topchetoeu.j2s.runtime.exceptions.EngineException
 
ofType(String) - Static method in exception me.topchetoeu.j2s.runtime.exceptions.EngineException
 
onApply(Environment, Value, Value...) - Method in class me.topchetoeu.j2s.runtime.values.functions.CodeFunction
 
onApply(Environment, Value, Value...) - Method in class me.topchetoeu.j2s.runtime.values.functions.FunctionValue
 
onApply(Environment, Value, Value...) - Method in class me.topchetoeu.j2s.runtime.values.functions.NativeFunction
 
onConstruct(Environment, Value, Value...) - Method in class me.topchetoeu.j2s.runtime.values.functions.CodeFunction
 
onConstruct(Environment, Value, Value...) - Method in class me.topchetoeu.j2s.runtime.values.functions.FunctionValue
 
onConstruct(Environment, Value, Value...) - Method in class me.topchetoeu.j2s.runtime.values.functions.NativeFunction
 
onFramePop(Environment, Frame) - Method in interface me.topchetoeu.j2s.runtime.debug.DebugHandler
Called immediatly after a frame has been popped out of the frame stack.
onFramePush(Environment, Frame) - Method in interface me.topchetoeu.j2s.runtime.debug.DebugHandler
Called immediatly before a frame has been pushed on the frame stack.
onFunctionLoad(FunctionBody, FunctionMap) - Method in interface me.topchetoeu.j2s.runtime.debug.DebugHandler
Called when a function body has been loaded
onInstruction(Environment, Frame, Instruction) - Method in interface me.topchetoeu.j2s.runtime.debug.DebugHandler
Called immediately before an instruction is executed, as well as after an instruction, if it has threw or returned.
onInstruction(Environment, Frame, Instruction, Value, EngineException, boolean) - Method in interface me.topchetoeu.j2s.runtime.debug.DebugHandler
Called immediately before an instruction is executed, as well as after an instruction, if it has threw or returned.
onPop() - Method in class me.topchetoeu.j2s.runtime.Frame
 
onPush() - Method in class me.topchetoeu.j2s.runtime.Frame
 
onSourceLoad(Filename, String) - Method in interface me.topchetoeu.j2s.runtime.debug.DebugHandler
Called when a script has been loaded
or(Environment, Value, Value) - Static method in class me.topchetoeu.j2s.runtime.values.Value
 

P

peek() - Method in class me.topchetoeu.j2s.runtime.Frame
 
peek(int) - Method in class me.topchetoeu.j2s.runtime.Frame
 
pop() - Method in class me.topchetoeu.j2s.runtime.Frame
 
popTryFlag - Variable in class me.topchetoeu.j2s.runtime.Frame
 
preventExtensions() - Method in class me.topchetoeu.j2s.runtime.values.objects.ObjectValue
 
preventExtensions() - Method in class me.topchetoeu.j2s.runtime.values.primitives.PrimitiveValue
 
preventExtensions() - Method in class me.topchetoeu.j2s.runtime.values.primitives.UserValue
 
preventExtensions() - Method in class me.topchetoeu.j2s.runtime.values.Value
 
PrimitiveValue - Class in me.topchetoeu.j2s.runtime.values.primitives
 
PrimitiveValue() - Constructor for class me.topchetoeu.j2s.runtime.values.primitives.PrimitiveValue
 
Property(FunctionValue, FunctionValue) - Constructor for class me.topchetoeu.j2s.runtime.values.objects.ObjectValue.Property
 
PropertyMember(Value, Optional<FunctionValue>, Optional<FunctionValue>, Boolean, Boolean) - Constructor for class me.topchetoeu.j2s.runtime.values.Member.PropertyMember
 
PropertyMember(Value, FunctionValue, FunctionValue, boolean, boolean) - Constructor for class me.topchetoeu.j2s.runtime.values.Member.PropertyMember
 
prototype - Variable in class me.topchetoeu.j2s.runtime.values.functions.FunctionValue
 
prototype - Variable in class me.topchetoeu.j2s.runtime.values.objects.ObjectValue
 
prototype - Variable in class me.topchetoeu.j2s.runtime.values.primitives.UserValue
 
push(Value) - Method in class me.topchetoeu.j2s.runtime.Frame
 
pushMsg(boolean, Environment, Filename, String, Value, Value...) - Method in interface me.topchetoeu.j2s.runtime.EventLoop
 
pushMsg(boolean, Environment, FunctionValue, Value, Value...) - Method in interface me.topchetoeu.j2s.runtime.EventLoop
 
pushMsg(Runnable, boolean) - Method in interface me.topchetoeu.j2s.runtime.EventLoop
 
pushMsg(Supplier<T>, boolean) - Method in class me.topchetoeu.j2s.runtime.Engine
 
pushMsg(Supplier<T>, boolean) - Method in interface me.topchetoeu.j2s.runtime.EventLoop
 

R

RANGE_ERR_PROTO - Static variable in class me.topchetoeu.j2s.runtime.values.Value
 
reconfigure(Environment, Value, Optional<FunctionValue>, Optional<FunctionValue>, Boolean, Boolean) - Method in class me.topchetoeu.j2s.runtime.values.Member.PropertyMember
 
reconfigure(Environment, Value, Value, Boolean, Boolean, Boolean) - Method in class me.topchetoeu.j2s.runtime.values.Member.FieldMember
 
remove(int) - Method in class me.topchetoeu.j2s.runtime.ArgumentsValue
 
remove(int) - Method in class me.topchetoeu.j2s.runtime.values.objects.ArrayLikeValue
 
remove(int) - Method in class me.topchetoeu.j2s.runtime.values.objects.ArrayValue
 
replace(Value) - Method in class me.topchetoeu.j2s.runtime.Frame
 
restoreStackPtr - Variable in class me.topchetoeu.j2s.runtime.Frame.TryCtx
 
result - Variable in class me.topchetoeu.j2s.runtime.Frame.TryCtx
 
run(boolean) - Method in class me.topchetoeu.j2s.runtime.Engine
 
run(Arguments) - Method in interface me.topchetoeu.j2s.runtime.values.functions.NativeFunction.NativeFunctionRunner
 

S

seal() - Method in class me.topchetoeu.j2s.runtime.values.objects.ObjectValue
 
seal() - Method in class me.topchetoeu.j2s.runtime.values.primitives.PrimitiveValue
 
seal() - Method in class me.topchetoeu.j2s.runtime.values.primitives.UserValue
 
seal() - Method in class me.topchetoeu.j2s.runtime.values.Value
 
SEALED - Enum constant in enum class me.topchetoeu.j2s.runtime.values.Value.State
 
self - Variable in class me.topchetoeu.j2s.runtime.Frame
 
self - Variable in class me.topchetoeu.j2s.runtime.values.functions.Arguments
 
self - Variable in class me.topchetoeu.j2s.runtime.values.Member.FieldMember
 
self - Variable in class me.topchetoeu.j2s.runtime.values.Member.PropertyMember
 
self() - Method in class me.topchetoeu.j2s.runtime.values.functions.Arguments
 
self(Class<T>) - Method in class me.topchetoeu.j2s.runtime.values.functions.Arguments
 
set(Environment, int, Value) - Method in class me.topchetoeu.j2s.runtime.ArgumentsValue
 
set(Environment, int, Value) - Method in class me.topchetoeu.j2s.runtime.values.objects.ArrayLikeValue
 
set(Environment, int, Value) - Method in class me.topchetoeu.j2s.runtime.values.objects.ArrayValue
 
set(Environment, Value, Value) - Method in class me.topchetoeu.j2s.runtime.values.Member.PropertyMember
 
set(Environment, Value, Value) - Method in interface me.topchetoeu.j2s.runtime.values.Member
 
setCause(EngineException) - Method in exception me.topchetoeu.j2s.runtime.exceptions.EngineException
 
setCause(EngineException) - Method in class me.topchetoeu.j2s.runtime.Frame.TryCtx
 
setEnvironment(Environment) - Method in exception me.topchetoeu.j2s.runtime.exceptions.EngineException
 
setMember(Environment, double, Value) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
setMember(Environment, int, Value) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
setMember(Environment, String, Value) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
setMember(Environment, KeyCache, Value) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
setMember(Environment, Value, Value) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
setMemberIfExists(Environment, double, Value) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
setMemberIfExists(Environment, int, Value) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
setMemberIfExists(Environment, String, Value) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
setMemberIfExists(Environment, KeyCache, Value) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
setMemberIfExists(Environment, Value, Value) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
setName(String) - Method in class me.topchetoeu.j2s.runtime.values.functions.FunctionValue
 
setPrototype(Environment, ObjectValue) - Method in class me.topchetoeu.j2s.runtime.values.objects.ObjectValue
 
setPrototype(Environment, ObjectValue) - Method in class me.topchetoeu.j2s.runtime.values.primitives.PrimitiveValue
 
setPrototype(Environment, ObjectValue) - Method in class me.topchetoeu.j2s.runtime.values.primitives.UserValue
 
setPrototype(Environment, ObjectValue) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
setPrototype(Key<ObjectValue>) - Method in class me.topchetoeu.j2s.runtime.values.objects.ObjectValue
 
setPrototype(ObjectValue.PrototypeProvider) - Method in class me.topchetoeu.j2s.runtime.values.objects.ObjectValue
 
setSize(int) - Method in class me.topchetoeu.j2s.runtime.ArgumentsValue
 
setSize(int) - Method in class me.topchetoeu.j2s.runtime.values.objects.ArrayLikeValue
 
setSize(int) - Method in class me.topchetoeu.j2s.runtime.values.objects.ArrayValue
 
setTargetProto(T) - Method in class me.topchetoeu.j2s.runtime.values.functions.Arguments
 
setter - Variable in class me.topchetoeu.j2s.runtime.values.Member.PropertyMember
 
setter - Variable in class me.topchetoeu.j2s.runtime.values.objects.ObjectValue.Property
 
setVar(int, Value) - Method in class me.topchetoeu.j2s.runtime.Frame
 
shiftLeft(Environment, Value, Value) - Static method in class me.topchetoeu.j2s.runtime.values.Value
 
shiftRight(Environment, Value, Value) - Static method in class me.topchetoeu.j2s.runtime.values.Value
 
shrink(int) - Method in class me.topchetoeu.j2s.runtime.values.objects.ArrayValue
 
size() - Method in class me.topchetoeu.j2s.runtime.ArgumentsValue
 
size() - Method in class me.topchetoeu.j2s.runtime.values.objects.ArrayLikeValue
 
size() - Method in class me.topchetoeu.j2s.runtime.values.objects.ArrayValue
 
sort(Comparator<Value>) - Method in class me.topchetoeu.j2s.runtime.values.objects.ArrayValue
 
stack - Variable in class me.topchetoeu.j2s.runtime.Frame
 
STACK_OVERFLOW - Static variable in class me.topchetoeu.j2s.runtime.Frame
 
StackElement(Environment, Location, String) - Constructor for class me.topchetoeu.j2s.runtime.exceptions.EngineException.StackElement
 
stackPtr - Variable in class me.topchetoeu.j2s.runtime.Frame
 
stackTrace - Variable in exception me.topchetoeu.j2s.runtime.exceptions.EngineException
 
start - Variable in class me.topchetoeu.j2s.runtime.Frame.TryCtx
 
start() - Method in class me.topchetoeu.j2s.runtime.Engine
 
state - Variable in class me.topchetoeu.j2s.runtime.Frame.TryCtx
 
stop() - Method in class me.topchetoeu.j2s.runtime.Engine
 
stream() - Method in class me.topchetoeu.j2s.runtime.values.objects.ArrayValue
 
STRING_PROTO - Static variable in class me.topchetoeu.j2s.runtime.values.Value
 
StringValue - Class in me.topchetoeu.j2s.runtime.values.primitives
 
subtract(Environment, Value, Value) - Static method in class me.topchetoeu.j2s.runtime.values.Value
 
SYMBOL_PROTO - Static variable in class me.topchetoeu.j2s.runtime.values.Value
 
SymbolValue - Class in me.topchetoeu.j2s.runtime.values.primitives
 
SymbolValue(String) - Constructor for class me.topchetoeu.j2s.runtime.values.primitives.SymbolValue
 
SYNTAX_ERR_PROTO - Static variable in class me.topchetoeu.j2s.runtime.values.Value
 

T

take(int) - Method in class me.topchetoeu.j2s.runtime.Frame
 
target - Variable in class me.topchetoeu.j2s.runtime.Frame
 
thread() - Method in class me.topchetoeu.j2s.runtime.Engine
 
toArray() - Method in class me.topchetoeu.j2s.runtime.values.objects.ArrayLikeValue
 
toArray() - Method in class me.topchetoeu.j2s.runtime.values.objects.ArrayValue
 
toBoolean() - Method in class me.topchetoeu.j2s.runtime.values.KeyCache
 
toBoolean() - Method in class me.topchetoeu.j2s.runtime.values.objects.ObjectValue
 
toBoolean() - Method in class me.topchetoeu.j2s.runtime.values.primitives.BoolValue
 
toBoolean() - Method in class me.topchetoeu.j2s.runtime.values.primitives.numbers.NumberValue
 
toBoolean() - Method in class me.topchetoeu.j2s.runtime.values.primitives.StringValue
 
toBoolean() - Method in class me.topchetoeu.j2s.runtime.values.primitives.SymbolValue
 
toBoolean() - Method in class me.topchetoeu.j2s.runtime.values.primitives.UserValue
 
toBoolean() - Method in class me.topchetoeu.j2s.runtime.values.primitives.VoidValue
 
toBoolean() - Method in class me.topchetoeu.j2s.runtime.values.Value
 
toInt(Environment) - Method in class me.topchetoeu.j2s.runtime.values.KeyCache
 
toIterable(Environment) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
toNumber(Environment) - Method in class me.topchetoeu.j2s.runtime.values.KeyCache
 
toNumber(Environment) - Method in class me.topchetoeu.j2s.runtime.values.objects.ObjectValue
 
toNumber(Environment) - Method in class me.topchetoeu.j2s.runtime.values.primitives.BoolValue
 
toNumber(Environment) - Method in class me.topchetoeu.j2s.runtime.values.primitives.numbers.NumberValue
 
toNumber(Environment) - Method in class me.topchetoeu.j2s.runtime.values.primitives.StringValue
 
toNumber(Environment) - Method in class me.topchetoeu.j2s.runtime.values.primitives.SymbolValue
 
toNumber(Environment) - Method in class me.topchetoeu.j2s.runtime.values.primitives.UserValue
 
toNumber(Environment) - Method in class me.topchetoeu.j2s.runtime.values.primitives.VoidValue
 
toNumber(Environment) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
toPrimitive(Environment) - Method in class me.topchetoeu.j2s.runtime.values.objects.ObjectValue
 
toPrimitive(Environment) - Method in class me.topchetoeu.j2s.runtime.values.primitives.PrimitiveValue
 
toPrimitive(Environment) - Method in class me.topchetoeu.j2s.runtime.values.primitives.UserValue
 
toPrimitive(Environment) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
toReadable(Environment) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
toReadableLines(Environment, HashSet<ObjectValue>) - Method in class me.topchetoeu.j2s.runtime.values.functions.FunctionValue
 
toReadableLines(Environment, HashSet<ObjectValue>) - Method in class me.topchetoeu.j2s.runtime.values.objects.ArrayLikeValue
 
toReadableLines(Environment, HashSet<ObjectValue>) - Method in class me.topchetoeu.j2s.runtime.values.objects.ObjectValue
 
toReadableLines(Environment, HashSet<ObjectValue>) - Method in class me.topchetoeu.j2s.runtime.values.primitives.numbers.IntValue
 
toReadableLines(Environment, HashSet<ObjectValue>) - Method in class me.topchetoeu.j2s.runtime.values.primitives.StringValue
 
toReadableLines(Environment, HashSet<ObjectValue>) - Method in class me.topchetoeu.j2s.runtime.values.primitives.SymbolValue
 
toReadableLines(Environment, HashSet<ObjectValue>) - Method in class me.topchetoeu.j2s.runtime.values.primitives.UserValue
 
toReadableLines(Environment, HashSet<ObjectValue>) - Method in class me.topchetoeu.j2s.runtime.values.primitives.VoidValue
 
toReadableLines(Environment, HashSet<ObjectValue>) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
toReadableLines(Environment, HashSet<ObjectValue>, HashSet<String>) - Method in class me.topchetoeu.j2s.runtime.values.objects.ObjectValue
 
toString() - Method in class me.topchetoeu.j2s.runtime.exceptions.EngineException.StackElement
 
toString() - Method in class me.topchetoeu.j2s.runtime.values.functions.FunctionValue
 
toString() - Method in class me.topchetoeu.j2s.runtime.values.primitives.numbers.DoubleValue
 
toString() - Method in class me.topchetoeu.j2s.runtime.values.primitives.numbers.IntValue
 
toString() - Method in class me.topchetoeu.j2s.runtime.values.primitives.numbers.NumberValue
 
toString() - Method in class me.topchetoeu.j2s.runtime.values.primitives.StringValue
 
toString() - Method in class me.topchetoeu.j2s.runtime.values.primitives.SymbolValue
 
toString() - Method in class me.topchetoeu.j2s.runtime.values.primitives.VoidValue
 
toString(Environment) - Method in exception me.topchetoeu.j2s.runtime.exceptions.EngineException
 
toString(Environment) - Method in class me.topchetoeu.j2s.runtime.values.KeyCache
 
toString(Environment) - Method in class me.topchetoeu.j2s.runtime.values.objects.ObjectValue
 
toString(Environment) - Method in class me.topchetoeu.j2s.runtime.values.primitives.BoolValue
 
toString(Environment) - Method in class me.topchetoeu.j2s.runtime.values.primitives.numbers.NumberValue
 
toString(Environment) - Method in class me.topchetoeu.j2s.runtime.values.primitives.StringValue
 
toString(Environment) - Method in class me.topchetoeu.j2s.runtime.values.primitives.SymbolValue
 
toString(Environment) - Method in class me.topchetoeu.j2s.runtime.values.primitives.UserValue
 
toString(Environment) - Method in class me.topchetoeu.j2s.runtime.values.primitives.VoidValue
 
toString(Environment) - Method in class me.topchetoeu.j2s.runtime.values.Value
 
toSymbol() - Method in class me.topchetoeu.j2s.runtime.values.KeyCache
 
TRUE - Static variable in class me.topchetoeu.j2s.runtime.values.primitives.BoolValue
 
TRY - Enum constant in enum class me.topchetoeu.j2s.runtime.Frame.TryState
 
TryCtx(Frame.TryState, EngineException, Frame.PendingResult, int, int, int, int, int) - Constructor for class me.topchetoeu.j2s.runtime.Frame.TryCtx
 
tryStack - Variable in class me.topchetoeu.j2s.runtime.Frame
 
type - Variable in class me.topchetoeu.j2s.runtime.values.primitives.VoidValue
 
type() - Method in class me.topchetoeu.j2s.runtime.values.functions.FunctionValue
 
type() - Method in class me.topchetoeu.j2s.runtime.values.objects.ObjectValue
 
type() - Method in class me.topchetoeu.j2s.runtime.values.primitives.BoolValue
 
type() - Method in class me.topchetoeu.j2s.runtime.values.primitives.numbers.NumberValue
 
type() - Method in class me.topchetoeu.j2s.runtime.values.primitives.StringValue
 
type() - Method in class me.topchetoeu.j2s.runtime.values.primitives.SymbolValue
 
type() - Method in class me.topchetoeu.j2s.runtime.values.primitives.UserValue
 
type() - Method in class me.topchetoeu.j2s.runtime.values.primitives.VoidValue
 
type() - Method in class me.topchetoeu.j2s.runtime.values.Value
 
TYPE_ERR_PROTO - Static variable in class me.topchetoeu.j2s.runtime.values.Value
 

U

UINT8_ARR_PROTO - Static variable in class me.topchetoeu.j2s.runtime.values.Value
 
UNDEFINED - Static variable in class me.topchetoeu.j2s.runtime.values.Value
 
unsignedShiftRight(Environment, Value, Value) - Static method in class me.topchetoeu.j2s.runtime.values.Value
 
unwrap(Class<T>, Value) - Static method in class me.topchetoeu.j2s.runtime.values.primitives.UserValue
 
UserValue<T> - Class in me.topchetoeu.j2s.runtime.values.primitives
 

V

value - Variable in exception me.topchetoeu.j2s.runtime.exceptions.EngineException
 
value - Variable in class me.topchetoeu.j2s.runtime.values.KeyCache
 
value - Variable in class me.topchetoeu.j2s.runtime.values.primitives.BoolValue
 
value - Variable in class me.topchetoeu.j2s.runtime.values.primitives.numbers.DoubleValue
 
value - Variable in class me.topchetoeu.j2s.runtime.values.primitives.numbers.IntValue
 
value - Variable in class me.topchetoeu.j2s.runtime.values.primitives.StringValue
 
value - Variable in class me.topchetoeu.j2s.runtime.values.primitives.SymbolValue
 
value - Variable in class me.topchetoeu.j2s.runtime.values.primitives.UserValue
 
Value - Class in me.topchetoeu.j2s.runtime.values
 
Value() - Constructor for class me.topchetoeu.j2s.runtime.values.Value
 
Value.State - Enum Class in me.topchetoeu.j2s.runtime.values
 
valueOf(String) - Static method in enum class me.topchetoeu.j2s.runtime.Frame.TryState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class me.topchetoeu.j2s.runtime.values.Value.State
Returns the enum constant of this class with the specified name.
values() - Static method in enum class me.topchetoeu.j2s.runtime.Frame.TryState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class me.topchetoeu.j2s.runtime.values.Value.State
Returns an array containing the constants of this enum class, in the order they are declared.
visible() - Method in class me.topchetoeu.j2s.runtime.exceptions.EngineException.StackElement
 
VoidValue - Class in me.topchetoeu.j2s.runtime.values.primitives
 
VoidValue(String, String) - Constructor for class me.topchetoeu.j2s.runtime.values.primitives.VoidValue
 

W

writable - Variable in class me.topchetoeu.j2s.runtime.values.Member.FieldMember
 
writable - Variable in enum class me.topchetoeu.j2s.runtime.values.Value.State
 
writable() - Method in class me.topchetoeu.j2s.runtime.values.Member.FieldMember
 

X

xor(Environment, Value, Value) - Static method in class me.topchetoeu.j2s.runtime.values.Value
 

_

_catch(EngineException) - Method in class me.topchetoeu.j2s.runtime.Frame.TryCtx
 
_finally(Frame.PendingResult) - Method in class me.topchetoeu.j2s.runtime.Frame.TryCtx
 
A B C D E F G H I J K L M N O P R S T U V W X _ 
All Classes and Interfaces|All Packages|Serialized Form