|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjd.xml.xslt.parser.LocalVariableNames
A helper class to manage variable declarations
Constructor Summary | |
(package private) |
LocalVariableNames()
|
Method Summary | |
VariableName |
addName(String name,
boolean isParameter)
Add a VariableName with 0 import precedence. |
void |
begin(int paramCount)
|
void |
beginLevel()
|
void |
end()
Empty again. |
void |
endLevel()
|
VariableName |
getName(String name)
Get a VariableName. |
int |
level()
|
int |
size()
Return the number of variable names. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
LocalVariableNames()
Method Detail |
public VariableName getName(String name)
name
- the name
public VariableName addName(String name, boolean isParameter)
name
- the name
public int size()
public int level()
public void begin(int paramCount)
public void beginLevel()
public void endLevel()
public void end()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |