Pregunta

and what do these mean? in the .jjt file.I couldn't even make any understand of it...

` jjtThis.setName();

jjtThis.type;

jjtThis.setLength();

jjtThis.correlationName;

jjtThis.setScale();

jjtThis.setPrecision();

jjtThis.add();

jjtThis.tableName;

jjtThis.name;

jjtThis.position;

jjtThis.length;

... `

what do these methods and fields of jjtThis come from?why I cann't figure out the meanings of these things?...

¿Fue útil?

Solución

It refers to the current node. See the documentation https://javacc.java.net/doc/JJTree.html for more detail.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top