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
   
  -   EOL EOL
-  
  
-   GLYPH_ASSIGN GLYPH_ASSIGN
-  
  
-   GLYPH_AUGMENT GLYPH_AUGMENT
-  
  
-   GLYPH_DIMINISH GLYPH_DIMINISH
-  
  
-   GLYPH_QUERY GLYPH_QUERY
-  
  
-   GLYPH_SET GLYPH_SET
-  
  
-   VALUE_SEPARATOR VALUE_SEPARATOR
-  
   
  -   VariableModifier(char, String, Value) VariableModifier(char, String, Value)
-  
   
  -   clone() clone()
-  
  
-   getGlyph() getGlyph()
-  
  
-   getName() getName()
-  
  
-   getValue() getValue()
-  
  
-   hashCode() hashCode()
-  
  
-   isGlyph(char) isGlyph(char)
-  
  
-   isTemporary(char) isTemporary(char)
-  
  
-   toString() toString()
-  
   
 VALUE_SEPARATOR
VALUE_SEPARATOR
 public static final char VALUE_SEPARATOR
 EOL
EOL
 public static final char EOL
 GLYPH_ASSIGN
GLYPH_ASSIGN
 public static final char GLYPH_ASSIGN
 GLYPH_SET
GLYPH_SET
 public static final char GLYPH_SET
 GLYPH_AUGMENT
GLYPH_AUGMENT
 public static final char GLYPH_AUGMENT
 GLYPH_DIMINISH
GLYPH_DIMINISH
 public static final char GLYPH_DIMINISH
 GLYPH_QUERY
GLYPH_QUERY
 public static final char GLYPH_QUERY
   
 VariableModifier
VariableModifier
 public VariableModifier(char glyph,
                         String name,
                         Value value)
   
 getGlyph
getGlyph
 public char getGlyph()
 getName
getName
 public String getName()
 getValue
getValue
 public Value getValue()
 toString
toString
 public String toString()
  - 
    -  Overrides:
    
-  toString in class Object
  
 
 isTemporary
isTemporary
 public static boolean isTemporary(char glyph)
 isGlyph
isGlyph
 public static boolean isGlyph(char ch)
 hashCode
hashCode
 public int hashCode()
  - 
    -  Overrides:
    
-  hashCode in class Object
  
 
 clone
clone
 public Object clone()
  - 
    -  Overrides:
    
-  clone in class Object
  
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index