| Modifier and Type | Class and Description |
|---|---|
static class |
Script.Builder |
static class |
Script.FieldBase |
| Modifier and Type | Method and Description |
|---|---|
void |
bindAllocation(Allocation va,
int slot) |
protected void |
forEach(int slot,
Allocation ain,
Allocation aout,
FieldPacker v) |
protected void |
invoke(int slot) |
protected void |
invoke(int slot,
FieldPacker v) |
void |
setTimeZone(String timeZone) |
void |
setVar(int index,
BaseObj o) |
void |
setVar(int index,
boolean v) |
void |
setVar(int index,
double v) |
void |
setVar(int index,
FieldPacker v) |
void |
setVar(int index,
FieldPacker v,
Element e,
int[] dims) |
void |
setVar(int index,
float v) |
void |
setVar(int index,
int v) |
void |
setVar(int index,
long v) |
protected void invoke(int slot)
protected void invoke(int slot,
FieldPacker v)
protected void forEach(int slot,
Allocation ain,
Allocation aout,
FieldPacker v)
public void bindAllocation(Allocation va, int slot)
public void setVar(int index,
float v)
public void setVar(int index,
double v)
public void setVar(int index,
int v)
public void setVar(int index,
long v)
public void setVar(int index,
boolean v)
public void setVar(int index,
BaseObj o)
public void setVar(int index,
FieldPacker v)
public void setVar(int index,
FieldPacker v,
Element e,
int[] dims)
public void setTimeZone(String timeZone)
Copyright © 2008-2013. All Rights Reserved.