All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class lava.net.common.VariableModifier

java.lang.Object
   |
   +----lava.net.common.VariableModifier

public class VariableModifier
extends Object
implements Cloneable

Variable Index

 o EOL
 o GLYPH_ASSIGN
 o GLYPH_AUGMENT
 o GLYPH_DIMINISH
 o GLYPH_QUERY
 o GLYPH_SET
 o VALUE_SEPARATOR

Constructor Index

 o VariableModifier(char, String, Value)

Method Index

 o clone()
 o getGlyph()
 o getName()
 o getValue()
 o hashCode()
 o isGlyph(char)
 o isTemporary(char)
 o toString()

Variables

 o VALUE_SEPARATOR
 public static final char VALUE_SEPARATOR
 o EOL
 public static final char EOL
 o GLYPH_ASSIGN
 public static final char GLYPH_ASSIGN
 o GLYPH_SET
 public static final char GLYPH_SET
 o GLYPH_AUGMENT
 public static final char GLYPH_AUGMENT
 o GLYPH_DIMINISH
 public static final char GLYPH_DIMINISH
 o GLYPH_QUERY
 public static final char GLYPH_QUERY

Constructors

 o VariableModifier
 public VariableModifier(char glyph,
                         String name,
                         Value value)

Methods

 o getGlyph
 public char getGlyph()
 o getName
 public String getName()
 o getValue
 public Value getValue()
 o toString
 public String toString()
Overrides:
toString in class Object
 o isTemporary
 public static boolean isTemporary(char glyph)
 o isGlyph
 public static boolean isGlyph(char ch)
 o hashCode
 public int hashCode()
Overrides:
hashCode in class Object
 o clone
 public Object clone()
Overrides:
clone in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index