Class LocalVariableDeclarationStatement
java.lang.Object
org.jd.core.v1.model.javasyntax.declaration.LocalVariableDeclaration
org.jd.core.v1.model.javasyntax.statement.LocalVariableDeclarationStatement
- All Implemented Interfaces:
Iterable<Statement>,Declaration,BaseStatement,Statement,Base<Statement>
public class LocalVariableDeclarationStatement
extends LocalVariableDeclaration
implements Statement
-
Field Summary
Fields inherited from class org.jd.core.v1.model.javasyntax.declaration.LocalVariableDeclaration
fina1, localVariableDeclarators, typeFields inherited from interface org.jd.core.v1.model.javasyntax.declaration.Declaration
FLAG_ABSTRACT, FLAG_ANNOTATION, FLAG_BRIDGE, FLAG_DEFAULT, FLAG_ENUM, FLAG_FINAL, FLAG_INTERFACE, FLAG_MANDATED, FLAG_MODULE, FLAG_NATIVE, FLAG_OPEN, FLAG_PRIVATE, FLAG_PROTECTED, FLAG_PUBLIC, FLAG_STATIC, FLAG_STATIC_PHASE, FLAG_STRICT, FLAG_SUPER, FLAG_SYNCHRONIZED, FLAG_SYNTHETIC, FLAG_TRANSIENT, FLAG_TRANSITIVE, FLAG_VARARGS, FLAG_VOLATILE -
Constructor Summary
ConstructorsConstructorDescriptionLocalVariableDeclarationStatement(Type type, BaseLocalVariableDeclarator localVariableDeclarators) -
Method Summary
Methods inherited from class org.jd.core.v1.model.javasyntax.declaration.LocalVariableDeclaration
accept, getLocalVariableDeclarators, getType, isFinal, setFinal, setLocalVariableDeclaratorsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jd.core.v1.util.Base
getFirst, getLast, getList, isList, iterator, sizeMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
LocalVariableDeclarationStatement
public LocalVariableDeclarationStatement(Type type, BaseLocalVariableDeclarator localVariableDeclarators)
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceBaseStatement
-
toString
-