|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsav.z.VariableExtension
Methods extension to the Variable class for advanced developers.
Variable.ve()
Method Summary | |
java.lang.String |
backN(java.lang.String value,
int notation)
Returns a back value before the value . |
java.util.Vector |
denotations()
Obtains the Vector values that have DENOTATION notation category. |
java.util.Vector |
designations()
Obtains the Vector values that have DESIGNATION notation category. |
java.lang.String |
firstN(int notation)
Returns first value of the notation type. |
boolean |
hasNextN(java.lang.String value,
int notation)
Tests whether there are value of the notation
after value type. |
boolean |
hasNotation(int notation)
Tests whether value of the notation type is
in this Variable.
|
java.lang.String |
lastN(int notation)
Returns last value of the notation type. |
java.lang.String[] |
nextArrayN(java.lang.String value,
int size,
int notation)
Returns next size array values of the notation type
after value inside zclass . |
java.lang.String |
nextN(java.lang.String value,
int notation)
Returns next value of the notation type
after value . |
java.util.Vector |
qsymbols()
Returns the Vector of first symbols the quoted values begin with. |
int |
size(int de)
Determines the size of the values that have weither DESIGNATION or
DENOTATION |
java.util.Vector |
symbols(java.lang.String before)
Returns the Vector of symbols after before
the quoted values begin with. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public boolean hasNotation(int notation) throws java.io.IOException
notation
type is
in this Variable.
The notation
may be PN.SPECIFIC
,
PN.SIGN
, PN.QUOTE
,
PN.NUMBER
, PN.CAPITAL
,
PN.NATURAL
, PN.RUSSIAN_C
,
PN.RUSSIAN_N
.
java.io.IOException
Variable.has(String)
public java.lang.String firstN(int notation) throws java.io.IOException
notation
type.
java.io.IOException
Variable.first()
,
hasNotation(int)
public boolean hasNextN(java.lang.String value, int notation) throws java.io.IOException
notation
after value
type.
java.io.IOException
firstN(int)
,
hasNotation(int)
public java.lang.String nextN(java.lang.String value, int notation) throws java.io.IOException
notation
type
after value
.
java.io.IOException
Variable.next(String)
,
firstN(int)
,
hasNotation(int)
public java.lang.String[] nextArrayN(java.lang.String value, int size, int notation) throws java.io.IOException
size
array values of the notation
type
after value
inside zclass
.
java.io.IOException
Variable.nextArray(String, int)
,
firstN(int)
,
hasNotation(int)
public java.lang.String lastN(int notation) throws java.io.IOException
notation
type.
java.io.IOException
Variable.last()
,
backN(String, int)
,
firstN(int)
,
hasNotation(int)
public java.lang.String backN(java.lang.String value, int notation) throws java.io.IOException
value
.
java.io.IOException
Variable.back(String)
,
lastN(int)
,
hasNotation(int)
public java.util.Vector qsymbols() throws java.io.IOException
java.io.IOException
symbols(String)
public java.util.Vector symbols(java.lang.String before) throws java.io.IOException
before
the quoted values begin with.
java.io.IOException
qsymbols()
public int size(int de) throws java.io.IOException
DESIGNATION
or
DENOTATION
java.io.IOException
denotations()
,
designations()
public java.util.Vector denotations() throws java.io.IOException
DENOTATION
notation category.
java.io.IOException
size(int)
,
designations()
public java.util.Vector designations() throws java.io.IOException
DESIGNATION
notation category.
java.io.IOException
size(int)
,
denotations()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |