public class ParamStructPool extends Object
Utility class which the parser uses to store a list of method or constructor parameters during lookahead. The structures get reused for efficiency.
| Constructor and Description |
|---|
ParamStructPool() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String type,
String name) |
void |
clear() |
void |
setParametersOn(MInvokable e) |
public void setParametersOn(MInvokable e)
public void clear()
Copyright © 2010 - 2020 Adobe. All Rights Reserved