Home
last modified time | relevance | path

Searched refs:tokAttr (Results 1 – 13 of 13) sorted by relevance

/dports/science/jmol/jmol-14.32.7/src/org/jmol/script/
H A DScriptTokenParser.java116 && !T.tokAttr(tokCommand, T.atomExpressionCommand) in compileExpressions()
123 || T.tokAttr(tokCommand, T.mathExpressionCommand)); in compileExpressions()
126 || (T.tokAttr(tokCommand, T.atomExpressionCommand)); in compileExpressions()
131 && T.tokAttr(tokCommand, T.atomExpressionCommand)) in compileExpressions()
160 return(size == 1 || !T.tokAttr(tokCommand, T.noArgs) ? true in compileExpressions()
210 if (tok == T.group && !T.tokAttr(tokAt(firstToken + 1), T.mathop)) in compileExpression()
285 return token != null && T.tokAttr(token.tok, tok); in tokenAttr()
540 if (T.tokAttr(tok, T.atomproperty)) { in clausePrimitive()
1023 if (!T.tokAttr(theToken.tok, T.misc)) in addCompare()
1138 if (T.tokAttr(tok, T.comparator)) in clauseResidueSpec()
[all …]
H A DScriptExpr.java270 || !T.tokAttr(getToken(++i).tok, T.identifier)) in parameterExpression()
536 if (T.tokAttr(theTok, T.mathop) || T.tokAttr(theTok, T.mathfunc) in parameterExpression()
1012 if (T.tokAttr(instruction.tok, T.mathop)) { in atomExpression()
1095 && T.tokAttr(tokWhat, T.strproperty); in getComparison()
1101 if (T.tokAttr(tokValue, T.identifier)) { in getComparison()
1544 if (tok != T.opIf && !T.tokAttr(tok, T.identifier)) in getBitsetPropertySelector()
1608 isInt = T.tokAttr(tok, T.intproperty) && !T.tokAttr(tok, T.floatproperty); in getBitsetProperty()
1610 isString = !isInt && T.tokAttr(tok, T.strproperty); in getBitsetProperty()
2303 boolean isStrProperty = T.tokAttr(tok, T.strproperty); in setBitsetProperty()
2401 if (!T.tokAttr(tok, T.settable)) in setBitsetProperty()
[all …]
H A DScriptCompiler.java757 if (tokAt(1) == T.id && T.tokAttr(tokCommand, T.shapeCommand)) { in processTokenList()
952 if (size == 1 && T.tokAttr(tokCommand, T.defaultON)) in compileCommand()
1142 || T.tokAttr(tokCommand, T.setparam)) { in checkSpecialParameterSyntax()
1153 if (T.tokAttr(tokCommand, T.setparam) && ch == '=' in checkSpecialParameterSyntax()
1733 boolean isFlowCmd = T.tokAttr(tokCommand, T.flowCommand); in parseCommandParameter()
1844 if (T.tokAttr(tokCommand, T.scriptCommand)) in parseCommandParameter()
1873 if (!T.tokAttr(theTok, T.misc) && !T.tokAttr(theTok, T.setparam) in parseCommandParameter()
2077 if (!T.tokAttr(theTok, T.predefinedset)) { in parseCommandParameter()
2083 } else if (T.tokAttr(theTok, T.predefinedset)) { in parseCommandParameter()
2167 if (T.tokAttr(tok, T.flowCommand)) { in checkFlowStartBrace()
[all …]
H A DT.java107 public static boolean tokAttr(int a, int b) { in tokAttr() method in T
1537 if (tokAttr(token.tok, atomproperty) && (isAll || name.toLowerCase().startsWith(type))) { in getAtomPropertiesLike()
1555 if (tokAttr(token.tok, attr) && (notattr == nada || !tokAttr(token.tok, notattr))) in getTokensLike()
1565 return (tok != nada && tokAttr(tok, settable) in getSettableTokFromString()
1566 && !tokAttr(tok, mathproperty) ? tok : nada); in getSettableTokFromString()
1582 if (asCommand ? tokAttr(tok, scriptCommand) in completeCommand()
1583 : isSet ? tokAttr(tok, setparam) && !tokAttr(tok, deprecatedparam) in completeCommand()
3805 if (!tokAttr(tok, setparam)) in getParamType()
3813 if (tokAttr(t.tok, attr)) in getTokensType()
H A DScriptFunction.java158 if (T.tokAttr(tokenCommand.tok, T.flowCommand)) in setFunction()
H A DScriptParam.java1109 .tokAttr(tok, T.identifier)) in isColorParam()
1130 if (!T.tokAttr(theTok, T.identifier)) in getArgbParamOrNone()
H A DScriptMathProcessor.java372 return (op != null && (T.tokAttr(op.tok, T.mathfunc) && op != T.tokenArraySquare in isOpFunc()
373 || op.tok == T.propselector && T.tokAttr(op.intValue, T.mathfunc))); in isOpFunc()
652 wasX = (!allowMathFunc || !T.tokAttr(op.intValue, T.mathfunc)); in addOpAllowMath()
H A DScriptEval.java1391 if (!T.tokAttr(tok, T.identifier) && !T.tokAttr(tok, T.predefinedset)) { in defineAtomSet()
1864 if (T.tokAttr(token.tok, T.identifier) || !doLogMessages) in statementAsString()
2318 .tokAttr(theToken.tok, T.flowCommand))) in commandLoop()
2382 if (T.tokAttr(tok, T.flowCommand)) { in commandLoop()
2402 if (T.tokAttr(theToken.tok, T.shapeCommand)) { in processCommand()
3767 if (vtok != T.semicolon && (T.tokAttr(vtok, T.misc) in cmdFor()
4200 if (T.tokAttr(T.getTokFromName(what), T.scriptCommand)) in cmdHelp()
7377 if (isJmolSet && !T.tokAttr(tok, T.setparam)) { in cmdSet()
8563 && T.tokAttr((tok = getToken(++index).tok), T.atomproperty) in colorShape()
8564 && !T.tokAttr(tok, T.strproperty)) { in colorShape()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/console/
H A DGenericConsole.java167 boolean isSelect = T.tokAttr(cmdtok, T.atomExpressionCommand); in completeCommand()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/scriptext/
H A DIsoExt.java234 if (eval.theTok == T.times || T.tokAttr(eval.theTok, T.identifier)) { in dipole()
873 if (eval.theTok == T.times || T.tokAttr(eval.theTok, T.identifier)) { in draw()
1661 boolean allowSmoothing = T.tokAttr(tokProperty, T.floatproperty); in isosurface()
2960 if (T.tokAttr(tok, T.identifier) && !idSeen) { in isosurface()
3279 if (eval.theTok == T.times || T.tokAttr(eval.theTok, T.identifier)) { in lcaoCartoon()
3335 if (eval.theTok != T.times && !T.tokAttr(eval.theTok, T.identifier)) in contact()
3636 if (eval.theTok == T.times || T.tokAttr(eval.theTok, T.identifier)) { in cgo()
H A DCmdExt.java2619 || !T.tokAttr(tokProp1 = tokAt(++e.iToken), T.atomproperty)) in mapProperty()
2624 || !T.tokAttr(tokProp2 = tokAt(++e.iToken), T.settable)) in mapProperty()
2628 if (T.tokAttr(tokKey = tokAt(e.iToken + 1), T.atomproperty)) in mapProperty()
2674 else if (!T.tokAttr(tokProp2, T.settable)) in mapProperty()
3316 if (propToks[i] != T.property && !T.tokAttr(propToks[i], T.atomproperty)) in plot()
3439 if (T.tokAttr(propToks[0], T.intproperty)) { in plot()
3445 if (T.tokAttr(propToks[1], T.intproperty)) { in plot()
3451 if (T.tokAttr(propToks[2], T.intproperty)) { in plot()
H A DMathExt.java2140 boolean asArray = T.tokAttr(intValue, T.minmaxmask); // "all" in evaluateFormat()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/modelset/
H A DModelLoader.java871 if (T.tokAttr(tok, T.settable)) { in addJmolDataProperties()