Domanda

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?...

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top