Modifier and Type | Method and Description |
---|---|
VarDecl |
JSLParser.single_declaration() |
Modifier and Type | Method and Description |
---|---|
java.util.List<VarDecl> |
JSLParser.declaration() |
Modifier and Type | Method and Description |
---|---|
void |
HLSLBackend.visitVarDecl(VarDecl d) |
void |
SLBackend.visitVarDecl(VarDecl d) |
Modifier and Type | Method and Description |
---|---|
void |
JSWTreeScanner.visitVarDecl(VarDecl d) |
Modifier and Type | Method and Description |
---|---|
void |
METreeScanner.visitVarDecl(VarDecl d) |
Modifier and Type | Method and Description |
---|---|
void |
SSETreeScanner.visitVarDecl(VarDecl d) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<VarDecl> |
DeclStmt.decls |
Modifier and Type | Method and Description |
---|---|
VarDecl |
TreeMaker.varDecl(Variable var,
Expr init) |
Modifier and Type | Method and Description |
---|---|
java.util.List<VarDecl> |
DeclStmt.getDecls() |
Modifier and Type | Method and Description |
---|---|
void |
TreeScanner.visitVarDecl(VarDecl d) |
void |
TreeVisitor.visitVarDecl(VarDecl d) |
Modifier and Type | Method and Description |
---|---|
DeclStmt |
TreeMaker.declStmt(java.util.List<VarDecl> decls) |
Constructor and Description |
---|
DeclStmt(java.util.List<VarDecl> decls) |