A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

V

val - Variable in class edu.iu.cnets.klatsch.lang.VBoolean
the value actually being stored
val - Variable in class edu.iu.cnets.klatsch.lang.VNumber
the value actually being stored
val - Variable in class edu.iu.cnets.klatsch.lang.VString
the value actually being stored
value - Variable in class edu.iu.cnets.klatsch.expression.ENumber
 
value - Variable in class edu.iu.cnets.klatsch.expression.EString
 
Value - Class in edu.iu.cnets.klatsch.lang
This is the base class of all values, which are generated by the evaluation of Expression objects.
Value() - Constructor for class edu.iu.cnets.klatsch.lang.Value
 
value - Variable in class edu.iu.cnets.klatsch.parser.Token
 
valueOf(String) - Static method in enum edu.iu.cnets.klatsch.expression.ERelational.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.iu.cnets.klatsch.feed.Buzz.Query
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.iu.cnets.klatsch.feed.Truthy.Query
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.iu.cnets.klatsch.parser.Token.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.iu.cnets.klatsch.parser.TokenStream.State
Returns the enum constant of this type with the specified name.
values() - Static method in enum edu.iu.cnets.klatsch.expression.ERelational.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.iu.cnets.klatsch.feed.Buzz.Query
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.iu.cnets.klatsch.feed.Truthy.Query
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.iu.cnets.klatsch.parser.Token.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.iu.cnets.klatsch.parser.TokenStream.State
Returns an array containing the constants of this enum type, in the order they are declared.
VBoolean - Class in edu.iu.cnets.klatsch.lang
I think you can probably guess the two possible values of this class.
VBoolean(boolean) - Constructor for class edu.iu.cnets.klatsch.lang.VBoolean
 
VClosure - Class in edu.iu.cnets.klatsch.lang
This value represents a closure, a user-defined procedure that captures any free variables and can be invoked.
VClosure(String[], Expression, Runtime) - Constructor for class edu.iu.cnets.klatsch.lang.VClosure
Initializes a new closure.
VDictionary - Class in edu.iu.cnets.klatsch.lang
This value represents a dictionary (i.e., associative array).
VDictionary() - Constructor for class edu.iu.cnets.klatsch.lang.VDictionary
Constructs a new, empty dictionary.
VEdge - Class in edu.iu.cnets.klatsch.lang
This makes Edge values from the model a first-class value in Klatsch.
VEdge(Edge) - Constructor for class edu.iu.cnets.klatsch.lang.VEdge
Constructs a new edge.
VEdge(GephiEdge) - Constructor for class edu.iu.cnets.klatsch.lang.VEdge
Constructs a new edge.
VEvent - Class in edu.iu.cnets.klatsch.lang
This makes Event values from the model a first-class value in Klatsch.
VEvent(BasicEvent) - Constructor for class edu.iu.cnets.klatsch.lang.VEvent
Constructs a new event.
VEvent(Event) - Constructor for class edu.iu.cnets.klatsch.lang.VEvent
Constructs a new event.
VFeed - Class in edu.iu.cnets.klatsch.lang
This makes Feed values from the model a first-class value in Klatsch.
VFeed(Feed) - Constructor for class edu.iu.cnets.klatsch.lang.VFeed
Constructs a new feed.
VGraph - Class in edu.iu.cnets.klatsch.lang
This value type encapsulates a graph object.
VGraph(Graph) - Constructor for class edu.iu.cnets.klatsch.lang.VGraph
Initializes with the underlying graph data.
VList - Class in edu.iu.cnets.klatsch.lang
This value represents a list (i.e., a one-dimensional array).
VList(Value...) - Constructor for class edu.iu.cnets.klatsch.lang.VList
 
VNode - Class in edu.iu.cnets.klatsch.lang
This makes Node values from the model a first-class value in Klatsch.
VNode(GephiNode) - Constructor for class edu.iu.cnets.klatsch.lang.VNode
Constructs a new node.
VNode(Node) - Constructor for class edu.iu.cnets.klatsch.lang.VNode
Constructs a new node.
VNull - Class in edu.iu.cnets.klatsch.lang
The null value.
VNull() - Constructor for class edu.iu.cnets.klatsch.lang.VNull
 
VNumber - Class in edu.iu.cnets.klatsch.lang
Both numeric and floating-point values are subsumed into this class.
VNumber(double) - Constructor for class edu.iu.cnets.klatsch.lang.VNumber
Initialize a new numeric value.
VNumber(Double) - Constructor for class edu.iu.cnets.klatsch.lang.VNumber
Initialize a new numeric value.
VNumber(int) - Constructor for class edu.iu.cnets.klatsch.lang.VNumber
Initialize a new numeric value.
VNumber(Integer) - Constructor for class edu.iu.cnets.klatsch.lang.VNumber
Initialize a new numeric value.
VOWEL - Static variable in class edu.iu.cnets.klatsch.misc.Utility
 
VPane - Class in edu.iu.cnets.klatsch.lang
This makes Pane objects in the GUI a first-class value in Klatsch, enabling manipulation, export, and other cool things.
VPane(Pane) - Constructor for class edu.iu.cnets.klatsch.lang.VPane
Constructs a new pane.
VPrimitive - Class in edu.iu.cnets.klatsch.lang
This class encapsulates primitive functions.
VPrimitive(String, Method) - Constructor for class edu.iu.cnets.klatsch.lang.VPrimitive
Create a new primitive wrapper for a primitive that has the given name and is implemented by the given method.
VProperty - Class in edu.iu.cnets.klatsch.lang
This class encapsulates "properties", which are wrappers around methods contained in the subclasses of Pane.
VProperty(Pane, String, Method) - Constructor for class edu.iu.cnets.klatsch.lang.VProperty
Create a new wrapper for a property for the given pane, name, and method.
VQueue - Class in edu.iu.cnets.klatsch.lang
This value represents a queue (i.e.
VQueue(Queue<Value>) - Constructor for class edu.iu.cnets.klatsch.lang.VQueue
 
VStack - Class in edu.iu.cnets.klatsch.lang
This value represents a push-down stack (i.e., LIFO).
VStack(Stack<Value>) - Constructor for class edu.iu.cnets.klatsch.lang.VStack
 
VStream - Class in edu.iu.cnets.klatsch.lang
This is the language-level encapsulation of a stream.
VStream(Stream) - Constructor for class edu.iu.cnets.klatsch.lang.VStream
 
VString - Class in edu.iu.cnets.klatsch.lang
String values.
VString(String) - Constructor for class edu.iu.cnets.klatsch.lang.VString
Initialize a new string value.
VT100 - Class in edu.iu.cnets.klatsch.misc
This is just a simple wrapper for basic VT100 terminal control codes.
VT100() - Constructor for class edu.iu.cnets.klatsch.misc.VT100
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z